All Known Subinterfaces:
GeoAreaShape, GeoBBox, GeoBounds, 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 Bounded
This interface describes methods that determine what the bounds are for a shape.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    getBounds(Bounds bounds)
    Compute bounds for the shape.
  • Method Details

    • getBounds

      void getBounds(Bounds bounds)
      Compute bounds for the shape.
      Parameters:
      bounds - is the input bounds object. The input object will be modified.