Package org.apache.lucene.spatial3d.geom
Class GeoComplexPolygon.IntersectorShapeIterator
java.lang.Object
org.apache.lucene.spatial3d.geom.GeoComplexPolygon.IntersectorShapeIterator
- All Implemented Interfaces:
GeoComplexPolygon.EdgeIterator
- Enclosing class:
- GeoComplexPolygon
private class GeoComplexPolygon.IntersectorShapeIterator
extends Object
implements GeoComplexPolygon.EdgeIterator
Assess whether edge intersects the provided shape.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
shape
-
-
Constructor Details
-
IntersectorShapeIterator
-
-
Method Details
-
matches
- Specified by:
matches
in interfaceGeoComplexPolygon.EdgeIterator
- Parameters:
edge
- is the edge that matched.- Returns:
- true if the iteration should continue, false otherwise.
-