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 TypeInterfaceDescriptioninterfaceShape that implements GeoArea.interfaceAll bounding box shapes have this interface in common.interfaceGeneric shape that supports bounds.interfaceInterface describing circular area with a center and radius.interfaceDistance shapes have capabilities of both geohashing and distance computation (which also includes point membership determination).interfaceMembership shapes have capabilities of both geohashing and membership determination.interfaceInterface describing a path.interfaceInterface describing a GeoPointShape shape.It may represents a degenerated bounding box or a degenerated circle, hence it extends such interfaces.interfaceGeoPolygon interface description.interfaceGeneric shape.interfaceInterface 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 TypeClassDescriptionclassAll Geo3D shapes can derive from this base class, which furnishes some common code(package private) classBase class of a family of 3D rectangles, bounded on six sides by X,Y,Z limits(package private) class3D rectangle, bounded on six sides by X,Y,Z limits, degenerate in all dimensions(package private) class3D rectangle, bounded on six sides by X,Y,Z limits, degenerate in X and Y.(package private) class3D rectangle, bounded on six sides by X,Y,Z limits, degenerate in X and Z.(package private) class3D rectangle, bounded on six sides by X,Y,Z limits, degenerate in X.(package private) classBase extended areaShape object.(package private) classAll bounding box shapes can derive from this base class, which furnishes some common codeclassBase object that supports bounds operations.(package private) classGeoCircles have all the characteristics of GeoBaseDistanceShapes, plus GeoSizeable.(package private) classGeoBaseCompositeAreaShape<T extends GeoAreaShape>Base class to create a composite of GeoAreaShapes(package private) classBase class to create a composite of GeoMembershipShapesclassGeoBaseCompositeShape<T extends GeoShape>Base class to create a composite of GeoShapes.classDistance shapes have capabilities of both geohashing and distance computation (which also includes point membership determination).classMembership shapes have capabilities of both geohashing and membership determination.(package private) classGeoPaths have all the characteristics of GeoBaseDistanceShapes.(package private) classGeoBasePolygon objects are the base class of most GeoPolygon objects.classBase extended shape object.(package private) classGeoComplexPolygon objects are structures designed to handle very large numbers of edges.classGeoCompositeAreaShape is a set of GeoAreaShape's, treated as a unit.classGeoCompositeMembershipShape is a set of GeoMembershipShape's, treated as a unit.classGeoCompositePolygon is a specific implementation of GeoCompositeAreaShape, which implements GeoPolygon explicitly.(package private) classGeoConcavePolygon objects are generic building blocks of more complex structures.(package private) classGeoConvexPolygon objects are generic building blocks of more complex structures.(package private) classDegenerate bounding box limited on two sides (left lon, right lon).(package private) classThis GeoBBox represents an area rectangle of one specific latitude with no longitude bounds.(package private) classDegenerate longitude slice.(package private) classGeoShape representing a path across the surface of the globe, with a specified half-width.private static classThis is the pre-calculated data for a path segment.private static classThis is precalculated data for segment endpoint.(package private) classThis class represents a degenerate point bounding box.classDegenerate bounding box limited on two sides (top lat, bottom lat).(package private) classCircular area with a center and a radius that represents the surface distance to the center.(package private) classThis GeoBBox represents an area rectangle limited only in latitude.(package private) classBounding box limited on left and right.(package private) classThis GeoBBox represents an area rectangle limited only in south latitude.(package private) classBounding box limited on three sides (bottom lat, left lon, right lon), including the north pole.(package private) classBounding box limited on four sides (top lat, bottom lat, left lon, right lon).(package private) classFast implementation of a polygon representing S2 geometry cell.(package private) classThis GeoBBox represents an area rectangle limited only in north latitude.(package private) classBounding box limited on three sides (top lat, left lon, right lon).(package private) classCircular area with a center and cutoff angle that represents the latitude and longitude distance from the center where the planet will be cut.(package private) classGeoShape representing a path across the surface of the globe, with a specified half-width.private static classBase implementation of SegmentEndpointprivate static classEndpoint that's a simple circle.private static classEndpoint that's a dual circle with cutoff(s).private static classEndpoint that's a single circle with cutoff(s).private static classThis is the pre-calculated data for a path segment.(package private) classDegenerate bounding box wider than PI and limited on two sides (left lon, right lon).(package private) classBounding box wider than PI but limited on left and right sides ( left lon, right lon).(package private) classBounding box wider than PI but limited on three sides ( bottom lat, left lon, right lon).(package private) classBounding box wider than PI but limited on four sides (top lat, bottom lat, left lon, right lon).(package private) classBounding box wider than PI but limited on three sides (top lat, left lon, right lon).(package private) classBounding box including the entire world.(package private) class3D rectangle, bounded on six sides by X,Y,Z limits(package private) class3D rectangle, bounded on six sides by X,Y,Z limits, degenerate in Y and Z.(package private) class3D rectangle, bounded on six sides by X,Y,Z limits, degenerate in Y(package private) class3D rectangle, bounded on six sides by X,Y,Z limits, degenerate in ZMethods in org.apache.lucene.spatial3d.geom that return PlanetObjectModifier and TypeMethodDescriptionstatic PlanetObjectSerializableObject.readPlanetObject(InputStream inputStream) Read a PlanetObject from a stream.Methods in org.apache.lucene.spatial3d.geom with parameters of type PlanetObjectModifier and TypeMethodDescriptionstatic voidSerializableObject.writePlanetObject(OutputStream outputStream, PlanetObject object) Write a PlanetObject to a stream.