public final class LinearRing extends AbstractRing
Modifier and Type | Field and Description |
---|---|
private PositionList |
posList |
private static long |
serialVersionUID |
Constructor and Description |
---|
LinearRing() |
LinearRing(PositionList posList) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone() |
boolean |
equals(java.lang.Object obj) |
PositionList |
getPositionList()
Get the position list
|
void |
setPositionList(PositionList posList)
Set the position list
|
private static final long serialVersionUID
private PositionList posList
public LinearRing()
public LinearRing(PositionList posList)
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
clone
in class AbstractRing
java.lang.CloneNotSupportedException
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public PositionList getPositionList()
public void setPositionList(PositionList posList)
posList
- the new position list