org.apache.abdera.ext.geo
Class Polygon

java.lang.Object
  extended by org.apache.abdera.ext.geo.Position
      extended by org.apache.abdera.ext.geo.Multiple
          extended by org.apache.abdera.ext.geo.Polygon
All Implemented Interfaces:
Serializable, Cloneable, Comparable<Position>, Iterable<Coordinate>

public class Polygon
extends Multiple

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.abdera.ext.geo.Multiple
coordinates
 
Fields inherited from class org.apache.abdera.ext.geo.Position
DEFAULT_FEATURE_TYPE_TAG, DEFAULT_RELATIONSHIP_TAG, elevation, featureTypeTag, floor, radius, relationshipTag
 
Constructor Summary
Polygon()
           
Polygon(Coordinate... coordinates)
           
Polygon(Coordinates coordinates)
           
Polygon(double... values)
           
Polygon(Multiple... multiples)
           
Polygon(Multiple multiple)
           
Polygon(Point... points)
           
Polygon(Point point)
           
Polygon(String value)
           
 
Method Summary
 void setCoordinates(Coordinates coordinates)
           
 void verify()
           
 
Methods inherited from class org.apache.abdera.ext.geo.Multiple
compareTo, equals, getCoordinates, hashCode, iterator, verify179Rule
 
Methods inherited from class org.apache.abdera.ext.geo.Position
clone, getElevation, getFeatureTypeTag, getFloor, getRadius, getRelationshipTag, setElevation, setFeatureTypeTag, setFloor, setRadius, setRelationshipTag
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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)
Method Detail

setCoordinates

public void setCoordinates(Coordinates coordinates)
Overrides:
setCoordinates in class Multiple

verify

public void verify()


Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.