Pitney Bowes MapXtreme User Manual
Page 390

Chapter 22: Web Feature Service
Understanding WFS Server Operations
MapXtreme v7.1
397
Developer Guide
-
-
-
-
-
-
DescribeFeatureType
After finding the available feature type with GetCapabilities request, the DescribeFeatureType
request asks for detailed information about one or more of the available feature types. In MapXtreme
a WFS feature type is represented by a table, and a WFS feature is equivalent to a row of
information from a table. The response to a DescribeFeatureType request includes the name of the
feature type (the name of the table) and the names and types of the properties (names and types of
the columns) in the table. The results are returned in an XML schema document in GML format.
DescribeFeatureType is supported via HTTP GET and HTTP POST. The Schema returned will have
the form whereby each property in the feature type becomes an element.
MapXtreme does not return the following column types as properties:
•
MIDbType.Binary
•
MIDbType.CoordSys
•
MIDbType.Grid