-
- All Superinterfaces:
Bounded
,Membership
,PlanetObject
,SerializableObject
- All Known Subinterfaces:
GeoAreaShape
,GeoBBox
,GeoCircle
,GeoDistanceShape
,GeoMembershipShape
,GeoPath
,GeoPointShape
,GeoPolygon
,GeoShape
- All Known Implementing Classes:
GeoBaseAreaShape
,GeoBaseBBox
,GeoBaseBounds
,GeoBaseCircle
,GeoBaseCompositeAreaShape
,GeoBaseCompositeMembershipShape
,GeoBaseCompositeShape
,GeoBaseDistanceShape
,GeoBaseMembershipShape
,GeoBasePath
,GeoBasePolygon
,GeoBaseShape
,GeoComplexPolygon
,GeoCompositeAreaShape
,GeoCompositeMembershipShape
,GeoCompositePolygon
,GeoConcavePolygon
,GeoConvexPolygon
,GeoDegenerateHorizontalLine
,GeoDegenerateLatitudeZone
,GeoDegenerateLongitudeSlice
,GeoDegeneratePath
,GeoDegeneratePath.PathSegment
,GeoDegeneratePath.SegmentEndpoint
,GeoDegeneratePoint
,GeoDegenerateVerticalLine
,GeoExactCircle
,GeoLatitudeZone
,GeoLongitudeSlice
,GeoNorthLatitudeZone
,GeoNorthRectangle
,GeoRectangle
,GeoS2Shape
,GeoSouthLatitudeZone
,GeoSouthRectangle
,GeoStandardCircle
,GeoStandardPath
,GeoStandardPath.BaseSegmentEndpoint
,GeoStandardPath.CircleSegmentEndpoint
,GeoStandardPath.CutoffDualCircleSegmentEndpoint
,GeoStandardPath.CutoffSingleCircleSegmentEndpoint
,GeoStandardPath.PathSegment
,GeoWideDegenerateHorizontalLine
,GeoWideLongitudeSlice
,GeoWideNorthRectangle
,GeoWideRectangle
,GeoWideSouthRectangle
,GeoWorld
public interface GeoBounds extends Bounded, Membership, PlanetObject
Generic shape that supports bounds. This describes methods that help shapes compute their bounds.
-
-
Method Summary
-
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
-
-