Module org.apache.lucene.spatial3d
Package org.apache.lucene.spatial3d.geom
Class GeoComplexPolygon.ZTree
java.lang.Object
org.apache.lucene.spatial3d.geom.GeoComplexPolygon.Tree
org.apache.lucene.spatial3d.geom.GeoComplexPolygon.ZTree
- Enclosing class:
GeoComplexPolygon
This is the z-tree.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected doubleGet the maximum value from the edge.protected doubleGet the minimum value from the edge.Methods inherited from class org.apache.lucene.spatial3d.geom.GeoComplexPolygon.Tree
traverse, traverse
-
Constructor Details
-
ZTree
-
-
Method Details
-
getMinimum
Description copied from class:GeoComplexPolygon.TreeGet the minimum value from the edge.- Specified by:
getMinimumin classGeoComplexPolygon.Tree- Parameters:
edge- is the edge.- Returns:
- the minimum value.
-
getMaximum
Description copied from class:GeoComplexPolygon.TreeGet the maximum value from the edge.- Specified by:
getMaximumin classGeoComplexPolygon.Tree- Parameters:
edge- is the edge.- Returns:
- the maximum value.
-