Module org.apache.lucene.spatial3d
Package org.apache.lucene.spatial3d.geom
Interface GeoComplexPolygon.CountingEdgeIterator
-
- All Superinterfaces:
GeoComplexPolygon.EdgeIterator
- All Known Implementing Classes:
GeoComplexPolygon.DualCrossingEdgeIterator
,GeoComplexPolygon.FullLinearCrossingEdgeIterator
,GeoComplexPolygon.SectorLinearCrossingEdgeIterator
- Enclosing class:
- GeoComplexPolygon
private static interface GeoComplexPolygon.CountingEdgeIterator extends GeoComplexPolygon.EdgeIterator
Iterator execution interface, for tree traversal, plus count retrieval. Pass an object implementing this interface into the traversal method of a tree, and each edge that matches will cause this object to be called.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getCrossingCount()
boolean
isOnEdge()
-
Methods inherited from interface org.apache.lucene.spatial3d.geom.GeoComplexPolygon.EdgeIterator
matches
-
-