Class LinearRing
- java.lang.Object
-
- com.rometools.modules.georss.geometries.AbstractRing
-
- com.rometools.modules.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.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LinearRing()LinearRing(PositionList posList)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectclone()booleanequals(Object obj)PositionListgetPositionList()Get the position listvoidsetPositionList(PositionList posList)Set the position list
-
-
-
Constructor Detail
-
LinearRing
public LinearRing()
-
LinearRing
public LinearRing(PositionList posList)
-
-
Method Detail
-
clone
public Object clone() throws CloneNotSupportedException
- Overrides:
clonein classAbstractRing- Throws:
CloneNotSupportedException
-
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
-
-