Package org.apache.lucene.spatial3d.geom
Interface Bounded
-
- All Known Subinterfaces:
GeoAreaShape,GeoBBox,GeoCircle,GeoDistanceShape,GeoMembershipShape,GeoPath,GeoPointShape,GeoPolygon,GeoShape
- All Known Implementing Classes:
GeoBaseAreaShape,GeoBaseBBox,GeoBaseCircle,GeoBaseCompositeAreaShape,GeoBaseCompositeMembershipShape,GeoBaseCompositeShape,GeoBaseDistanceShape,GeoBaseMembershipShape,GeoBasePath,GeoBasePolygon,GeoBaseShape,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 BoundedThis interface describes methods that determine what the bounds are for a shape.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidgetBounds(Bounds bounds)Compute bounds for the shape.
-
-
-
Method Detail
-
getBounds
void getBounds(Bounds bounds)
Compute bounds for the shape.- Parameters:
bounds- is the input bounds object. The input object will be modified.
-
-