Package | Description |
---|---|
gov.nasa.worldwind | |
gov.nasa.worldwind.cache | |
gov.nasa.worldwind.terrain | |
gov.nasa.worldwind.util |
Modifier and Type | Method and Description |
---|---|
static SessionCache |
WorldWind.getSessionCache() |
Modifier and Type | Class and Description |
---|---|
class |
BasicSessionCache
BasicSessionCache is a general receiving area for data represented as key-value pairs.
|
Modifier and Type | Field and Description |
---|---|
protected SessionCache |
RectangularTessellator.topLevelTilesCache |
Modifier and Type | Field and Description |
---|---|
protected SessionCache |
SessionCacheRetrievalPostProcessor.cache |
Modifier and Type | Method and Description |
---|---|
SessionCache |
SessionCacheRetrievalPostProcessor.getCache()
Returns the session cache that receives the retrieved data.
|
Modifier and Type | Method and 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 a
WMSCapabilities document. |
static WMSCapabilities |
SessionCacheUtils.getSessionCapabilities(SessionCache cache,
java.lang.Object cacheKey,
java.lang.String name)
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(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 specified
URL . |
Constructor and 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.
|