Uses of Class
org.gvsig.remoteclient.wfs.exceptions.WFSException
Packages that use WFSException
Package
Description
-
Uses of WFSException in org.gvsig.fmap.dal.serverexplorer.wfs
Methods in org.gvsig.fmap.dal.serverexplorer.wfs that throw WFSExceptionModifier and TypeMethodDescriptionWFSServerExplorer.getFeatureInfo(String nameSpace, String layerName) Returns all the feature information retrieved using a describeFeatureTypeOpearion -
Uses of WFSException in org.gvsig.remoteclient.wfs
Methods in org.gvsig.remoteclient.wfs that throw WFSExceptionModifier and TypeMethodDescriptionWFSClient.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.parseGetFeature(File f, String nameSpace) parses the data retrieved by the GetFeature XML document.protected 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 WFSException in org.gvsig.remoteclient.wfs.exceptions
Subclasses of WFSException in org.gvsig.remoteclient.wfs.exceptionsModifier and TypeClassDescriptionclassclassThis exception is thrown when there is a problem with the GetFeature operationMethods in org.gvsig.remoteclient.wfs.exceptions that return WFSExceptionModifier and TypeMethodDescriptionstatic WFSExceptionExceptionsFactory.parseExceptionReport(org.kxml2.io.KXmlParser parser) static WFSExceptionExceptionsFactory.parseServiceExceptionReport(org.kxml2.io.KXmlParser parser) -
Uses of WFSException in org.gvsig.remoteclient.wfs.wfs_1_0_0
Methods in org.gvsig.remoteclient.wfs.wfs_1_0_0 that throw WFSExceptionModifier and TypeMethodDescriptionprotected booleanWFSProtocolHandler1_0_0.parseGetFeature(File f, String nameSpace) protected booleanWFSProtocolHandler1_0_0.parseLockFeature(File f, String nameSpace, WFSStatus status) protected booleanWFSProtocolHandler1_0_0.parseTransaction(File f, WFSStatus status) -
Uses of WFSException in org.gvsig.remoteclient.wfs.wfs_1_1_0
Methods in org.gvsig.remoteclient.wfs.wfs_1_1_0 that throw WFSExceptionModifier and TypeMethodDescriptionprotected booleanWFSProtocolHandler1_1_0.parseGetFeature(File f, String nameSpace) protected booleanWFSProtocolHandler1_1_0.parseLockFeature(File f, String nameSpace, WFSStatus status) protected booleanWFSProtocolHandler1_1_0.parseTransaction(File f, WFSStatus status)