Uses of Class
com.metsci.glimpse.charts.shoreline.gshhs.GshhsPolygonHeader
-
Packages that use GshhsPolygonHeader Package Description com.metsci.glimpse.charts.shoreline.gshhs Data structures and data IO utilities for displaying GSHHS polygons. -
-
Uses of GshhsPolygonHeader in com.metsci.glimpse.charts.shoreline.gshhs
Methods in com.metsci.glimpse.charts.shoreline.gshhs that return types with arguments of type GshhsPolygonHeader Modifier and Type Method Description static Pair<List<List<LandVertex>>,List<GshhsPolygonHeader>>
GshhsReader. readSegments(File file)
static Pair<List<List<LandVertex>>,List<GshhsPolygonHeader>>
GshhsReader. readSegments(InputStream stream)
Closing the stream is left up to the caller.static Pair<List<List<LandVertex>>,List<GshhsPolygonHeader>>
GshhsReader. readSegments(URL url)
-