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 |
Modifier and Type | Field and Description |
---|---|
protected AbsentResourceList |
BasicDataFileStore.absentResources
Absent-resource list to keep track of resources that were requested by requestFile but failed.
|
Modifier and Type | Method and Description |
---|---|
protected AbsentResourceList |
BasicDataFileStore.getAbsentResourceList()
Returns this file store's absent-resource list.
|
Modifier and Type | Field and Description |
---|---|
protected AbsentResourceList |
KMLRoot.absentResourceList |
Modifier and Type | Field and Description |
---|---|
protected AbsentResourceList |
SessionCacheRetrievalPostProcessor.absentResourceList |
protected AbsentResourceList |
Level.absentTiles |
Modifier and Type | Method and Description |
---|---|
AbsentResourceList |
SessionCacheRetrievalPostProcessor.getAbsentResourceList()
Returns the absent resource list that is updated when the retrieval completes.
|
AbsentResourceList |
Level.getAbsentTiles() |
Modifier and Type | Method and Description |
---|---|
static WMSCapabilities |
SessionCacheUtils.getOrRetrieveSessionCapabilities(URL url,
SessionCache cache,
Object cacheKey,
AbsentResourceList absentResourceList,
long resourceID,
PropertyChangeListener propertyListener,
String propertyName)
Checks a session cache for a specified key, and if present attempts to interpret the cache entry as a
WMSCapabilities document. |
static void |
SessionCacheUtils.retrieveSessionData(URL url,
SessionCache cache,
Object cacheKey,
AbsentResourceList absentResourceList,
long resourceID,
PropertyChangeListener propertyListener,
String propertyName)
Retrieves the contents of a specified
URL . |
Constructor and Description |
---|
SessionCacheRetrievalPostProcessor(SessionCache cache,
Object cacheKey,
AbsentResourceList absentResourceList,
long resourceID,
PropertyChangeListener propertyListener,
String propertyName)
Constructs a SessionCachePostProcessor with a specified cache and cache key, and an optional property listener
and property name.
|