uk.me.parabola.mkgmap.reader.dem.optional
Class GeoTiffDEM.CGIAR

java.lang.Object
  extended by uk.me.parabola.mkgmap.reader.dem.DEM
      extended by uk.me.parabola.mkgmap.reader.dem.optional.GeoTiffDEM
          extended by uk.me.parabola.mkgmap.reader.dem.optional.GeoTiffDEM.CGIAR
Enclosing class:
GeoTiffDEM

protected static class GeoTiffDEM.CGIAR
extends GeoTiffDEM


Nested Class Summary
 
Nested classes/interfaces inherited from class uk.me.parabola.mkgmap.reader.dem.optional.GeoTiffDEM
GeoTiffDEM.ASTER, GeoTiffDEM.CGIAR
 
Field Summary
 
Fields inherited from class uk.me.parabola.mkgmap.reader.dem.DEM
delta, lat, lon, M, N, res
 
Constructor Summary
GeoTiffDEM.CGIAR(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 uk.me.parabola.mkgmap.reader.dem.DEM
createContours, elevation, elevation, gradient
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeoTiffDEM.CGIAR

public GeoTiffDEM.CGIAR(java.lang.String dataPath,
                        double minLat,
                        double minLon,
                        double maxLat,
                        double maxLon)
Method Detail

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