| Modifier and Type | Method and Description |
|---|---|
WFSFeature |
WFSServerExplorer.getFeatureInfo(java.lang.String nameSpace,
java.lang.String layerName)
Returns all the feature information retrieved using a
describeFeatureTypeOpearion
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
InvalidFormatException |
class |
WFSGetFeatureException
This exception is thrown when there is a problem
with the GetFeature operation
|
| Modifier and Type | Method and Description |
|---|---|
static WFSException |
ExceptionsFactory.parseExceptionReport(org.kxml2.io.KXmlParser parser) |
static WFSException |
ExceptionsFactory.parseServiceExceptionReport(org.kxml2.io.KXmlParser parser) |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
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 © 2015 gvSIG Association. All Rights Reserved.