public class FeatureParser extends Object
| Constructor and Description |
|---|
FeatureParser() |
| Modifier and Type | Method and Description |
|---|---|
static List<WebFeatureTable> |
getDataResults(List<LayerItem> layerItems,
String bbox,
int maxWFSFeature,
String gCubeSecurityToken,
String dataMinerURL,
int zoomLevel)
Gets the data results.
|
static WebFeatureTable |
toWebFeatureTable(CSVFile csvFile,
String tableName)
To web feature table.
|
public static List<WebFeatureTable> getDataResults(List<LayerItem> layerItems, String bbox, int maxWFSFeature, String gCubeSecurityToken, String dataMinerURL, int zoomLevel)
layerItems - the layer itemsbbox - the bboxmaxWFSFeature - the max wfs featuregCubeSecurityToken - the g cube security tokendataMinerURL - the data miner URLzoomLevel - the zoom levelpublic static WebFeatureTable toWebFeatureTable(CSVFile csvFile, String tableName)
csvFile - the csv filetableName - the table nameCopyright © 2020. All Rights Reserved.