Package | Description |
---|---|
com.bbn.openmap.dataAccess.asrp | |
com.bbn.openmap.dataAccess.dted | |
com.bbn.openmap.dataAccess.image | |
com.bbn.openmap.dataAccess.mapTile | |
com.bbn.openmap.layer.dted |
Provides a layer that displays DTED (Digital Terrain Elevation Data) data.
|
com.bbn.openmap.layer.rpf |
Provides a layer that displays RPF (Raster Product Format) data.
|
com.bbn.openmap.layer.vpf |
This package contains code for dealing with NIMA data distributed in
Vector Product Format.
|
com.bbn.openmap.util.cacheHandler |
Provides utility code for a data cache.
|
Modifier and Type | Method and Description |
---|---|
CacheObject |
ASRPDirectory.load(java.lang.Object key)
Load a block image into the cache, based on the relative coordinates of
the block as a key.
|
Modifier and Type | Method and Description |
---|---|
CacheObject |
DTEDFrameCacheHandler.load(java.lang.Object key) |
CacheObject |
DTEDFrameCache.load(java.lang.Object key)
Load a dted frame into the cache, based on the path of the frame as a
key.
|
CacheObject |
DTEDFrameCacheHandler.load(java.lang.String key,
double lat,
double lon,
int level)
Load a dted frame into the cache, based on the path of the frame as a
key.
|
Modifier and Type | Method and Description |
---|---|
CacheObject |
ImageTile.Cache.load(java.lang.Object key)
Returns a CacheObject that will be loaded into the cache.
|
Modifier and Type | Method and Description |
---|---|
CacheObject |
StandardMapTileFactory.getEmptyTile(java.lang.Object key,
int x,
int y,
int zoomLevel,
Projection proj)
Call to make when you want the tile factory to create some empty tile
representation for the given location.
|
CacheObject |
StandardMapTileFactory.load(java.lang.Object key) |
CacheObject |
TileMillMapTileFactory.load(java.lang.Object key,
int x,
int y,
int zoomLevel,
Projection proj)
Fetches a new tile from the database.
|
CacheObject |
StandardMapTileFactory.load(java.lang.Object key,
int x,
int y,
int zoomLevel,
Projection proj)
Called to load cache object from data source, when not found in cache.
|
CacheObject |
ServerMapTileFactory.load(java.lang.Object key,
int x,
int y,
int zoomLevel,
Projection proj)
Checks the local directory first for a locally cached version of the tile
before going off to the server.
|
Modifier and Type | Method and Description |
---|---|
CacheObject |
DTEDFrameCache.load(java.lang.Object key)
Load a dted frame into the cache, based on the path of the frame as a
key.
|
Modifier and Type | Method and Description |
---|---|
CacheObject |
RpfFrameCacheHandler.load(java.lang.Object key) |
Modifier and Type | Class and Description |
---|---|
static class |
VPFFeatureCache.VPFListCacheObject
CacheObject used by VPFFeatureCache.
|
Modifier and Type | Method and Description |
---|---|
CacheObject |
VPFFeatureCache.load(java.lang.Object key)
CacheHandler method to load the new OMGraphicLists
(FeatureCacheGraphicLists).
|
CacheObject |
VPFFeatureCache.load(java.lang.String key,
java.lang.String featureType)
CacheHandler method to load the new OMGraphicLists
(FeatureCacheGraphicLists).
|
Modifier and Type | Field and Description |
---|---|
protected CacheObject[] |
CacheHandler.objs |
Modifier and Type | Method and Description |
---|---|
abstract CacheObject |
CacheHandler.load(java.lang.Object key)
Called from get if the key doesn't exist, to "load" the new object into
the cache before returning it.
|
CacheObject |
CacheHandler.searchCache(java.lang.Object key)
Search the cache for a match -return null if not found.
|
Modifier and Type | Method and Description |
---|---|
java.util.ListIterator<CacheObject> |
CacheHandler.listIterator()
Return a ListIterator of the cache objects.
|
Modifier and Type | Method and Description |
---|---|
protected void |
CacheHandler.replaceLeastUsed(CacheObject newObj)
If there is space in the cache, put the object in.
|
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details