Interface GeoBBox

All Superinterfaces:
Bounded, GeoArea, GeoAreaShape, GeoMembershipShape, GeoOutsideDistance, GeoShape, GeoSizeable, Membership, PlanetObject, SerializableObject
All Known Subinterfaces:
GeoPointShape
All Known Implementing Classes:
GeoDegenerateVerticalLine

public interface GeoBBox extends GeoAreaShape, GeoSizeable
All bounding box shapes have this interface in common. This describes methods that bounding boxes have above and beyond GeoMembershipShape's.
WARNING: This API is experimental and might change in incompatible ways in the next release.
  • Method Details

    • expand

      GeoBBox expand(double angle)
      Expand box by specified angle.
      Parameters:
      angle - is the angle amount to expand the GeoBBox by.
      Returns:
      a new GeoBBox.