org.apache.abdera.ext.geo
Class Line

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.Line
All Implemented Interfaces:
Serializable, Cloneable, Comparable<Position>, Iterable<Coordinate>

public class Line
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
Line()
           
Line(Coordinate... coordinates)
           
Line(Coordinates coordinates)
           
Line(double... values)
           
Line(Multiple... multiples)
           
Line(Multiple multiple)
           
Line(Point... points)
           
Line(Point point)
           
Line(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

Line

public Line()

Line

public Line(Multiple multiple)

Line

public Line(Point point)

Line

public Line(Coordinate... coordinates)

Line

public Line(Coordinates coordinates)

Line

public Line(String value)

Line

public Line(Multiple... multiples)

Line

public Line(Point... points)

Line

public Line(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.