Package org.openjump.core.ui.io.file
Class DataSourceFileLayerSaver
- java.lang.Object
-
- org.openjump.core.ui.io.file.AbstractFileLayerSaver
-
- org.openjump.core.ui.io.file.DataSourceFileLayerSaver
-
- All Implemented Interfaces:
FileLayerSaver
public class DataSourceFileLayerSaver extends AbstractFileLayerSaver
-
-
Field Summary
-
Fields inherited from interface org.openjump.core.ui.io.file.FileLayerSaver
KEY
-
-
Constructor Summary
Constructors Constructor Description DataSourceFileLayerSaver(Layer layer, FileDataSourceQueryChooser fdsqc)
DataSourceFileLayerSaver(Layer layer, Class dataSourceClass, String description, List<String> extensions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
write(TaskMonitor monitor, URI uri, Map<String,Object> options)
Write the file specified by the URI with the map of option values.-
Methods inherited from class org.openjump.core.ui.io.file.AbstractFileLayerSaver
getDescription, getFileExtensions, getOptionMetadata
-
-
-
-
Method Detail
-
write
public boolean write(TaskMonitor monitor, URI uri, Map<String,Object> options) throws Exception
Description copied from interface:FileLayerSaver
Write the file specified by the URI with the map of option values.- Specified by:
write
in interfaceFileLayerSaver
- Specified by:
write
in classAbstractFileLayerSaver
- Parameters:
monitor
- The TaskMonitor.uri
- The URI to the file to load.options
- The map of options.- Returns:
- True if the file could be loaded false otherwise.
- Throws:
Exception
- if an Exception occurred
-
-