|
Retrieves schema information about a set of feature classes for a given feature source.
- Note:
- This is not valid with AutoCAD Map 3D. It works with MapGuide only.
.NET Syntax
virtual MgByteReader CreateFeatureSource(MgResourceIdentifier featureSourceId, MgStringCollection featureClasses);
|
Java Syntax
virtual MgByteReader CreateFeatureSource(MgResourceIdentifier featureSourceId, MgStringCollection featureClasses);
|
PHP Syntax
virtual MgByteReader CreateFeatureSource(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.
|