Package | Description |
---|---|
com.bbn.openmap.dataAccess.mapTile |
Modifier and Type | Field and Description |
---|---|
protected ZoomLevelMaker |
ZoomLevelMakerFace.zfi |
Modifier and Type | Field and Description |
---|---|
protected java.util.List<ZoomLevelMaker> |
MapTileMaker.zoomLevels |
Modifier and Type | Method and Description |
---|---|
java.util.List<ZoomLevelMaker> |
MapTileMaker.getZoomLevels() |
Modifier and Type | Method and Description |
---|---|
byte[] |
MapTileMaker.makeTile(double uvx,
double uvy,
ZoomLevelMaker zoomInfo,
Proj proj)
Creating the tile using the ImageServer methodology, knowing that the
MapTileMaker has been configured with an openmap.properties.file and
knows about layers and their marker names.
|
java.lang.String |
MapTileMaker.makeTileFile(double uvx,
double uvy,
ZoomLevelMaker zoomInfo,
Proj proj)
The main call to make for a tile to be created.
|
Modifier and Type | Method and Description |
---|---|
void |
MapTileMaker.setZoomLevels(java.util.List<ZoomLevelMaker> zoomLevels) |
Constructor and Description |
---|
ZoomLevelMakerFace(ZoomLevelMaker zfi,
MapTileMakerComponent mtmc) |
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details