Uses of Class
com.metsci.glimpse.charts.shoreline.LandSegment

Packages that use LandSegment
com.metsci.glimpse.charts.shoreline Data structures and data IO utilities for display land polygon outlines. 
 

Uses of LandSegment in com.metsci.glimpse.charts.shoreline
 

Methods in com.metsci.glimpse.charts.shoreline that return LandSegment
static LandSegment LandSegment.newFillableSegment(java.util.List<LandVertex> vertices)
           
static LandSegment LandSegment.newFillableSegment(java.util.List<LandVertex> vertices, java.util.List<LandVertex> ghostVertices)
           
 LandSegment LandSegmentFactory.newLandSegment(java.util.List<LandVertex> vertices)
          The returned LandSegment may have land on the wrong side.
static LandSegment LandSegment.newUnfillableSegment(java.util.List<LandVertex> vertices)
           
 

Methods in com.metsci.glimpse.charts.shoreline that return types with arguments of type LandSegment
 java.util.List<LandSegment> LandShape.getSegments()
           
 

Constructor parameters in com.metsci.glimpse.charts.shoreline with type arguments of type LandSegment
LandShape(java.util.List<LandSegment> segments, LandBox box)
           
 



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