public abstract class AbstractSRTMElevationProvider extends TileBasedElevationProvider
NOOP| Constructor and Description |
|---|
AbstractSRTMElevationProvider(String baseUrl,
String cacheDir,
String downloaderName,
int minLat,
int maxLat,
int defaultWidth) |
| Modifier and Type | Method and Description |
|---|---|
double |
getEle(double lat,
double lon) |
protected String |
getPaddedLatString(int latInt) |
protected String |
getPaddedLonString(int lonInt) |
void |
release()
Release resources.
|
canInterpolate, getCacheDir, getDirectory, setAutoRemoveTemporaryFiles, setBaseURL, setDAType, setDownloader, setInterpolateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetElepublic void release()
ElevationProviderpublic double getEle(double lat,
double lon)
protected String getPaddedLonString(int lonInt)
protected String getPaddedLatString(int latInt)
Copyright © 2012–2022. All rights reserved.