Uses of Interface
org.apache.lucene.spatial3d.geom.GeoShape
Packages that use GeoShape
Package
Description
Lucene field & query support for the spatial geometry implemented in
org.apache.lucene.spatial3d.geom.Shapes implemented using 3D planar geometry.
-
Uses of GeoShape in org.apache.lucene.spatial3d
Fields in org.apache.lucene.spatial3d declared as GeoShapeModifier and TypeFieldDescription(package private) final GeoShapePointInGeo3DShapeQuery.shapeprivate final GeoShapePointInShapeIntersectVisitor.shapeMethods in org.apache.lucene.spatial3d that return GeoShapeMethods in org.apache.lucene.spatial3d with parameters of type GeoShapeModifier and TypeMethodDescriptionstatic QueryGeo3DPoint.newShapeQuery(String field, GeoShape shape) Returns a query matching all points inside the provided shape.Constructors in org.apache.lucene.spatial3d with parameters of type GeoShapeModifierConstructorDescriptionPointInGeo3DShapeQuery(String field, GeoShape shape) The lats/lons must be clockwise or counter-clockwise.PointInShapeIntersectVisitor(DocIdSetBuilder hits, GeoShape shape, XYZBounds bounds) -
Uses of GeoShape in org.apache.lucene.spatial3d.geom
Classes in org.apache.lucene.spatial3d.geom with type parameters of type GeoShapeModifier and TypeClassDescriptionclassGeoBaseCompositeShape<T extends GeoShape>Base class to create a composite of GeoShapes.Subinterfaces of GeoShape in org.apache.lucene.spatial3d.geomModifier and TypeInterfaceDescriptioninterfaceShape that implements GeoArea.interfaceAll 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).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.Classes in org.apache.lucene.spatial3d.geom that implement GeoShapeModifier 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 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.(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.Fields in org.apache.lucene.spatial3d.geom declared as GeoShapeModifier and TypeFieldDescriptionprivate final GeoShapeGeoComplexPolygon.IntersectorShapeIterator.shapeMethods in org.apache.lucene.spatial3d.geom with parameters of type GeoShapeModifier and TypeMethodDescriptionintdXdYdZSolid.getRelationship(GeoShape path) intdXdYZSolid.getRelationship(GeoShape path) intdXYdZSolid.getRelationship(GeoShape path) intdXYZSolid.getRelationship(GeoShape path) intGeoArea.getRelationship(GeoShape shape) Find the spatial relationship between a shape and the current geo area.intGeoBaseAreaShape.getRelationship(GeoShape geoShape) intGeoBaseCompositeAreaShape.getRelationship(GeoShape geoShape) intGeoDegenerateHorizontalLine.getRelationship(GeoShape path) intGeoDegenerateLatitudeZone.getRelationship(GeoShape path) intGeoDegenerateLongitudeSlice.getRelationship(GeoShape path) intGeoDegeneratePoint.getRelationship(GeoShape shape) intGeoDegenerateVerticalLine.getRelationship(GeoShape path) intGeoStandardCircle.getRelationship(GeoShape geoShape) intGeoWideDegenerateHorizontalLine.getRelationship(GeoShape path) intGeoWorld.getRelationship(GeoShape path) intStandardXYZSolid.getRelationship(GeoShape path) intXdYdZSolid.getRelationship(GeoShape path) intXdYZSolid.getRelationship(GeoShape path) intXYdZSolid.getRelationship(GeoShape path) booleanGeoAreaShape.intersects(GeoShape geoShape) Assess whether a shape intersects with any of the edges of this shape.booleanGeoBaseCompositeAreaShape.intersects(GeoShape geoShape) booleanGeoComplexPolygon.intersects(GeoShape geoShape) booleanGeoConcavePolygon.intersects(GeoShape geoShape) booleanGeoConvexPolygon.intersects(GeoShape shape) booleanGeoDegenerateHorizontalLine.intersects(GeoShape geoShape) booleanGeoDegenerateLatitudeZone.intersects(GeoShape geoShape) booleanGeoDegenerateLongitudeSlice.intersects(GeoShape geoShape) booleanGeoDegeneratePath.intersects(GeoShape geoShape) booleanGeoDegeneratePath.PathSegment.intersects(GeoShape geoShape) Determine if this endpoint intersects a specified GeoShape.booleanGeoDegeneratePath.SegmentEndpoint.intersects(GeoShape geoShape) Determine if this endpoint intersects a GeoShape.booleanGeoDegeneratePoint.intersects(GeoShape geoShape) booleanGeoDegenerateVerticalLine.intersects(GeoShape geoShape) booleanGeoExactCircle.intersects(GeoShape geoShape) booleanGeoLatitudeZone.intersects(GeoShape geoShape) booleanGeoLongitudeSlice.intersects(GeoShape geoShape) booleanGeoNorthLatitudeZone.intersects(GeoShape geoShape) booleanGeoNorthRectangle.intersects(GeoShape geoShape) booleanGeoRectangle.intersects(GeoShape geoShape) booleanGeoS2Shape.intersects(GeoShape geoShape) booleanGeoSouthLatitudeZone.intersects(GeoShape geoShape) booleanGeoSouthRectangle.intersects(GeoShape geoShape) booleanGeoStandardCircle.intersects(GeoShape geoShape) booleanGeoStandardPath.BaseSegmentEndpoint.intersects(GeoShape geoShape) booleanGeoStandardPath.CircleSegmentEndpoint.intersects(GeoShape geoShape) booleanGeoStandardPath.CutoffDualCircleSegmentEndpoint.intersects(GeoShape geoShape) booleanGeoStandardPath.CutoffSingleCircleSegmentEndpoint.intersects(GeoShape geoShape) booleanGeoStandardPath.intersects(GeoShape geoShape) booleanGeoStandardPath.PathComponent.intersects(GeoShape geoShape) Determine if this endpoint intersects a GeoShape.booleanGeoStandardPath.PathNode.intersects(GeoShape geoShape) booleanGeoStandardPath.PathSegment.intersects(GeoShape geoShape) booleanGeoWideDegenerateHorizontalLine.intersects(GeoShape geoShape) booleanGeoWideLongitudeSlice.intersects(GeoShape geoShape) booleanGeoWideNorthRectangle.intersects(GeoShape geoShape) booleanGeoWideRectangle.intersects(GeoShape geoShape) booleanGeoWideSouthRectangle.intersects(GeoShape geoShape) booleanGeoWorld.intersects(GeoShape geoShape) protected intBaseXYZSolid.isAreaInsideShape(GeoShape path) Determine the relationship between a shape and this area's edgepoints.protected intGeoBaseAreaShape.isGeoAreaShapeInsideShape(GeoShape geoshape) Determine the relationship between the GeoAreaShape's edgepoints and the provided shape.protected intGeoBaseCompositeAreaShape.isGeoAreaShapeInsideShape(GeoShape geoshape) Determine the relationship between the GeoAreShape's edgepoints and the provided shape.protected intBaseXYZSolid.isShapeInsideArea(GeoShape path) Determine the relationship between this area and the provided shape's edgepoints.protected intGeoBaseAreaShape.isShapeInsideGeoAreaShape(GeoShape geoShape) Determine the relationship between the GeoAreShape and the shape's edgepoints.protected intGeoBaseCompositeAreaShape.isShapeInsideGeoAreaShape(GeoShape geoShape) Determine the relationship between the GeoAreShape and the shape's edgepoints.Constructors in org.apache.lucene.spatial3d.geom with parameters of type GeoShape