org.rometools.feed.module.georss.geometries
Class LinearRing

java.lang.Object
  extended by org.rometools.feed.module.georss.geometries.AbstractRing
      extended by org.rometools.feed.module.georss.geometries.LinearRing
All Implemented Interfaces:
Serializable, Cloneable

public final class LinearRing
extends AbstractRing

Linear boundary object constructed by linear interpolation between points. Start and end point should be identical.

Author:
runaas
See Also:
Serialized Form

Constructor Summary
LinearRing()
          Creates a new instance of LinearLing
LinearRing(PositionList posList)
           
 
Method Summary
 Object clone()
           
 boolean equals(Object obj)
           
 PositionList getPositionList()
          Get the position list
 void setPositionList(PositionList posList)
          Set the position list
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LinearRing

public LinearRing()
Creates a new instance of LinearLing


LinearRing

public LinearRing(PositionList posList)
Method Detail

clone

public Object clone()
             throws CloneNotSupportedException
Overrides:
clone in class AbstractRing
Throws:
CloneNotSupportedException

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

getPositionList

public PositionList getPositionList()
Get the position list

Returns:
the positionlist

setPositionList

public void setPositionList(PositionList posList)
Set the position list

Parameters:
posList - the new position list


Copyright © 2013 ROME Project. All Rights Reserved.