Class WFSProtocolHandler1_1_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
org.gvsig.remoteclient.wfs.wfs_1_1_0.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_1_0
public WFSProtocolHandler1_1_0()
-
-
Method Details
-
parseCapabilities
- Overrides:
parseCapabilitiesin classWFSProtocolHandler1_0_0
-
parseGetFeature
Description copied from class:WFSProtocolHandlerparses the data retrieved by the GetFeature XML document. It is used just to find errors- Overrides:
parseGetFeaturein classWFSProtocolHandler1_0_0- Throws:
WFSException
-
parseTransaction
Description copied from class:WFSProtocolHandlerparses the data retrieved by the transaction operation- Overrides:
parseTransactionin classWFSProtocolHandler1_0_0- Parameters:
f- The retrieved file- Throws:
WFSException
-
parseLockFeature
Description copied from class:WFSProtocolHandlerparses the data retrieved by the LockFeature operation- Overrides:
parseLockFeaturein classWFSProtocolHandler1_0_0- Throws:
WFSException
-
createDescribeFeatureTypeRequest
- Overrides:
createDescribeFeatureTypeRequestin classWFSProtocolHandler1_0_0- Parameters:
status- The WFS status- Returns:
- an object to send the DescribeFeatureType requests
-
createGetFeatureRequest
- Overrides:
createGetFeatureRequestin classWFSProtocolHandler1_0_0- Parameters:
status- The WFS status- Returns:
- an object to send the GetFeature requests
-
createLockFeatureRequest
- Overrides:
createLockFeatureRequestin classWFSProtocolHandler1_0_0- Parameters:
status- The WFS status- Returns:
- an object to send the LockFeature requests
-
createTransactionRequest
- Overrides:
createTransactionRequestin classWFSProtocolHandler1_0_0- Parameters:
status- The WFS status- Returns:
- an object to send the Transaction request
-