Uses of Class
gov.nasa.worldwind.util.AbsentResourceList
-
Packages that use AbsentResourceList Package Description gov.nasa.worldwind.cache gov.nasa.worldwind.ogc.kml Provides classes for parsing KML and KMZ files and streams.gov.nasa.worldwind.util -
-
Uses of AbsentResourceList in gov.nasa.worldwind.cache
Fields in gov.nasa.worldwind.cache declared as AbsentResourceList Modifier and Type Field Description protected AbsentResourceList
BasicDataFileStore. absentResources
Absent-resource list to keep track of resources that were requested by requestFile but failed.Methods in gov.nasa.worldwind.cache that return AbsentResourceList Modifier and Type Method Description protected AbsentResourceList
BasicDataFileStore. getAbsentResourceList()
Returns this file store's absent-resource list. -
Uses of AbsentResourceList in gov.nasa.worldwind.ogc.kml
Fields in gov.nasa.worldwind.ogc.kml declared as AbsentResourceList Modifier and Type Field Description protected AbsentResourceList
KMLRoot. absentResourceList
-
Uses of AbsentResourceList in gov.nasa.worldwind.util
Fields in gov.nasa.worldwind.util declared as AbsentResourceList Modifier and Type Field Description protected AbsentResourceList
SessionCacheRetrievalPostProcessor. absentResourceList
protected AbsentResourceList
Level. absentTiles
Methods in gov.nasa.worldwind.util that return AbsentResourceList Modifier and Type Method Description AbsentResourceList
SessionCacheRetrievalPostProcessor. getAbsentResourceList()
Returns the absent resource list that is updated when the retrieval completes.AbsentResourceList
Level. getAbsentTiles()
Methods in gov.nasa.worldwind.util with parameters of type AbsentResourceList Modifier and Type Method Description static WMSCapabilities
SessionCacheUtils. getOrRetrieveSessionCapabilities(java.net.URL url, SessionCache cache, java.lang.Object cacheKey, AbsentResourceList absentResourceList, long resourceID, java.beans.PropertyChangeListener propertyListener, java.lang.String propertyName)
Checks a session cache for a specified key, and if present attempts to interpret the cache entry as aWMSCapabilities
document.static void
SessionCacheUtils. retrieveSessionData(java.net.URL url, SessionCache cache, java.lang.Object cacheKey, AbsentResourceList absentResourceList, long resourceID, java.beans.PropertyChangeListener propertyListener, java.lang.String propertyName)
Retrieves the contents of a specifiedURL
.Constructors in gov.nasa.worldwind.util with parameters of type AbsentResourceList Constructor Description SessionCacheRetrievalPostProcessor(SessionCache cache, java.lang.Object cacheKey, AbsentResourceList absentResourceList, long resourceID, java.beans.PropertyChangeListener propertyListener, java.lang.String propertyName)
Constructs a SessionCachePostProcessor with a specified cache and cache key, and an optional property listener and property name.
-