org.deegree.protocol.wfs.describefeaturetype
Class DescribeFeatureType
java.lang.Object
org.deegree.protocol.wfs.AbstractWFSRequest
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 $
DescribeFeatureType
public DescribeFeatureType(Version version,
String handle,
String outputFormat,
QName[] typeNames)
- Creates a new
DescribeFeatureType request.
- Parameters:
version - protocol version, may not be nullhandle - client-generated identifier, may be nulloutputFormat - requested output format, may be nulltypeNames - requested type names, may be null
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
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org]]>