Class BoundingBox.Builder
java.lang.Object
com.here.platform.data.client.model.geojson.BoundingBox.Builder
- Enclosing class:
- BoundingBox
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the BoundingBoxwithEastLongitude(Double eastLongitude) withNorthLatitude(Double northLatitude) withSouthLatitude(Double southLatitude) withWestLongitude(Double westLongitude)
-
Constructor Details
-
Builder
public Builder() -
Builder
public Builder(Double westLongitude, Double southLatitude, Double eastLongitude, Double northLatitude) - Parameters:
westLongitude- The west longitude of the bounding boxsouthLatitude- The south latitude of the bounding boxeastLongitude- The east longitude of the bounding boxnorthLatitude- The north latitude of the bounding box
-
-
Method Details
-
build
Builds the BoundingBox- Returns:
- the BoundingBox
-
withEastLongitude
- Parameters:
eastLongitude- The east longitude of the bounding box
-
withNorthLatitude
- Parameters:
northLatitude- The north latitude of the bounding box
-
withSouthLatitude
- Parameters:
southLatitude- The south latitude of the bounding box
-
withWestLongitude
- Parameters:
westLongitude- The west longitude of the bounding box
-