java.lang.Object
org.apache.lucene.spatial3d.geom.BasePlanetObject
org.apache.lucene.spatial3d.geom.GeoBaseBounds
- All Implemented Interfaces:
Bounded
,GeoBounds
,Membership
,PlanetObject
,SerializableObject
- Direct Known Subclasses:
GeoBaseShape
,GeoDegeneratePath.PathSegment
,GeoDegeneratePath.SegmentEndpoint
,GeoStandardPath.BaseSegmentEndpoint
,GeoStandardPath.PathSegment
Base object that supports bounds operations.
-
Field Summary
Fields inherited from class org.apache.lucene.spatial3d.geom.BasePlanetObject
planetModel
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.lucene.spatial3d.geom.BasePlanetObject
equals, getPlanetModel, hashCode, write
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.lucene.spatial3d.geom.Membership
isWithin, isWithin
Methods inherited from interface org.apache.lucene.spatial3d.geom.PlanetObject
getPlanetModel
Methods inherited from interface org.apache.lucene.spatial3d.geom.SerializableObject
write
-
Constructor Details
-
GeoBaseBounds
Constructor.- Parameters:
planetModel
- is the planet model to use.
-
-
Method Details