deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official

org.deegree.protocol.wfs.describefeaturetype
Class DescribeFeatureType

java.lang.Object
  extended by org.deegree.protocol.wfs.AbstractWFSRequest
      extended by org.deegree.protocol.wfs.describefeaturetype.DescribeFeatureType

public class DescribeFeatureType
extends AbstractWFSRequest

Represents a DescribeFeatureType request to a WFS.

Version:
$Revision: $, $Date: $
Author:
Markus Schneider, last edited by: $Author: schneider $

Constructor Summary
DescribeFeatureType(Version version, String handle, String outputFormat, QName[] typeNames)
          Creates a new DescribeFeatureType request.
 
Method Summary
 String getOutputFormat()
          Returns the requested output format.
 QName[] getTypeNames()
          Returns the names of the feature types for which the schema is requested.
 String toString()
           
 
Methods inherited from class org.deegree.protocol.wfs.AbstractWFSRequest
getHandle, getVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DescribeFeatureType

public DescribeFeatureType(Version version,
                           String handle,
                           String outputFormat,
                           QName[] typeNames)
Creates a new DescribeFeatureType request.

Parameters:
version - protocol version, may not be null
handle - client-generated identifier, may be null
outputFormat - requested output format, may be null
typeNames - requested type names, may be null
Method Detail

getOutputFormat

public String getOutputFormat()
Returns the requested output format.

Returns:
the requested output format, or null if unspecified

getTypeNames

public QName[] getTypeNames()
Returns the names of the feature types for which the schema is requested.

Returns:
the names of the feature types for which the schema is requested, or null if unspecified

toString

public String toString()
Overrides:
toString in class Object

deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official

an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org

]]>