gov.nasa.worldwind.terrain
Class WMSBasicElevationModel
java.lang.Object
gov.nasa.worldwind.avlist.AVListImpl
gov.nasa.worldwind.WWObjectImpl
gov.nasa.worldwind.terrain.AbstractElevationModel
gov.nasa.worldwind.terrain.BasicElevationModel
gov.nasa.worldwind.terrain.WMSBasicElevationModel
- All Implemented Interfaces:
- AVList, ElevationModel, Restorable, Retrievable, WWObject, PropertyChangeListener, EventListener
public class WMSBasicElevationModel
- extends BasicElevationModel
| Methods inherited from class gov.nasa.worldwind.terrain.BasicElevationModel |
addTileToCache, areElevationsInMemory, computeLevelForResolution, contains, convertImageToElevations, countTilesInSector, createMemoryCache, createTile, doGetRestorableState, doRestoreState, doRestoreStateForObject, downloadElevations, downloadElevations, generateExtremeElevations, getBestResolution, getDetailHint, getElevationDataByteOrder, getElevationDataPixelType, getElevations, getElevations, getEstimatedMissingDataSize, getExtremeElevations, getExtremeElevations, getExtremes, getExtremesLevel, getLevels, getLevelZeroTiles, getMaxElevation, getMemoryCache, getMinElevation, getParamsFromDocument, getRestorableState, getTargetLevel, getTileFromMemory, getTilesInSector, getUnmappedElevation, intersects, loadElevations, loadExtremeElevations, lookupElevation, makeLocal, readElevations, requestTile, restorableStateToParams, restoreState, restoreStateForParams, setByteOrder, setDetailHint, setFallbacks, setPixelType |
| Methods inherited from class gov.nasa.worldwind.avlist.AVListImpl |
addPropertyChangeListener, addPropertyChangeListener, clearList, copy, firePropertyChange, firePropertyChange, getDoubleValue, getDoubleValue, getEntries, getIntegerValue, getIntegerValue, getLongValue, getLongValue, getStringValue, getStringValue, getStringValue, getValue, getValues, hasKey, removeKey, removePropertyChangeListener, removePropertyChangeListener, setValue, setValues |
| Methods inherited from interface gov.nasa.worldwind.avlist.AVList |
addPropertyChangeListener, addPropertyChangeListener, clearList, copy, firePropertyChange, firePropertyChange, getEntries, getStringValue, getValue, getValues, hasKey, removeKey, removePropertyChangeListener, removePropertyChangeListener, setValue, setValues |
formatOrderPreference
protected static final String[] formatOrderPreference
WMSBasicElevationModel
public WMSBasicElevationModel(Capabilities caps,
AVList params)
WMSBasicElevationModel
public WMSBasicElevationModel(Element domElement,
AVList params)
WMSBasicElevationModel
public WMSBasicElevationModel(String restorableStateInXml)
chooseImageFormat
protected static String chooseImageFormat(Capabilities caps)
doGetRestorableStateForAVPair
protected void doGetRestorableStateForAVPair(String key,
Object value,
RestorableSupport rs,
RestorableSupport.StateObject context)
- Overrides:
doGetRestorableStateForAVPair in class BasicElevationModel
initParamsFromCapsDoc
protected static AVList initParamsFromCapsDoc(Capabilities caps,
AVList params)
initParamsFromConfiguration
protected static AVList initParamsFromConfiguration(Element domElement,
AVList params)
makeTitle
protected static String makeTitle(Capabilities caps,
String layerNames,
String styleNames)
wmsRestoreStateForParams
protected static void wmsRestoreStateForParams(RestorableSupport rs,
RestorableSupport.StateObject context,
AVList params)
wmsXmlStateToParams
protected static AVList wmsXmlStateToParams(String stateInXml)