com.metsci.glimpse.charts.shoreline
Class LandSegmentFactory

java.lang.Object
  extended by com.metsci.glimpse.charts.shoreline.LandSegmentFactory

public class LandSegmentFactory
extends java.lang.Object

Author:
hogye

Constructor Summary
LandSegmentFactory(LandBox box)
           
 
Method Summary
 LandSegment newLandSegment(java.util.List<LandVertex> vertices)
          The returned LandSegment may have land on the wrong side.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LandSegmentFactory

public LandSegmentFactory(LandBox box)
Method Detail

newLandSegment

public LandSegment newLandSegment(java.util.List<LandVertex> vertices)
The returned LandSegment may have land on the wrong side. It is up to the calling code to detect this and correct for it.



Copyright © 2012 Metron, Inc.. All Rights Reserved.