public class WFSExporter extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
WFSExporter.WFS_TO |
static class |
WFSExporter.WFSGetFeatureFields |
| Modifier and Type | Field and Description |
|---|---|
Map<WFSExporter.WFS_TO,FeatureExporterFileConfig> |
mapWFSConfig |
| Constructor and Description |
|---|
WFSExporter()
Instantiates a new WFS exporter.
|
| Modifier and Type | Method and Description |
|---|---|
CSVFile |
getTableFromJsonToExport(LayerItem layerItem,
String bbox,
int maxWFSFeature,
WFSExporter.WFS_TO toViewExport)
Gets the table from json to export.
|
FeatureExporterFileConfig |
getWFSExporterConfigTo(WFSExporter.WFS_TO wfsTo)
Gets the WFS exporter config to.
|
public Map<WFSExporter.WFS_TO,FeatureExporterFileConfig> mapWFSConfig
public CSVFile getTableFromJsonToExport(LayerItem layerItem, String bbox, int maxWFSFeature, WFSExporter.WFS_TO toViewExport)
layerItem - the layer itembbox - the bboxmaxWFSFeature - the max WFS featuretoViewExport - the to view exportpublic FeatureExporterFileConfig getWFSExporterConfigTo(WFSExporter.WFS_TO wfsTo)
wfsTo - the wfs toCopyright © 2020. All Rights Reserved.