| Package | Description |
|---|---|
| com.metsci.glimpse.charts.raster |
Data structures and data IO utilities for displaying ENC raster images.
|
| com.metsci.glimpse.charts.shoreline.gshhs |
Data structures and data IO utilities for displaying GSHHS polygons.
|
| com.metsci.glimpse.dspl.parser.util | |
| com.metsci.glimpse.util |
General utility support for spherical geometry calculations, logging, spatial
indexing, unit conversions, fast data loading and math calculations.
|
| Modifier and Type | Method and Description |
|---|---|
Set<Pair<IntPoint2d,LatLonGeo>> |
BsbRasterData.getRegistrationPoints() |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
static Pair<Concept,SliceColumnType> |
ParserUtils.getConcept(String columnId,
Slice slice) |
| Modifier and Type | Method and Description |
|---|---|
static <A,B> Pair<A,B> |
Pair.newPair(A first,
B second) |
Copyright © 2016 Metron, Inc.. All rights reserved.