@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GPSPointDimension extends Object implements Serializable, Cloneable, StructuredPojo
Specifies GPS-based criteria for including or excluding endpoints from a segment.
Constructor and Description |
---|
GPSPointDimension() |
Modifier and Type | Method and Description |
---|---|
GPSPointDimension |
clone() |
boolean |
equals(Object obj) |
GPSCoordinates |
getCoordinates()
The GPS coordinates to measure distance from.
|
Double |
getRangeInKilometers()
The range, in kilometers, from the GPS coordinates.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setCoordinates(GPSCoordinates coordinates)
The GPS coordinates to measure distance from.
|
void |
setRangeInKilometers(Double rangeInKilometers)
The range, in kilometers, from the GPS coordinates.
|
String |
toString()
Returns a string representation of this object.
|
GPSPointDimension |
withCoordinates(GPSCoordinates coordinates)
The GPS coordinates to measure distance from.
|
GPSPointDimension |
withRangeInKilometers(Double rangeInKilometers)
The range, in kilometers, from the GPS coordinates.
|
public void setCoordinates(GPSCoordinates coordinates)
The GPS coordinates to measure distance from.
coordinates
- The GPS coordinates to measure distance from.public GPSCoordinates getCoordinates()
The GPS coordinates to measure distance from.
public GPSPointDimension withCoordinates(GPSCoordinates coordinates)
The GPS coordinates to measure distance from.
coordinates
- The GPS coordinates to measure distance from.public void setRangeInKilometers(Double rangeInKilometers)
The range, in kilometers, from the GPS coordinates.
rangeInKilometers
- The range, in kilometers, from the GPS coordinates.public Double getRangeInKilometers()
The range, in kilometers, from the GPS coordinates.
public GPSPointDimension withRangeInKilometers(Double rangeInKilometers)
The range, in kilometers, from the GPS coordinates.
rangeInKilometers
- The range, in kilometers, from the GPS coordinates.public String toString()
toString
in class Object
Object.toString()
public GPSPointDimension clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2021. All rights reserved.