public class FeatureExporterFileConfig extends Object
| Constructor and Description |
|---|
FeatureExporterFileConfig()
Instantiates a new feature exporter file config.
|
FeatureExporterFileConfig(CSVFile file,
Map<String,FeatureExportViewConfig> map,
WFSExporter.WFS_TO wfsTo)
Instantiates a new feature exporter file config.
|
| Modifier and Type | Method and Description |
|---|---|
CSVFile |
getFile()
Gets the file.
|
Map<String,FeatureExportViewConfig> |
getMap()
Gets the map.
|
WFSExporter.WFS_TO |
getWfsTo()
Gets the wfs to.
|
void |
setFile(CSVFile file)
Sets the file.
|
void |
setMap(Map<String,FeatureExportViewConfig> map)
Sets the map.
|
void |
setWfsTo(WFSExporter.WFS_TO wfsTo)
Sets the wfs to.
|
String |
toString()
To string.
|
public FeatureExporterFileConfig()
public FeatureExporterFileConfig(CSVFile file, Map<String,FeatureExportViewConfig> map, WFSExporter.WFS_TO wfsTo)
file - the filemap - the mapwfsTo - the wfs topublic WFSExporter.WFS_TO getWfsTo()
public void setWfsTo(WFSExporter.WFS_TO wfsTo)
wfsTo - the new wfs topublic CSVFile getFile()
public void setFile(CSVFile file)
file - the new filepublic Map<String,FeatureExportViewConfig> getMap()
public void setMap(Map<String,FeatureExportViewConfig> map)
map - the mapCopyright © 2020. All Rights Reserved.