Package org.locationtech.jts.geom
Class OctagonalEnvelope.BoundingOctagonComponentFilter
java.lang.Object
org.locationtech.jts.geom.OctagonalEnvelope.BoundingOctagonComponentFilter
- All Implemented Interfaces:
GeometryComponentFilter
- Enclosing class:
OctagonalEnvelope
private static class OctagonalEnvelope.BoundingOctagonComponentFilter
extends Object
implements GeometryComponentFilter
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
oe
-
-
Constructor Details
-
BoundingOctagonComponentFilter
BoundingOctagonComponentFilter(OctagonalEnvelope oe)
-
-
Method Details
-
filter
Description copied from interface:GeometryComponentFilter
Performs an operation with or ongeom
.- Specified by:
filter
in interfaceGeometryComponentFilter
- Parameters:
geom
- aGeometry
to which the filter is applied.
-