org.micropainter.map.layer.natural
Class Coastline
java.lang.Object
org.micropainter.map.layer.natural.Coastline
public class Coastline
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
segments
private java.util.List<Natural> segments
Coastline
public Coastline()
getFirstSegment
public Natural getFirstSegment()
getLastSegment
public Natural getLastSegment()
getSegment
public Natural getSegment(int index)
addSegment
public void addSegment(Natural segment)
countSegment
public int countSegment()
getSegments
public java.util.List<Natural> getSegments()
getGeometry
public com.vividsolutions.jts.geom.Geometry getGeometry()