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.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.
|
Modifier and Type | Class and Description |
---|---|
class |
ASRPDirectory
An ASRP directory contains information needed to view images.
|
Modifier and Type | Class and Description |
---|---|
class |
DTEDFrameCache
The DTEDFrameCache is an object that retrieves DTED paths, frames or
elevation values, given a latitude, longitude and dted level.
|
class |
DTEDFrameCacheHandler
The DTEDFrameCacheHandler is a cache for objects being rendered on the map as
a result of reading in DTED data.
|
Modifier and Type | Class and Description |
---|---|
static class |
ImageTile.Cache |
Modifier and Type | Field and Description |
---|---|
protected CacheHandler |
ImageTile.cache |
Constructor and Description |
---|
ImageTile(double ullat,
double ullon,
double lrlat,
double lrlon,
ImageReader imageDecoder,
CacheHandler cache)
Create an OMRaster, Lat/Lon placement with an ImageIcon.
|
Modifier and Type | Class and Description |
---|---|
class |
DebugMapTileFactory
A simple MapTileFactory that returns empty tiles with labels showing zoom
level and x, y coords, and borders.
|
class |
GoogleMapTileFactory
The GoogleMapTileFactory is a simple example of how to customize a
MapTileFactory to contact other services.
|
class |
ServerMapTileFactory
The ServerMapTileFactory is an extension to the StandardMapTileFactory that
can go to a http server to retrieve image tiles.
|
class |
StandardMapTileFactory
The StandardImageTileFactory is a TileFactory implementation that retrieves
image tiles from local storage.
|
class |
TileMillMapTileFactory
The TileMillMapTileFactory is an extension to the StandardMapTileFactory that can read image tiles stored in a
mbtiles file, which is the export format from the TileMill application.
|
Modifier and Type | Class and Description |
---|---|
class |
RpfFrameCacheHandler
The RpfFrameCacheHandler does everything involved with handling RAW RPF
frames.
|
Modifier and Type | Class and Description |
---|---|
class |
VPFFeatureCache
The VPFFeatureCache is an extended CacheHandler that caches OMGraphicLists
representing a specific feature contained in a CoverageTile.
|
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details