Package org.geotools.wfs.bindings
Class WFSParsingUtils
- Object
-
- WFSParsingUtils
-
public class WFSParsingUtils extends Object
-
-
Constructor Summary
Constructors Constructor Description WFSParsingUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Object
FeatureCollectionType_getProperty(EObject fc, QName name)
static EObject
FeatureCollectionType_parse(EObject fct, ElementInstance instance, Node node)
static List<FeatureCollection>
features(EObject obj)
-
-
-
Method Detail
-
FeatureCollectionType_parse
public static EObject FeatureCollectionType_parse(EObject fct, ElementInstance instance, Node node)
-
FeatureCollectionType_getProperty
public static Object FeatureCollectionType_getProperty(EObject fc, QName name)
-
features
public static List<FeatureCollection> features(EObject obj)
-
-