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

Packages that use LandVertex
com.metsci.glimpse.charts.shoreline Data structures and data IO utilities for display land polygon outlines. 
com.metsci.glimpse.charts.shoreline.gshhs Data structures and data IO utilities for displaying GSHHS polygons. 
 

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

Fields in com.metsci.glimpse.charts.shoreline with type parameters of type LandVertex
 java.util.List<LandVertex> LandSegment.ghostVertices
           
 java.util.List<LandVertex> LandSegment.vertices
           
 

Methods in com.metsci.glimpse.charts.shoreline with parameters of type LandVertex
 double LandVertex.getDistanceX_SU(LandVertex vertex)
           
 double LandVertex.getDistanceY_SU(LandVertex vertex)
           
 

Method parameters in com.metsci.glimpse.charts.shoreline with type arguments of type LandVertex
static LandSegment LandSegment.newFillableSegment(java.util.List<LandVertex> vertices)
           
static LandSegment LandSegment.newFillableSegment(java.util.List<LandVertex> vertices, java.util.List<LandVertex> ghostVertices)
           
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)
           
 

Uses of LandVertex in com.metsci.glimpse.charts.shoreline.gshhs
 

Methods in com.metsci.glimpse.charts.shoreline.gshhs that return types with arguments of type LandVertex
static Pair<java.util.List<java.util.List<LandVertex>>,java.util.List<GshhsPolygonHeader>> GshhsReader.readSegments(java.io.File file)
           
static Pair<java.util.List<java.util.List<LandVertex>>,java.util.List<GshhsPolygonHeader>> GshhsFile.readSegments(java.io.File file, LandBox box)
          Deprecated. 
static Pair<java.util.List<java.util.List<LandVertex>>,java.util.List<GshhsPolygonHeader>> GshhsReader.readSegments(java.io.InputStream stream)
          Closing the stream is left up to the caller.
static Pair<java.util.List<java.util.List<LandVertex>>,java.util.List<GshhsPolygonHeader>> GshhsReader.readSegments(java.lang.String location, StreamOpener streamOpener)
           
 



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