Uses of Interface
org.apache.lucene.spatial3d.geom.GeoAreaShape
Packages that use GeoAreaShape
-
Uses of GeoAreaShape in org.apache.lucene.spatial3d.geom
Classes in org.apache.lucene.spatial3d.geom with type parameters of type GeoAreaShapeModifier and TypeClassDescription(package private) classGeoBaseCompositeAreaShape<T extends GeoAreaShape>Base class to create a composite of GeoAreaShapesSubinterfaces of GeoAreaShape in org.apache.lucene.spatial3d.geomModifier and TypeInterfaceDescriptioninterfaceAll bounding box shapes have this interface in common.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).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.Classes in org.apache.lucene.spatial3d.geom that implement GeoAreaShapeModifier and TypeClassDescription(package private) classBase extended areaShape object.(package private) classAll bounding box shapes can derive from this base class, which furnishes some common code(package private) classGeoCircles have all the characteristics of GeoBaseDistanceShapes, plus GeoSizeable.(package private) classGeoBaseCompositeAreaShape<T extends GeoAreaShape>Base class to create a composite of GeoAreaShapesclassDistance shapes have capabilities of both geohashing and distance computation (which also includes point membership determination).(package private) classGeoPaths have all the characteristics of GeoBaseDistanceShapes.(package private) classGeoBasePolygon objects are the base class of most GeoPolygon objects.(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.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.(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.(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.