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.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic class
static class
-
Method Summary
Modifier and TypeMethodDescriptiondouble
eastLongitude
(BB bbox) double
northLatitude
(BB bbox) double
southLatitude
(BB bbox) double
westLongitude
(BB bbox)
-
Method Details
-
northLatitude
-
southLatitude
-
eastLongitude
-
westLongitude
-