Uses of Class
org.gvsig.remoteclient.wfs.exceptions.WFSException

Packages that use WFSException
org.gvsig.remoteclient.wfs   
org.gvsig.remoteclient.wfs.exceptions   
org.gvsig.remoteclient.wfs.wfs_1_0_0   
org.gvsig.remoteclient.wfs.wfs_1_1_0   
 

Uses of WFSException in org.gvsig.remoteclient.wfs
 

Methods in org.gvsig.remoteclient.wfs that throw WFSException
 java.io.File 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 client
 java.io.File 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.
 void WFSProtocolHandler.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 client
 void WFSClient.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.
 java.io.File 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 client
 java.io.File WFSClient.getFeature(WFSStatus status, boolean override, org.gvsig.compat.net.ICancellable cancel)
          The GetFeature operation allows retrieval of features from a web feature service.
 void WFSProtocolHandler.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 client
 void WFSClient.lockFeature(WFSStatus status, boolean override, org.gvsig.compat.net.ICancellable cancel)
          Web connections are inherently stateless.
protected abstract  boolean WFSProtocolHandler.parseGetFeature(java.io.File f, java.lang.String nameSpace)
          parses the data retrieved by the GetFeature XML document.
protected abstract  boolean WFSProtocolHandler.parseLockFeature(java.io.File f, java.lang.String nameSpace, WFSStatus status)
          parses the data retrieved by the LockFeature operation
protected abstract  boolean WFSProtocolHandler.parseTransaction(java.io.File f, WFSStatus status)
          parses the data retrieved by the transaction operation
 void WFSProtocolHandler.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
 void WFSClient.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.
 

Uses of WFSException in org.gvsig.remoteclient.wfs.exceptions
 

Subclasses of WFSException in org.gvsig.remoteclient.wfs.exceptions
 class InvalidFormatException
           
 class WFSGetFeatureException
          This exception is thrown when there is a problem with the GetFeature operation
 

Methods in org.gvsig.remoteclient.wfs.exceptions that return WFSException
static WFSException ExceptionsFactory.parseExceptionReport(org.kxml2.io.KXmlParser parser)
           
static WFSException ExceptionsFactory.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 WFSException
protected  boolean WFSProtocolHandler1_0_0.parseGetFeature(java.io.File f, java.lang.String nameSpace)
           
protected  boolean WFSProtocolHandler1_0_0.parseLockFeature(java.io.File f, java.lang.String nameSpace, WFSStatus status)
           
protected  boolean WFSProtocolHandler1_0_0.parseTransaction(java.io.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 WFSException
protected  boolean WFSProtocolHandler1_1_0.parseGetFeature(java.io.File f, java.lang.String nameSpace)
           
protected  boolean WFSProtocolHandler1_1_0.parseLockFeature(java.io.File f, java.lang.String nameSpace, WFSStatus status)
           
protected  boolean WFSProtocolHandler1_1_0.parseTransaction(java.io.File f, WFSStatus status)
           
 



Copyright © 2004-2013 gvSIG. All Rights Reserved.