Class RouteMatrixBoundaryGeometry
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<RouteMatrixBoundaryGeometry.Builder,RouteMatrixBoundaryGeometry>
Geometry of the routing boundary.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal RouteMatrixAutoCircleAutoCirclerequests the route matrix service to define aCircleboundary that best attempts to include most waypoints (OriginsandDestinations) using theAutoCirclesettings.Geometry defined as a bounding box.builder()final Circlecircle()Geometry defined as a circle.final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final booleanFor responses, this returns true if the service returned a value for the BoundingBox property.final inthashCode()final booleanFor responses, this returns true if the service returned a value for the Polygon property.polygon()Geometry defined as a polygon with only one linear ring.static Class<? extends RouteMatrixBoundaryGeometry.Builder> Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
autoCircle
AutoCirclerequests the route matrix service to define aCircleboundary that best attempts to include most waypoints (OriginsandDestinations) using theAutoCirclesettings. Any waypoints outside of the auto-definedCircleboundary will be considered out of the routing boundary, which results in a route matrix entry error.AutoCircleis only used in the request to configure aCirclefor the route calculation. The derivedCirclewill also be provided in the response.- Returns:
AutoCirclerequests the route matrix service to define aCircleboundary that best attempts to include most waypoints (OriginsandDestinations) using theAutoCirclesettings. Any waypoints outside of the auto-definedCircleboundary will be considered out of the routing boundary, which results in a route matrix entry error.AutoCircleis only used in the request to configure aCirclefor the route calculation. The derivedCirclewill also be provided in the response.
-
circle
Geometry defined as a circle. The circle defines the routing boundary area. Any waypoints outside the circle will result in a route matrix entry error.
You can specify a
Circledirectly in the request, or it will be auto-derived whenAutoCircleis used. WhenAutoCircleis set in the request, the response routing boundary will returnCirclederived from theAutoCirclesettings.- Returns:
- Geometry defined as a circle. The circle defines the routing boundary area. Any waypoints outside the
circle will result in a route matrix entry error.
You can specify a
Circledirectly in the request, or it will be auto-derived whenAutoCircleis used. WhenAutoCircleis set in the request, the response routing boundary will returnCirclederived from theAutoCirclesettings.
-
hasBoundingBox
public final boolean hasBoundingBox()For responses, this returns true if the service returned a value for the BoundingBox property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified. -
boundingBox
Geometry defined as a bounding box. The first pair represents the X and Y coordinates (longitude and latitude,) of the southwest corner of the bounding box; the second pair represents the X and Y coordinates (longitude and latitude) of the northeast corner.
Diagonal distance of the bounding box must be less than or equal to 400,000 meters.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the
hasBoundingBox()method.- Returns:
- Geometry defined as a bounding box. The first pair represents the X and Y coordinates (longitude and
latitude,) of the southwest corner of the bounding box; the second pair represents the X and Y
coordinates (longitude and latitude) of the northeast corner.
Diagonal distance of the bounding box must be less than or equal to 400,000 meters.
-
hasPolygon
public final boolean hasPolygon()For responses, this returns true if the service returned a value for the Polygon property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified. -
polygon
Geometry defined as a polygon with only one linear ring. A linear ring is a closed sequence of four or more coordinates. The first and last coordinates are the same, forming a closed boundary. Each coordinate is a position in [longitude, latitude] format.
The structure is an array of linear rings (only 1 allowed). Each linear ring is an array of coordinates (minimum 4), and each coordinate is an array of two doubles [longitude, latitude].
Maximum distance between any two vertices must be less than or equal to 400,000 meters.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the
hasPolygon()method.- Returns:
- Geometry defined as a polygon with only one linear ring. A linear ring is a closed sequence of four or
more coordinates. The first and last coordinates are the same, forming a closed boundary. Each coordinate
is a position in [longitude, latitude] format.
The structure is an array of linear rings (only 1 allowed). Each linear ring is an array of coordinates (minimum 4), and each coordinate is an array of two doubles [longitude, latitude].
Maximum distance between any two vertices must be less than or equal to 400,000 meters.
-
toBuilder
Description copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<RouteMatrixBoundaryGeometry.Builder,RouteMatrixBoundaryGeometry> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
-
equals
-
equalsBySdkFields
Description copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an
SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
equalsBySdkFieldsin interfaceSdkPojo- Parameters:
obj- the object to be compared with- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
-
toString
-
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo- Returns:
- The mapping between the field name and its corresponding field.
-