Class WFSProtocolHandler1_0_0
java.lang.Object
org.gvsig.remoteclient.ogc.OGCProtocolHandler
org.gvsig.remoteclient.wfs.WFSProtocolHandler
org.gvsig.remoteclient.wfs.wfs_1_0_0.WFSProtocolHandler1_0_0
- Direct Known Subclasses:
WFSProtocolHandler1_1_0
- Author:
- Jorge Piera LlodrĂ¡ (piera_jor@gva.es)
-
Field Summary
Fields inherited from class org.gvsig.remoteclient.wfs.WFSProtocolHandler
currentFeature, features, serviceInfo, wfsRequestInformationsFields inherited from class org.gvsig.remoteclient.ogc.OGCProtocolHandler
downloader, host, name, port, version -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected WFSDescribeFeatureTypeRequestprotected WFSGetFeatureRequestcreateGetFeatureRequest(WFSStatus status) protected WFSTLockFeatureRequestcreateLockFeatureRequest(WFSStatus status) protected WFSTransactionRequestcreateTransactionRequest(WFSStatus status) booleanprotected booleanparseGetFeature(File f, String nameSpace) parses the data retrieved by the GetFeature XML document.protected booleanparseLockFeature(File f, String nameSpace, WFSStatus status) parses the data retrieved by the LockFeature operationprotected booleanparseTransaction(File f, WFSStatus status) parses the data retrieved by the transaction operationMethods inherited from class org.gvsig.remoteclient.wfs.WFSProtocolHandler
addLastWfsRequestInformation, buildCapabilitiesSuitableVersionRequest, describeFeatureType, getCapabilities, getCurrentFeature, getFeature, getFeatures, getLastWfsRequestInformation, getServiceInformation, lockFeature, parseNamespaces, setCurrentFeature, transactionMethods inherited from class org.gvsig.remoteclient.ogc.OGCProtocolHandler
addOperationByAttribute, fileToBytes, getHost, getName, getPort, getSymbol, getVersion, parseHTTPTag, parserDcpType, setHost, setName, setPort, setVersion
-
Constructor Details
-
WFSProtocolHandler1_0_0
public WFSProtocolHandler1_0_0()
-
-
Method Details
-
parseCapabilities
- Specified by:
parseCapabilitiesin classorg.gvsig.remoteclient.ogc.OGCProtocolHandler
-
parseGetFeature
Description copied from class:WFSProtocolHandlerparses the data retrieved by the GetFeature XML document. It is used just to find errors- Specified by:
parseGetFeaturein classWFSProtocolHandler- Throws:
WFSException
-
parseTransaction
Description copied from class:WFSProtocolHandlerparses the data retrieved by the transaction operation- Specified by:
parseTransactionin classWFSProtocolHandler- Parameters:
f- The retrieved file- Throws:
WFSException
-
parseLockFeature
Description copied from class:WFSProtocolHandlerparses the data retrieved by the LockFeature operation- Specified by:
parseLockFeaturein classWFSProtocolHandler- Throws:
WFSException
-
createDescribeFeatureTypeRequest
- Specified by:
createDescribeFeatureTypeRequestin classWFSProtocolHandler- Parameters:
status- The WFS status- Returns:
- an object to send the DescribeFeatureType requests
-
createGetFeatureRequest
- Specified by:
createGetFeatureRequestin classWFSProtocolHandler- Parameters:
status- The WFS status- Returns:
- an object to send the GetFeature requests
-
createLockFeatureRequest
- Specified by:
createLockFeatureRequestin classWFSProtocolHandler- Parameters:
status- The WFS status- Returns:
- an object to send the LockFeature requests
-
createTransactionRequest
- Specified by:
createTransactionRequestin classWFSProtocolHandler- Parameters:
status- The WFS status- Returns:
- an object to send the Transaction request
-