AcMapFeatureService::GetWfsFeature Method

Autodesk GIS Map Platform

AcMapFeatureService:: GetWfsFeature Method

Retrieves feature information based on the supplied criteria.

virtual MgByteReader* GetWfsFeature(
    MgResourceIdentifier* featureSourceId, 
    string featureClass, 
    MgStringCollection* requiredProperties, 
    string srs, 
    string filter, 
    long maxFeatures
);
Parameters 
Description 
featureSourceId 
The resource identifier defining the location of the feature source in the repository.  
featureClass 
The feature class containing the features to retrieve.  
requiredProperties 
The collection of properties to retrieve for each feature. If the collection is null or empty, all properties will be retrieved.  
srs 
The spatial reference system in which to return feature geometries  
filter 
An XML string containing the definition for an OGC filter  
maxFeatures 
The maximum number of features to retrieve. If the value is less than or equal to zero, all features will be retrieved.  
Remarks

This method is not supported in AutoCAD Map 3D and will always throw MgNotImplementedException.

MgXX classes belong to the OsGeo.MapGuide namespace and are descibed in the Geospatial Platform Reference.

Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at [email protected].