|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.rometools.feed.module.georss.geometries.AbstractGeometry
org.rometools.feed.module.georss.geometries.AbstractGeometricPrimitive
org.rometools.feed.module.georss.geometries.AbstractCurve
org.rometools.feed.module.georss.geometries.LineString
public final class LineString
Linear object constructed by linear interpolation between points
Constructor Summary | |
---|---|
LineString()
Creates a new instance of LineString |
|
LineString(PositionList posList)
Construct object from a position list |
Method Summary | |
---|---|
Object |
clone()
Make a deep copy of the geometric object |
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 |
---|
public LineString()
public LineString(PositionList posList)
Method Detail |
---|
public Object clone() throws CloneNotSupportedException
AbstractGeometry
clone
in class AbstractGeometry
CloneNotSupportedException
public boolean equals(Object obj)
equals
in class AbstractGeometry
public PositionList getPositionList()
public void setPositionList(PositionList posList)
posList
- the new position list
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |