Class WFSFeature1_0_0
java.lang.Object
org.gvsig.remoteclient.wfs.WFSFeatureField
org.gvsig.remoteclient.wfs.WFSFeature
org.gvsig.remoteclient.wfs.wfs_1_0_0.WFSFeature1_0_0
- Author:
- Jorge Piera LlodrĂ¡ (piera_jor@gva.es)
-
Field Summary
Fields inherited from class org.gvsig.remoteclient.wfs.WFSFeatureField
name -
Method Summary
Modifier and TypeMethodDescriptionvoidparse(org.kxml2.io.KXmlParser parser) Parses the contents of the parser(WMSCapabilities) to extract the information about an WMSLayerMethods inherited from class org.gvsig.remoteclient.wfs.WFSFeature
addBBox, addKeyword, addSRS, getAbstract, getBbox, getDefaultSRS, getKeywords, getLatLonBbox, getLocalName, getNamespace, getSrs, getTitle, isCompleted, setAbstract, setCompleted, setDefaultSRS, setLatLonBbox, setName, setNamespace, setTitleMethods inherited from class org.gvsig.remoteclient.wfs.WFSFeatureField
addField, getDataType, getFieldAt, getFieldSize, getGeometryType, getName, getType, isComplex, isGeometry, toString
-
Method Details
-
parse
public void parse(org.kxml2.io.KXmlParser parser) throws org.xmlpull.v1.XmlPullParserException, IOException Parses the contents of the parser(WMSCapabilities) to extract the information about an WMSLayer
- Throws:
IOExceptionorg.xmlpull.v1.XmlPullParserException
-