org.deegree.services.wfs.capabilities
Interface Request

All Known Implementing Classes:
Request_Impl

public interface Request

-----------------------------------------------------

Version:
$Revision: 1.2 $ $Date: 2003/06/10 07:52:04 $
Author:
Axel Schaefer

Method Summary
 DescribeFeatureType getDescribeFeatureType()
          The <DescribeFeatureType> tag isused toindicate what schema description languages can be used to describe the schema of a feature type when a client requests such a description.
 GetCapabilities getGetCapabilities()
          The <GetCapabilities> element is included to define the available distributed computing platforms for this interface.
 GetFeature getGetFeature()
          The <GetFeature> tag isused todefine the formats available for expressing the results of a query.
 GetFeatureWithLock getGetFeatureWithLock()
          Get The Feature with Lock.
 LockFeature getLockFeature()
          The <LockFeature> element is included to define the available distributed computing platforms.
 Transaction getTransaction()
          The <Transaction> element is included to define the available distributed computing platforms for this interface.
 

Method Detail

getGetCapabilities

public GetCapabilities getGetCapabilities()
The <GetCapabilities> element is included to define the available distributed computing platforms for this interface.


getDescribeFeatureType

public DescribeFeatureType getDescribeFeatureType()
The <DescribeFeatureType> tag isused toindicate what schema description languages can be used to describe the schema of a feature type when a client requests such a description. XMLSCHEMA is the only mandatory language that must be available. The.SCHEMALANGUAGES entity can be redefined to include vendor specific languages.


getTransaction

public Transaction getTransaction()
The <Transaction> element is included to define the available distributed computing platforms for this interface.


getGetFeature

public GetFeature getGetFeature()
The <GetFeature> tag isused todefine the formats available for expressing the results of a query. The RESULTFORMATS entity defines the mandatory output format of GML but can be redefined to include additional vendor specific formats.


getGetFeatureWithLock

public GetFeatureWithLock getGetFeatureWithLock()
Get The Feature with Lock. It is the same as GetFeature(), with a Lock!


getLockFeature

public LockFeature getLockFeature()
The <LockFeature> element is included to define the available distributed computing platforms.