| Modifier and Type | Method and Description |
|---|---|
static void |
GisActions.setupActions(JFrame
|
static void |
GisActions.setupActions(JFrame
|
| Constructor and Description | |
|---|---|
GisMenu(JMenuBar
|
|
GisMenu(JMenuBar
|
| Constructor and Description | |
|---|---|
OverlayTileConfigAction(Viewer
Create a new action for choosing tileConfig.
|
|
TileConfigAction(Viewer
Create a new action for choosing tileConfig.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ManagerTileConfig
|
class |
TileConfigDisk
Information about a storage directory.
|
class |
TileConfigUrl
Information about a url of tiles.
|
class |
TileConfigUrlDisk
Information about a url of tiles and a temporary storage directory.
|
| Modifier and Type | Method and Description |
|---|---|
List |
Configuration.getTileConfigs()
|
List |
Configuration.getTileConfigsOverlay()
|
| Modifier and Type | Method and Description |
|---|---|
void |
Configuration.setTileConfigs(List
|
void |
Configuration.setTileConfigsOverlay(List
|
| Modifier and Type | Method and Description |
|---|---|
TileConfig |
TileConfigEditorPanelUrlDisk.generateTileConfig()
|
TileConfig |
TileConfigEditorPanel.generateTileConfig()
|
TileConfig |
TileConfigEditorPanelDisk.generateTileConfig()
|
| Modifier and Type | Method and Description |
|---|---|
void |
TileConfigEditorList.setValues(List
Set the values of the denoted configuration instance according to the settings in this GUI.
|
void |
TileConfigEditorListPanel.setValues(List
Set the values of the denoted configuration instance according to the settings in this GUI.
|
| Constructor and Description | |
|---|---|
TileConfigEditorList(List
Constructor
|
|
TileConfigEditorListPanel(List
Constructor
|
| Modifier and Type | Field and Description |
|---|---|
protected TileConfig |
AbstractViewer.overlayTileConfig
|
protected TileConfig |
AbstractViewer.tileConfig
|
| Modifier and Type | Method and Description |
|---|---|
TileConfig |
AbstractViewer.getOverlayTileConfig()
Get the current overlay configuration.
|
TileConfig |
AbstractViewer.getTileConfig()
Get the current configuration.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SteplessViewer.setOverlayTileConfig(TileConfig
|
void |
Viewer.setOverlayTileConfig(TileConfig
|
void |
SteplessViewer.setTileConfig(TileConfig
Use the given configuration for tiles now.
|
void |
Viewer.setTileConfig(TileConfig
Use the given configuration for tiles now.
|
| Constructor and Description | |
|---|---|
SteplessViewer(TileConfig
default constructor
|
|
SteplessViewer(TileConfig
constructor with startup position
|
|
Viewer(TileConfig
default constructor
|
|
Viewer(TileConfig
constructor with startup position
|
| Constructor and Description | |
|---|---|
ImageExporter(BBox
Create a new ImageExporter instance for the specified bounding box to be covered with in an image of the denoted size.
|
|
ImageExporter(int zoom, BBox
Create a new ImageExporter instance for the specified zoom level and bounding box.
|
|
ImageExporter(int zoom, Selection
Create a new ImageExporter instance for the specified zoom level and selection
|