Class BoundingBox.CommonLocationBoundingBoxOperations$
java.lang.Object
com.here.platform.location.core.geospatial.BoundingBox.CommonLocationBoundingBoxOperations$
- All Implemented Interfaces:
BoundingBoxOperations<BoundingBox>,Serializable
- Enclosing class:
- BoundingBox
public static class BoundingBox.CommonLocationBoundingBoxOperations$
extends Object
implements BoundingBoxOperations<BoundingBox>
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.here.platform.location.core.geospatial.BoundingBoxOperations
BoundingBoxOperations.BoundingBoxOperationsAsMembers<BB>, BoundingBoxOperations.BoundingBoxOperationsAsMembers$ -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final BoundingBox.CommonLocationBoundingBoxOperations$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoubleeastLongitude(BoundingBox bbox) doublenorthLatitude(BoundingBox bbox) doublesouthLatitude(BoundingBox bbox) doublewestLongitude(BoundingBox bbox)
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
CommonLocationBoundingBoxOperations$
public CommonLocationBoundingBoxOperations$()
-
-
Method Details
-
northLatitude
- Specified by:
northLatitudein interfaceBoundingBoxOperations<BoundingBox>
-
southLatitude
- Specified by:
southLatitudein interfaceBoundingBoxOperations<BoundingBox>
-
eastLongitude
- Specified by:
eastLongitudein interfaceBoundingBoxOperations<BoundingBox>
-
westLongitude
- Specified by:
westLongitudein interfaceBoundingBoxOperations<BoundingBox>
-