public final class LinearRing extends AbstractRing
Constructor and Description |
---|
LinearRing() |
LinearRing(PositionList posList) |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
boolean |
equals(Object obj) |
PositionList |
getPositionList()
Get the position list
|
void |
setPositionList(PositionList posList)
Set the position list
|
public LinearRing()
public LinearRing(PositionList posList)
public Object clone() throws CloneNotSupportedException
clone
in class AbstractRing
CloneNotSupportedException
public PositionList getPositionList()
public void setPositionList(PositionList posList)
posList
- the new position listCopyright © 2019. All rights reserved.