|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.syndication.feed.module.georss.geometries.AbstractRing
com.sun.syndication.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 | |
|---|---|
java.lang.Object |
clone()
|
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 LinearRing()
public LinearRing(PositionList posList)
| Method Detail |
|---|
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
clone in class AbstractRingjava.lang.CloneNotSupportedExceptionpublic boolean equals(java.lang.Object obj)
equals in class java.lang.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 | |||||||||