|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.rometools.feed.module.georss.geometries.AbstractRing
org.rometools.feed.module.georss.geometries.LinearRing
public final class LinearRing
Linear boundary object constructed by linear interpolation between points. Start and end point should be identical.
| 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 |
|---|
public LinearRing()
public LinearRing(PositionList posList)
| Method Detail |
|---|
public Object clone()
throws CloneNotSupportedException
clone in class AbstractRingCloneNotSupportedExceptionpublic boolean equals(Object obj)
equals in class Objectpublic 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 | |||||||||