public class GshhsReader extends Object
Constructor and Description |
---|
GshhsReader() |
Modifier and Type | Method and Description |
---|---|
static Pair<List<List<LandVertex>>,List<GshhsPolygonHeader>> |
readSegments(File file) |
static Pair<List<List<LandVertex>>,List<GshhsPolygonHeader>> |
readSegments(InputStream stream)
Closing the stream is left up to the caller.
|
static Pair<List<List<LandVertex>>,List<GshhsPolygonHeader>> |
readSegments(String location,
StreamOpener streamOpener) |
public static Pair<List<List<LandVertex>>,List<GshhsPolygonHeader>> readSegments(File file) throws IOException
IOException
public static Pair<List<List<LandVertex>>,List<GshhsPolygonHeader>> readSegments(String location, StreamOpener streamOpener) throws IOException
IOException
public static Pair<List<List<LandVertex>>,List<GshhsPolygonHeader>> readSegments(InputStream stream) throws IOException
IOException
Copyright © 2016 Metron, Inc.. All rights reserved.