Interface BoundingBoxOperations<BB>
- Type Parameters:
BB- The underlying bounding box type
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
BoundingBox.CommonLocationBoundingBoxOperations$
Type class to access the boundaries of a bounding box.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classstatic class -
Method Summary
Modifier and TypeMethodDescriptiondoubleeastLongitude(BB bbox) doublenorthLatitude(BB bbox) doublesouthLatitude(BB bbox) doublewestLongitude(BB bbox)
-
Method Details
-
northLatitude
-
southLatitude
-
eastLongitude
-
westLongitude
-