com.metsci.glimpse.charts.shoreline
Class LandSegment
java.lang.Object
com.metsci.glimpse.charts.shoreline.LandSegment
public class LandSegment
- extends java.lang.Object
- Author:
- hogye
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
vertices
public final java.util.List<LandVertex> vertices
isFillable
public boolean isFillable
ghostVertices
public final java.util.List<LandVertex> ghostVertices
newFillableSegment
public static LandSegment newFillableSegment(java.util.List<LandVertex> vertices)
newFillableSegment
public static LandSegment newFillableSegment(java.util.List<LandVertex> vertices,
java.util.List<LandVertex> ghostVertices)
newUnfillableSegment
public static LandSegment newUnfillableSegment(java.util.List<LandVertex> vertices)
Copyright © 2012 Metron, Inc.. All Rights Reserved.