Class CommonBoundingBoxOps
java.lang.Object
com.here.platform.location.integration.optimizedmap.geospatial.CommonBoundingBoxOps
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic double
eastLongitude
(com.here.schema.geometry.v2.geometry.BoundingBox bbox) static double
northLatitude
(com.here.schema.geometry.v2.geometry.BoundingBox bbox) static double
southLatitude
(com.here.schema.geometry.v2.geometry.BoundingBox bbox) static double
westLongitude
(com.here.schema.geometry.v2.geometry.BoundingBox bbox)
-
Constructor Details
-
CommonBoundingBoxOps
public CommonBoundingBoxOps()
-
-
Method Details
-
northLatitude
public static double northLatitude(com.here.schema.geometry.v2.geometry.BoundingBox bbox) -
southLatitude
public static double southLatitude(com.here.schema.geometry.v2.geometry.BoundingBox bbox) -
eastLongitude
public static double eastLongitude(com.here.schema.geometry.v2.geometry.BoundingBox bbox) -
westLongitude
public static double westLongitude(com.here.schema.geometry.v2.geometry.BoundingBox bbox)
-