Package org.gvsig.gazetteer.wfsg.parsers
Class WfsgFeatureParser
java.lang.Object
org.gvsig.gazetteer.wfsg.parsers.WfsgFeatureParser
This class is used to parse the getFeature request
- Author:
- Jorge Piera Llodra (piera_jor@gva.es)
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
WfsgFeatureParser
public WfsgFeatureParser()
-
-
Method Details
-
parse
It parses the answer- Parameters:
node- XML tree that contains the getFeature AnswerfeatureType- FEature selected in the thesaurus listattribute- Attribute to do the search- Returns:
- Array of features
-
parseWFS
It parses the a WFS answer- Parameters:
nodeFeatures- XML tree that contains the FeaturesfeatureType- FEature selected in the thesaurus listattribute- Attribute to do the searchgeomField- Field that contains the geometry- Returns:
- Array of features
-