Class BoundingBox.CommonLocationBoundingBoxOperations$
java.lang.Object
com.here.platform.location.core.geospatial.BoundingBox.CommonLocationBoundingBoxOperations$
- All Implemented Interfaces:
BoundingBoxOperations<BoundingBox>
,Serializable
,scala.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 TypeMethodDescriptiondouble
eastLongitude
(BoundingBox bbox) double
northLatitude
(BoundingBox bbox) double
southLatitude
(BoundingBox bbox) double
westLongitude
(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:
northLatitude
in interfaceBoundingBoxOperations<BoundingBox>
-
southLatitude
- Specified by:
southLatitude
in interfaceBoundingBoxOperations<BoundingBox>
-
eastLongitude
- Specified by:
eastLongitude
in interfaceBoundingBoxOperations<BoundingBox>
-
westLongitude
- Specified by:
westLongitude
in interfaceBoundingBoxOperations<BoundingBox>
-