Modifier and Type | Method and Description |
---|---|
void |
GisViewerPanel.openBrowserLayerImage(LayerItem layerItem,
ExportFormat format,
boolean isWMS) |
void |
GisViewerPanel.openBrowserMapImage(ExportFormat outputFormat,
boolean isWMS) |
void |
GisViewerPanel.saveLayerImage(LayerItem layerItem,
ExportFormat format,
boolean isWMS) |
void |
GisViewerPanel.saveMapImage(ExportFormat outputFormat,
boolean isWMS) |
Modifier and Type | Method and Description |
---|---|
static ExportFormat |
ExportFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExportFormat[] |
ExportFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
LayersPanelHandler.openBrowserLayerImage(LayerItem layerItem,
ExportFormat exportItem,
boolean isWMS)
Open browser layer image.
|
void |
LayersPanelHandler.saveLayerImage(LayerItem layerItem,
ExportFormat exportItem,
boolean isWMS)
Save layer image.
|
Modifier and Type | Method and Description |
---|---|
void |
ToolbarHandler.openBrowserMapImage(ExportFormat exportItem,
boolean isWMS)
Open browser map image.
|
void |
ToolbarHandler.saveMapImage(ExportFormat exportItem,
boolean isWMS)
Save map image.
|
Copyright © 2016. All Rights Reserved.