Uses of Class
com.metsci.glimpse.charts.shoreline.LandBox
-
Packages that use LandBox Package Description 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 LandBox in com.metsci.glimpse.charts.shoreline
Methods in com.metsci.glimpse.charts.shoreline that return LandBox Modifier and Type Method Description LandBoxLandShape. getLandBox()Constructors in com.metsci.glimpse.charts.shoreline with parameters of type LandBox Constructor Description LandSegmentFactory(LandBox box)LandShape(List<LandSegment> segments, LandBox box) -
Uses of LandBox in com.metsci.glimpse.charts.shoreline.gshhs
Constructors in com.metsci.glimpse.charts.shoreline.gshhs with parameters of type LandBox Constructor Description GshhsFile(File file, LandBox box, GshhsPolygonHeader.PolygonType maxLevel)GshhsFile(InputStream stream, LandBox box, GshhsPolygonHeader.PolygonType maxLevel, boolean isLittleEndian)
-