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)
GeometryComponentFilter
geom
.filter
in interface GeometryComponentFilter
g
- a Geometry
to which the filter is applied.