org.apache.abdera.ext.geo
Class Polygon
java.lang.Object
org.apache.abdera.ext.geo.Position
org.apache.abdera.ext.geo.Multiple
org.apache.abdera.ext.geo.Polygon
- All Implemented Interfaces:
- Serializable, Cloneable, Comparable<Position>, Iterable<Coordinate>
public class Polygon
- extends Multiple
- See Also:
- Serialized Form
Methods inherited from class org.apache.abdera.ext.geo.Position |
clone, getElevation, getFeatureTypeTag, getFloor, getRadius, getRelationshipTag, setElevation, setFeatureTypeTag, setFloor, setRadius, setRelationshipTag |
Polygon
public Polygon()
Polygon
public Polygon(Multiple multiple)
Polygon
public Polygon(Point point)
Polygon
public Polygon(Coordinate... coordinates)
Polygon
public Polygon(Coordinates coordinates)
Polygon
public Polygon(String value)
Polygon
public Polygon(Multiple... multiples)
Polygon
public Polygon(Point... points)
Polygon
public Polygon(double... values)
setCoordinates
public void setCoordinates(Coordinates coordinates)
- Overrides:
setCoordinates
in class Multiple
verify
public void verify()
Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.