Package org.deegree_impl.services.wfs.capabilities

Class Summary
Capability_Impl The capabilities section specifies the list of requests that the WFS can handle.
DescribeFeatureType_Impl The %lt;DescribeFeatureType> tag isused to indicate what schema description languages can be used to describe the schema of a feature type when a client requests such a description.
FeatureType_Impl The main purpose of the <FeatureTypeList> section is to define the list of feature types that a WFS can service and define the operations that are supported on each feature type.
FeatureTypeList_Impl This section defines the list of feature types (and operations on each feature type) that are available from a web feature server.
GetCapabilities_Impl In the particular case of a Web Map Service, the response of a GetCapabilities request is general information about the service itself and specific information about the available maps.
GetFeature_Impl The <GetFeature> tag isused todefine the formats available for expressing the results of a query.
GetFeatureWithLock_Impl The <GetFeature> tag isused todefine the formats available for expressing the results of a query.
LockFeature_Impl Defines the access to the elements/attributes of the LockFeature tag of a capabilities response .
Operation_Impl ----------------------------------------------------------------------
Request_Impl The REQUEST parameter indicates which service operation is being invoked.
Transaction_Impl The %lt;DescribeFeatureType> tag isused to indicate what schema description languages can be used to describe the schema of a feature type when a client requests such a description.
WFSCapabilities_Impl The parent element of the Capabilities document includes as children a Service element with general information about the server, a Capability element with specific information about the kinds of functionality offered by the server and a featureTypeList element defining the list of all feature types available from this server.
WFSCapabilitiesFactory Factory class for creating WFS capability classes from a WFS capabilities XML document that's conform to OGC WFS specification.