Interface BoundingBoxOperations<BB>

Type Parameters:
BB - The underlying bounding box type
All Superinterfaces:
Serializable, scala.Serializable
All Known Implementing Classes:
BoundingBox.CommonLocationBoundingBoxOperations$

public interface BoundingBoxOperations<BB> extends scala.Serializable
Type class to access the boundaries of a bounding box.

  • Method Details

    • northLatitude

      double northLatitude(BB bbox)
    • southLatitude

      double southLatitude(BB bbox)
    • eastLongitude

      double eastLongitude(BB bbox)
    • westLongitude

      double westLongitude(BB bbox)