uk.me.parabola.mkgmap.reader.dem.optional
Class GeoTiffDEM.ASTER
java.lang.Object
uk.me.parabola.mkgmap.reader.dem.DEM
uk.me.parabola.mkgmap.reader.dem.optional.GeoTiffDEM
uk.me.parabola.mkgmap.reader.dem.optional.GeoTiffDEM.ASTER
- Enclosing class:
- GeoTiffDEM
protected static class GeoTiffDEM.ASTER
- extends GeoTiffDEM
Constructor Summary |
GeoTiffDEM.ASTER(java.lang.String dataPath,
double minLat,
double minLon,
double maxLat,
double maxLon)
|
Method Summary |
double |
ele(int x,
int y)
|
protected void |
read(int minLon,
int minLat,
int maxLon,
int maxLat)
|
void |
serializeCopyRight(java.io.Writer out)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GeoTiffDEM.ASTER
public GeoTiffDEM.ASTER(java.lang.String dataPath,
double minLat,
double minLon,
double maxLat,
double maxLon)
serializeCopyRight
public void serializeCopyRight(java.io.Writer out)
throws java.io.IOException
- Throws:
java.io.IOException
read
protected void read(int minLon,
int minLat,
int maxLon,
int maxLat)
- Specified by:
read
in class DEM
ele
public double ele(int x,
int y)
- Specified by:
ele
in class DEM