Package org.apache.lucene.spatial3d.geom
Interface GeoMembershipShape
-
- All Superinterfaces:
Bounded,GeoOutsideDistance,GeoShape,Membership,PlanetObject,SerializableObject
- All Known Subinterfaces:
GeoAreaShape,GeoBBox,GeoCircle,GeoDistanceShape,GeoPath,GeoPointShape,GeoPolygon
- All Known Implementing Classes:
GeoBaseAreaShape,GeoBaseBBox,GeoBaseCircle,GeoBaseCompositeAreaShape,GeoBaseCompositeMembershipShape,GeoBaseDistanceShape,GeoBaseMembershipShape,GeoBasePath,GeoBasePolygon,GeoComplexPolygon,GeoCompositeAreaShape,GeoCompositeMembershipShape,GeoCompositePolygon,GeoConcavePolygon,GeoConvexPolygon,GeoDegenerateHorizontalLine,GeoDegenerateLatitudeZone,GeoDegenerateLongitudeSlice,GeoDegeneratePath,GeoDegeneratePoint,GeoDegenerateVerticalLine,GeoExactCircle,GeoLatitudeZone,GeoLongitudeSlice,GeoNorthLatitudeZone,GeoNorthRectangle,GeoRectangle,GeoS2Shape,GeoSouthLatitudeZone,GeoSouthRectangle,GeoStandardCircle,GeoStandardPath,GeoWideDegenerateHorizontalLine,GeoWideLongitudeSlice,GeoWideNorthRectangle,GeoWideRectangle,GeoWideSouthRectangle,GeoWorld
public interface GeoMembershipShape extends GeoShape, GeoOutsideDistance
Membership shapes have capabilities of both geohashing and membership determination.
-
-
Method Summary
-
Methods inherited from interface org.apache.lucene.spatial3d.geom.GeoOutsideDistance
computeOutsideDistance, computeOutsideDistance
-
Methods inherited from interface org.apache.lucene.spatial3d.geom.GeoShape
getEdgePoints, intersects
-
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
-
-