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 AbsentResourceListBasicDataFileStore. absentResourcesAbsent-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 AbsentResourceListBasicDataFileStore. 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 AbsentResourceListKMLRoot. absentResourceList -
Uses of AbsentResourceList in gov.nasa.worldwind.util
Fields in gov.nasa.worldwind.util declared as AbsentResourceList Modifier and Type Field Description protected AbsentResourceListSessionCacheRetrievalPostProcessor. absentResourceListprotected AbsentResourceListLevel. absentTilesMethods in gov.nasa.worldwind.util that return AbsentResourceList Modifier and Type Method Description AbsentResourceListSessionCacheRetrievalPostProcessor. getAbsentResourceList()Returns the absent resource list that is updated when the retrieval completes.AbsentResourceListLevel. getAbsentTiles()Methods in gov.nasa.worldwind.util with parameters of type AbsentResourceList Modifier and Type Method Description static WMSCapabilitiesSessionCacheUtils. 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 aWMSCapabilitiesdocument.static voidSessionCacheUtils. 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.
-