public class FeatureExporterFileConfig extends Object
| Constructor and Description |
|---|
FeatureExporterFileConfig() |
FeatureExporterFileConfig(CSVFile file,
Map<String,FeatureExportViewConfig> map,
WFSExporter.WFS_TO wfsTo) |
| Modifier and Type | Method and Description |
|---|---|
CSVFile |
getFile() |
Map<String,FeatureExportViewConfig> |
getMap() |
WFSExporter.WFS_TO |
getWfsTo() |
void |
setFile(CSVFile file) |
void |
setMap(Map<String,FeatureExportViewConfig> map) |
void |
setWfsTo(WFSExporter.WFS_TO wfsTo) |
String |
toString() |
public FeatureExporterFileConfig()
public FeatureExporterFileConfig(CSVFile file, Map<String,FeatureExportViewConfig> map, WFSExporter.WFS_TO wfsTo)
public WFSExporter.WFS_TO getWfsTo()
public void setWfsTo(WFSExporter.WFS_TO wfsTo)
public CSVFile getFile()
public void setFile(CSVFile file)
public Map<String,FeatureExportViewConfig> getMap()
public void setMap(Map<String,FeatureExportViewConfig> map)
Copyright © 2020. All Rights Reserved.