public class WMSLayerExporter extends FileExporter
WMSLayerImporter
.Modifier and Type | Field and Description |
---|---|
static int |
CURRENT_FILE_VERSION
Which version of the file we export
|
filter
Constructor and Description |
---|
WMSLayerExporter()
Constructs a new
WMSLayerExporter |
Modifier and Type | Method and Description |
---|---|
void |
activeOrEditLayerChanged(MainLayerManager.ActiveLayerChangeEvent e)
Called whenever the active or edit layer changed.
|
void |
exportData(java.io.File file,
Layer layer) |
acceptFile, isCanceled, isEnabled, setCanceled, setEnabled
public static final int CURRENT_FILE_VERSION
public WMSLayerExporter()
WMSLayerExporter
public void exportData(java.io.File file, Layer layer) throws java.io.IOException
exportData
in class FileExporter
java.io.IOException
public void activeOrEditLayerChanged(MainLayerManager.ActiveLayerChangeEvent e)
MainLayerManager.ActiveLayerChangeListener
You can be sure that this layer is still contained in this set.
Listeners are called in the EDT thread and you can manipulate the layer manager in the current thread.
activeOrEditLayerChanged
in interface MainLayerManager.ActiveLayerChangeListener
activeOrEditLayerChanged
in class FileExporter
e
- The change event.