public class WFSExporter extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
WFSExporter.WFS_TO
The Enum WFS_TO.
|
static class |
WFSExporter.WFSGetFeatureFields
The Enum WFSGetFeatureFields.
|
| Constructor and Description |
|---|
WFSExporter()
Instantiates a new WFS exporter.
|
| Modifier and Type | Method and Description |
|---|---|
CSVFile |
getTableFromJsonToExport(LayerItem layerItem,
String bbox,
int maxWFSFeature,
FeatureExporterFileConfig exporterConfig)
Gets the table from json to export.
|
CSVFile |
getTableFromJsonToExport(LayerItem layerItem,
String bbox,
int maxWFSFeature,
WFSExporter.WFS_TO toViewExport)
Gets the table from json to export.
|
FeatureExporterFileConfig |
getToWFSExportFileConfig() |
FeatureExporterFileConfig |
getToWFSViewFileConfig() |
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 CSVFile getTableFromJsonToExport(LayerItem layerItem, String bbox, int maxWFSFeature, FeatureExporterFileConfig exporterConfig)
layerItem - the layer itembbox - the bboxmaxWFSFeature - the max WFS featureexporterConfig - the exporter configpublic FeatureExporterFileConfig getToWFSExportFileConfig()
public FeatureExporterFileConfig getToWFSViewFileConfig()
Copyright © 2020. All Rights Reserved.