Web API Reference MapGuide Open Source
virtual MgByteReader* MgFeatureService::DescribeWfsFeatureType ( MgResourceIdentifier featureSourceId,
MgStringCollection featureClasses 
) [pure virtual]

Retrieves schema information about a set of feature classes for a given feature source.

.NET Syntax
virtual MgByteReader DescribeWfsFeatureType(MgResourceIdentifier featureSourceId, MgStringCollection featureClasses);
Java Syntax
virtual MgByteReader DescribeWfsFeatureType(MgResourceIdentifier featureSourceId, MgStringCollection featureClasses);
PHP Syntax
virtual MgByteReader DescribeWfsFeatureType(MgResourceIdentifier featureSourceId, MgStringCollection featureClasses);

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.
Returns:
Returns an MgByteReader containing the XML schema.


Comments or suggestions? Send us feedback.