@Generated(value="software.amazon.awssdk:codegen") public final class GPSPointDimension extends Object implements SdkPojo, Serializable, ToCopyableBuilder<GPSPointDimension.Builder,GPSPointDimension>
Specifies GPS-based criteria for including or excluding endpoints from a segment.
| Modifier and Type | Class and Description |
|---|---|
static interface |
GPSPointDimension.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GPSPointDimension.Builder |
builder() |
GPSCoordinates |
coordinates()
The GPS coordinates to measure distance from.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Double |
rangeInKilometers()
The range, in kilometers, from the GPS coordinates.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GPSPointDimension.Builder> |
serializableBuilderClass() |
GPSPointDimension.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic GPSCoordinates coordinates()
The GPS coordinates to measure distance from.
public Double rangeInKilometers()
The range, in kilometers, from the GPS coordinates.
public GPSPointDimension.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GPSPointDimension.Builder,GPSPointDimension>public static GPSPointDimension.Builder builder()
public static Class<? extends GPSPointDimension.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.