public class WMSLayerImporter extends FileImporter
WMSLayerExporter
.Modifier and Type | Field and Description |
---|---|
static ExtensionFileFilter |
FILE_FILTER
The file filter used in "open" and "save" dialogs for WMS layers.
|
filter
Constructor and Description |
---|
WMSLayerImporter()
Constructs a new
WMSLayerImporter . |
Modifier and Type | Method and Description |
---|---|
void |
importData(File file,
ProgressMonitor progressMonitor)
Needs to be implemented if isBatchImporter() returns false.
|
acceptFile, activeLayerChange, compareTo, getPriority, importData, importDataHandleExceptions, importDataHandleExceptions, isBatchImporter, isEnabled, layerAdded, layerRemoved, setEnabled
public static final ExtensionFileFilter FILE_FILTER
public WMSLayerImporter()
WMSLayerImporter
.public void importData(File file, ProgressMonitor progressMonitor) throws IOException, IllegalDataException
FileImporter
importData
in class FileImporter
file
- file to importprogressMonitor
- progress monitorIOException
- if any I/O error occursIllegalDataException
- if invalid data is read