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.
|
Modifier and Type | Field and Description |
---|---|
List<LandVertex> |
LandSegment.ghostVertices |
List<LandVertex> |
LandSegment.vertices |
Modifier and Type | Method and Description |
---|---|
double |
LandVertex.getDistanceX_SU(LandVertex vertex) |
double |
LandVertex.getDistanceY_SU(LandVertex vertex) |
Modifier and Type | Method and Description |
---|---|
static LandSegment |
LandSegment.newFillableSegment(List<LandVertex> vertices) |
static LandSegment |
LandSegment.newFillableSegment(List<LandVertex> vertices,
List<LandVertex> ghostVertices) |
static LandSegment |
LandSegment.newFillableSegment(List<LandVertex> vertices,
List<LandVertex> ghostVertices) |
LandSegment |
LandSegmentFactory.newLandSegment(List<LandVertex> vertices)
The returned LandSegment may have land on the wrong side.
|
static LandSegment |
LandSegment.newUnfillableSegment(List<LandVertex> vertices) |
Modifier and Type | Method and Description |
---|---|
static Pair<List<List<LandVertex>>,List<GshhsPolygonHeader>> |
GshhsReader.readSegments(File file) |
static Pair<List<List<LandVertex>>,List<GshhsPolygonHeader>> |
GshhsFile.readSegments(File file,
LandBox box)
Deprecated.
|
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(String location,
StreamOpener streamOpener) |
Copyright © 2016 Metron, Inc.. All rights reserved.