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