NASA World Wind

gov.nasa.worldwind.globes
Class EarthLocalElevationModel

java.lang.Object
  extended by gov.nasa.worldwind.avlist.AVListImpl
      extended by gov.nasa.worldwind.WWObjectImpl
          extended by gov.nasa.worldwind.terrain.AbstractElevationModel
              extended by gov.nasa.worldwind.terrain.LocalElevationModel
                  extended by gov.nasa.worldwind.globes.EarthLocalElevationModel
All Implemented Interfaces:
AVList, ElevationModel, Restorable, WWObject, PropertyChangeListener, EventListener

public class EarthLocalElevationModel
extends LocalElevationModel


Nested Class Summary
 
Nested classes/interfaces inherited from class gov.nasa.worldwind.terrain.LocalElevationModel
LocalElevationModel.LocalTile
 
Field Summary
 
Fields inherited from class gov.nasa.worldwind.terrain.LocalElevationModel
extremeElevations, tiles
 
Fields inherited from class gov.nasa.worldwind.terrain.AbstractElevationModel
missingDataFlag, missingDataValue
 
Fields inherited from class gov.nasa.worldwind.avlist.AVListImpl
changeSupport
 
Constructor Summary
EarthLocalElevationModel()
           
 
Method Summary
 
Methods inherited from class gov.nasa.worldwind.terrain.LocalElevationModel
addElevations, addElevations, addElevationsFromWorldFiles, adjustMinMax, contains, findTile, getBestResolution, getElevations, getExtremeElevations, getExtremeElevations, getMaxElevation, getMinElevation, getUnmappedElevation, intersects, lookupElevation
 
Methods inherited from class gov.nasa.worldwind.terrain.AbstractElevationModel
composeElevations, getDetailHint, getElevation, getExpiryTime, getMissingDataReplacement, getMissingDataSignal, getName, getRestorableState, isNetworkRetrievalEnabled, restoreState, setExpiryTime, setMissingDataReplacement, setMissingDataSignal, setName, setNetworkRetrievalEnabled, toString
 
Methods inherited from class gov.nasa.worldwind.WWObjectImpl
propertyChange
 
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 class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
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
 
Methods inherited from interface java.beans.PropertyChangeListener
propertyChange
 

Constructor Detail

EarthLocalElevationModel

public EarthLocalElevationModel()

NASA World Wind