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) OctagonalEnvelopeoe
-
Constructor Summary
Constructors Constructor Description BoundingOctagonComponentFilter(OctagonalEnvelope oe)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidfilter(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:GeometryComponentFilterPerforms an operation with or ongeom.- Specified by:
filterin interfaceGeometryComponentFilter- Parameters:
geom- aGeometryto which the filter is applied.
-
-