Uses of Interface
org.apache.lucene.spatial3d.geom.PlanetObject
Packages that use PlanetObject
-
Uses of PlanetObject in org.apache.lucene.spatial3d.geom
Subinterfaces of PlanetObject in org.apache.lucene.spatial3d.geomModifier and TypeInterfaceDescriptioninterface
Shape that implements GeoArea.interface
All bounding box shapes have this interface in common.interface
Generic shape that supports bounds.interface
Interface describing circular area with a center and radius.interface
Distance shapes have capabilities of both geohashing and distance computation (which also includes point membership determination).interface
Membership shapes have capabilities of both geohashing and membership determination.interface
Interface describing a path.interface
Interface describing a GeoPointShape shape.It may represents a degenerated bounding box or a degenerated circle, hence it extends such interfaces.interface
GeoPolygon interface description.interface
Generic shape.interface
Interface for a family of 3D rectangles, bounded on six sides by X,Y,Z limitsClasses in org.apache.lucene.spatial3d.geom that implement PlanetObjectModifier and TypeClassDescriptionclass
All Geo3D shapes can derive from this base class, which furnishes some common codeclass
Base object that supports bounds operations.class
GeoBaseCompositeShape<T extends GeoShape>
Base class to create a composite of GeoShapes.class
Distance shapes have capabilities of both geohashing and distance computation (which also includes point membership determination).class
Membership shapes have capabilities of both geohashing and membership determination.class
Base extended shape object.class
GeoCompositeAreaShape is a set of GeoAreaShape's, treated as a unit.class
GeoCompositeMembershipShape is a set of GeoMembershipShape's, treated as a unit.class
GeoCompositePolygon is a specific implementation of GeoCompositeAreaShape, which implements GeoPolygon explicitly.class
Degenerate bounding box limited on two sides (top lat, bottom lat).Methods in org.apache.lucene.spatial3d.geom that return PlanetObjectModifier and TypeMethodDescriptionstatic PlanetObject
SerializableObject.readPlanetObject
(InputStream inputStream) Read a PlanetObject from a stream.Methods in org.apache.lucene.spatial3d.geom with parameters of type PlanetObjectModifier and TypeMethodDescriptionstatic void
SerializableObject.writePlanetObject
(OutputStream outputStream, PlanetObject object) Write a PlanetObject to a stream.