Retrieves schema informationabout a set of feature classes for a given feature source with specified namespace prefix and url.
.NET Syntax
virtual MgByteReader DescribeWfsFeatureType(MgResourceIdentifier featureSourceId, MgStringCollection featureClasses, string namespacePrefix, string namespaceUrl);
|
Java Syntax
virtual MgByteReader DescribeWfsFeatureType(MgResourceIdentifier featureSourceId, MgStringCollection featureClasses, string namespacePrefix, string namespaceUrl);
|
PHP Syntax
virtual MgByteReader DescribeWfsFeatureType(MgResourceIdentifier featureSourceId, MgStringCollection featureClasses, string namespacePrefix, string namespaceUrl);
|
- Parameters:
-
featureSourceId | (MgResourceIdentifier) The resource identifier defining the location of the feature source in the repository. |
featureClasses | (MgStringCollection) A collection of strings identifying the feature classes for which to retrieve schema information. If this collection is null or empty, information is returned for all feature classes. |
namespacePrefix | (String/string) A string identifying the namespace prefix in the output xml |
namespaceUrl | (String/string) A string idenyifying the namespace url in the output xml |
- Returns:
- Returns an MgByteReader containing the XML schema.