Class FeatureParser
- java.lang.Object
-
- org.gcube.spatial.data.geoutility.wfs.FeatureParser
-
public class FeatureParser extends Object
The Class FeatureParser.- Author:
- Francesco Mangiacrapa at ISTI-CNR francesco.mangiacrapa@isti.cnr.it Jan 28, 2022
-
-
Constructor Summary
Constructors Constructor Description FeatureParser()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static List<FeatureRow>getWFSFeatures(String wfsEndPoint, WFSQueryBuilder wfsQB)Gets the WFS features.
-
-
-
Method Detail
-
getWFSFeatures
public static List<FeatureRow> getWFSFeatures(String wfsEndPoint, WFSQueryBuilder wfsQB)
Gets the WFS features.- Parameters:
wfsEndPoint- the wfs end pointwfsQB- the wfs QB- Returns:
- the WFS features
-
-