private static class OctagonalEnvelope.BoundingOctagonComponentFilter extends java.lang.Object implements GeometryComponentFilter
| Modifier and Type | Field and Description |
|---|---|
(package private) OctagonalEnvelope |
oe |
| Constructor and Description |
|---|
BoundingOctagonComponentFilter(OctagonalEnvelope oe) |
| Modifier and Type | Method and Description |
|---|---|
void |
filter(Geometry geom)
Performs an operation with or on
geom. |
OctagonalEnvelope oe
BoundingOctagonComponentFilter(OctagonalEnvelope oe)
public void filter(Geometry geom)
GeometryComponentFiltergeom.filter in interface GeometryComponentFiltergeom - a Geometry to which the filter is applied.