Class LandSegmentFactory
- java.lang.Object
-
- com.metsci.glimpse.charts.shoreline.LandSegmentFactory
-
public class LandSegmentFactory extends Object
- Author:
- hogye
-
-
Constructor Summary
Constructors Constructor Description LandSegmentFactory(LandBox box)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LandSegmentnewLandSegment(List<LandVertex> vertices)The returned LandSegment may have land on the wrong side.
-
-
-
Constructor Detail
-
LandSegmentFactory
public LandSegmentFactory(LandBox box)
-
-
Method Detail
-
newLandSegment
public LandSegment newLandSegment(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.
-
-