|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.sun.syndication.feed.module.georss.geometries.AbstractGeometry com.sun.syndication.feed.module.georss.geometries.AbstractGeometricPrimitive com.sun.syndication.feed.module.georss.geometries.AbstractCurve com.sun.syndication.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 | |
---|---|
java.lang.Object |
clone()
Make a deep copy of the geometric object |
boolean |
equals(java.lang.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 java.lang.Object clone() throws java.lang.CloneNotSupportedException
AbstractGeometry
clone
in class AbstractGeometry
java.lang.CloneNotSupportedException
public boolean equals(java.lang.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 |