@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)
Marshalls this structured data using the given
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)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.