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 java.lang.Object implements GeometryComponentFilter
-
-
Field Summary
Fields Modifier and Type Field Description (package private) OctagonalEnvelope
oe
-
Constructor Summary
Constructors Constructor Description BoundingOctagonComponentFilter(OctagonalEnvelope oe)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
filter(Geometry geom)
Performs an operation with or ongeom
.
-
-
-
Field Detail
-
oe
OctagonalEnvelope oe
-
-
Constructor Detail
-
BoundingOctagonComponentFilter
BoundingOctagonComponentFilter(OctagonalEnvelope oe)
-
-
Method Detail
-
filter
public void filter(Geometry geom)
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.
-
-