private static class Polygonizer.LineStringAdder extends java.lang.Object implements GeometryComponentFilter
Geometry into the polygonizer graph.| Modifier and Type | Field and Description |
|---|---|
(package private) Polygonizer |
p |
| Constructor and Description |
|---|
LineStringAdder(Polygonizer p) |
| Modifier and Type | Method and Description |
|---|---|
void |
filter(Geometry g)
Performs an operation with or on
geom. |
Polygonizer p
LineStringAdder(Polygonizer p)
public void filter(Geometry g)
GeometryComponentFiltergeom.filter in interface GeometryComponentFilterg - a Geometry to which the filter is applied.