Package hec.map.tms.datasource
Class TmsDataSource
java.lang.Object
hec.map.tms.datasource.TmsDataSource
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TmsDataSource
-
-
Method Details
-
getValue
public float[] getValue(double[] xvalues, double[] yvalues) -
load
- Throws:
IOException
-
unload
public void unload() -
getNumberOfLevels
public int getNumberOfLevels() -
getExtents
-
getCellSize
public int getCellSize() -
getNoDataValue
public float getNoDataValue() -
getImage
given the zoom level figure out which level to get the image for.- Parameters:
zoom
-worldRect
-- Returns:
-
getCurrentLevelExtents
-
getMinElevation
public double getMinElevation()- Returns:
-
getMaxElevation
public double getMaxElevation()- Returns:
-
clearImage
public void clearImage()
-