Uses of Class
org.gvsig.remoteclient.wfs.WFSStatus
Packages that use WFSStatus
Package
Description
-
Uses of WFSStatus in org.gvsig.fmap.dal.store.wfs
Constructors in org.gvsig.fmap.dal.store.wfs with parameters of type WFSStatus -
Uses of WFSStatus in org.gvsig.remoteclient.wfs
Methods in org.gvsig.remoteclient.wfs with parameters of type WFSStatusModifier and TypeMethodDescriptionprotected abstract WFSDescribeFeatureTypeRequestWFSProtocolHandler.createDescribeFeatureTypeRequest(WFSStatus status) protected abstract WFSGetFeatureRequestWFSProtocolHandler.createGetFeatureRequest(WFSStatus status) protected abstract WFSTLockFeatureRequestWFSProtocolHandler.createLockFeatureRequest(WFSStatus status) protected abstract WFSTransactionRequestWFSProtocolHandler.createTransactionRequest(WFSStatus status) WFSClient.describeFeatureType(WFSStatus status, boolean override, org.gvsig.compat.net.ICancellable cancel) The function of the DescribeFeatureType operation is to generate a schema description of feature types serviced by a WFS implementation.WFSProtocolHandler.describeFeatureType(WFSStatus status, boolean override, org.gvsig.compat.net.ICancellable cancel) Builds a describeFeatureType request that is sent to the WFS the response will be parse to extract the data needed by the WFS clientvoidWFSClient.getCapabilities(WFSStatus status, boolean override, org.gvsig.compat.net.ICancellable cancel) Every OGC Web Service (OWS), including a Web Feature Service, must have the ability to describe its capabilities by returning service metadata in response to a GetCapabilities request.voidWFSProtocolHandler.getCapabilities(WFSStatus status, boolean override, org.gvsig.compat.net.ICancellable cancel) Builds a GetCapabilities request that is sent to the WFS the response will be parse to extract the data needed by the WFS clientWFSClient.getFeature(WFSStatus status, boolean override, org.gvsig.compat.net.ICancellable cancel) The GetFeature operation allows retrieval of features from a web feature service.WFSProtocolHandler.getFeature(WFSStatus status, boolean override, org.gvsig.compat.net.ICancellable cancel) Builds a getFeature request that is sent to the WFS the response will be parse to extract the data needed by the WFS clientvoidWFSClient.lockFeature(WFSStatus status, boolean override, org.gvsig.compat.net.ICancellable cancel) Web connections are inherently stateless.voidWFSProtocolHandler.lockFeature(WFSStatus status, boolean override, org.gvsig.compat.net.ICancellable cancel) Builds a lockFeature request that is sent to the WFS the response will be parse to extract the data needed by the WFS clientprotected abstract booleanWFSProtocolHandler.parseLockFeature(File f, String nameSpace, WFSStatus status) parses the data retrieved by the LockFeature operationprotected abstract booleanWFSProtocolHandler.parseTransaction(File f, WFSStatus status) parses the data retrieved by the transaction operationvoidWFSClient.transaction(WFSStatus status, boolean override, org.gvsig.compat.net.ICancellable cancel) The Transaction operation is used to describe data transformation operations that are to be applied to web accessible feature instances.voidWFSProtocolHandler.transaction(WFSStatus status, boolean override, org.gvsig.compat.net.ICancellable cancel) Builds a transaction request that is sent to the WFS the response will be parse to extract the data needed by the WFS client -
Uses of WFSStatus in org.gvsig.remoteclient.wfs.edition
Fields in org.gvsig.remoteclient.wfs.edition declared as WFSStatusConstructors in org.gvsig.remoteclient.wfs.edition with parameters of type WFSStatusModifierConstructorDescriptionprotectedWFSTDeleteOperation(WFSStatus wfsStatus, String id) protectedWFSTInsertOperation(WFSStatus wfsStatus) WFSTTransaction(WFSStatus wfsStatus) protectedWFSTUpdateOperation(WFSStatus wfsStatus, String id) -
Uses of WFSStatus in org.gvsig.remoteclient.wfs.filters.filterencoding
Constructors in org.gvsig.remoteclient.wfs.filters.filterencoding with parameters of type WFSStatusModifierConstructorDescriptionFilterEncoding(WFSStatus status) Create a new Filter Encoding Parser -
Uses of WFSStatus in org.gvsig.remoteclient.wfs.request
Fields in org.gvsig.remoteclient.wfs.request declared as WFSStatusConstructors in org.gvsig.remoteclient.wfs.request with parameters of type WFSStatusModifierConstructorDescriptionWFSDescribeFeatureTypeRequest(WFSStatus status, WFSProtocolHandler protocolHandler) WFSGetFeatureRequest(WFSStatus status, WFSProtocolHandler protocolHandler) WFSRequest(WFSStatus status, WFSProtocolHandler protocolHandler) WFSTLockFeatureRequest(WFSStatus status, WFSProtocolHandler protocolHandler) WFSTransactionRequest(WFSStatus status, WFSProtocolHandler protocolHandler) -
Uses of WFSStatus in org.gvsig.remoteclient.wfs.wfs_1_0_0
Methods in org.gvsig.remoteclient.wfs.wfs_1_0_0 with parameters of type WFSStatusModifier and TypeMethodDescriptionprotected WFSDescribeFeatureTypeRequestWFSProtocolHandler1_0_0.createDescribeFeatureTypeRequest(WFSStatus status) protected WFSGetFeatureRequestWFSProtocolHandler1_0_0.createGetFeatureRequest(WFSStatus status) protected WFSTLockFeatureRequestWFSProtocolHandler1_0_0.createLockFeatureRequest(WFSStatus status) protected WFSTransactionRequestWFSProtocolHandler1_0_0.createTransactionRequest(WFSStatus status) protected booleanWFSProtocolHandler1_0_0.parseLockFeature(File f, String nameSpace, WFSStatus status) protected booleanWFSProtocolHandler1_0_0.parseTransaction(File f, WFSStatus status) -
Uses of WFSStatus in org.gvsig.remoteclient.wfs.wfs_1_0_0.request
Constructors in org.gvsig.remoteclient.wfs.wfs_1_0_0.request with parameters of type WFSStatusModifierConstructorDescriptionWFSDescribeFeatureTypeRequest1_0_0(WFSStatus status, WFSProtocolHandler protocolHandler) WFSGetFeatureRequest1_0_0(WFSStatus status, WFSProtocolHandler protocolHandler) WFSTLockFeatureRequest1_0_0(WFSStatus status, WFSProtocolHandler protocolHandler) WFSTransactionRequest1_0_0(WFSStatus status, WFSProtocolHandler protocolHandler) -
Uses of WFSStatus in org.gvsig.remoteclient.wfs.wfs_1_1_0
Methods in org.gvsig.remoteclient.wfs.wfs_1_1_0 with parameters of type WFSStatusModifier and TypeMethodDescriptionprotected WFSDescribeFeatureTypeRequestWFSProtocolHandler1_1_0.createDescribeFeatureTypeRequest(WFSStatus status) protected WFSGetFeatureRequestWFSProtocolHandler1_1_0.createGetFeatureRequest(WFSStatus status) protected WFSTLockFeatureRequestWFSProtocolHandler1_1_0.createLockFeatureRequest(WFSStatus status) protected WFSTransactionRequestWFSProtocolHandler1_1_0.createTransactionRequest(WFSStatus status) protected booleanWFSProtocolHandler1_1_0.parseLockFeature(File f, String nameSpace, WFSStatus status) protected booleanWFSProtocolHandler1_1_0.parseTransaction(File f, WFSStatus status) -
Uses of WFSStatus in org.gvsig.remoteclient.wfs.wfs_1_1_0.request
Constructors in org.gvsig.remoteclient.wfs.wfs_1_1_0.request with parameters of type WFSStatusModifierConstructorDescriptionWFSDescribeFeatureTypeRequest1_1_0(WFSStatus status, WFSProtocolHandler protocolHandler) WFSGetFeatureRequest1_1_0(WFSStatus status, WFSProtocolHandler protocolHandler) WFSTLockFeatureRequest1_1_0(WFSStatus status, WFSProtocolHandler protocolHandler) WFSTransactionRequest1_1_0(WFSStatus status, WFSProtocolHandler protocolHandler)