@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TrackingFilterGeometry extends Object implements Serializable, Cloneable, StructuredPojo
The geomerty used to filter device positions.
| Constructor and Description |
|---|
TrackingFilterGeometry() |
| Modifier and Type | Method and Description |
|---|---|
TrackingFilterGeometry |
clone() |
boolean |
equals(Object obj) |
List<List<List<Double>>> |
getPolygon()
The set of arrays which define the polygon.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setPolygon(Collection<List<List<Double>>> polygon)
The set of arrays which define the polygon.
|
String |
toString()
Returns a string representation of this object.
|
TrackingFilterGeometry |
withPolygon(Collection<List<List<Double>>> polygon)
The set of arrays which define the polygon.
|
TrackingFilterGeometry |
withPolygon(List<List<Double>>... polygon)
The set of arrays which define the polygon.
|
public List<List<List<Double>>> getPolygon()
The set of arrays which define the polygon. A polygon can have between 4 and 1000 vertices.
public void setPolygon(Collection<List<List<Double>>> polygon)
The set of arrays which define the polygon. A polygon can have between 4 and 1000 vertices.
polygon - The set of arrays which define the polygon. A polygon can have between 4 and 1000 vertices.public TrackingFilterGeometry withPolygon(List<List<Double>>... polygon)
The set of arrays which define the polygon. A polygon can have between 4 and 1000 vertices.
NOTE: This method appends the values to the existing list (if any). Use
setPolygon(java.util.Collection) or withPolygon(java.util.Collection) if you want to override
the existing values.
polygon - The set of arrays which define the polygon. A polygon can have between 4 and 1000 vertices.public TrackingFilterGeometry withPolygon(Collection<List<List<Double>>> polygon)
The set of arrays which define the polygon. A polygon can have between 4 and 1000 vertices.
polygon - The set of arrays which define the polygon. A polygon can have between 4 and 1000 vertices.public String toString()
toString in class ObjectObject.toString()public TrackingFilterGeometry clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.