org.micropainter.map.layer.natural
Class Coastline

java.lang.Object
  extended by org.micropainter.map.layer.natural.Coastline

public class Coastline
extends java.lang.Object


Field Summary
private  java.util.List<Natural> segments
           
 
Constructor Summary
Coastline()
           
 
Method Summary
 void addSegment(Natural segment)
           
 int countSegment()
           
 Natural getFirstSegment()
           
 com.vividsolutions.jts.geom.Geometry getGeometry()
           
 Natural getLastSegment()
           
 Natural getSegment(int index)
           
 java.util.List<Natural> getSegments()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

segments

private java.util.List<Natural> segments
Constructor Detail

Coastline

public Coastline()
Method Detail

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()