AcMapFeatureService Class

Autodesk GIS Map Platform

Provides an abstraction layer for the storage and retrieval of feature data in a technology-independent way.

class AcMapFeatureService : public MgFeatureService;
Remarks

The API lets you determine what storage technologies are available and what capabilities they have. Access to the storage technology is modeled as a connection. For example, you can connect to a file and do simple insertions or connect to a relational database and do transaction-based operations.

Creates a feature source in the repository identified by the specified resource identifier, using the given feature source parameters. 
Retrieves schema information about a set of feature classes for a given feature source. 
Gets the definitions of one or more schema contained in the feature source. 
Gets the definition in XML format of a schema contained in the feature source. 
This method enumerates all the providers and if they are FDO enabled for the specified provider and partial connection string. 
Executes SQL statements NOT including SELECT statements. 
Gets a list of the available FDO providers together with other information such as the names of the connection properties for each provider. 
Executes the SQL SELECT statement on the specified feature source. 
Gets the capabilities of an FDO Provider expressed in XML according to the FdoProviderCapabilities schema. 
Gets all available long transactions for the provider. 
Gets the class definition for the specified class. 
Gets a list of the names of all classes available within a specified schema . 
Gets a list of the names of all of the schemas available in the feature source. 
Gets a set of connection values that are used to make connections to an FDO provider that permits multiple connections. 
Gets all of the spatial contexts available in the feature source or just the active one. 
Gets the locked features. 
This method returns all of the logical to physical schema mappings for the specified provider and partial connection string. 
Translates the FDO schema information in the provided MgFeatureSchemaCollection object into a string containing an XML representation of the schema definitions in the feature source. 
Retrieves feature information based on the supplied criteria. 
Selects groups of features from a feature source and applies filters to each of the groups according to the criteria set in the MgFeatureAggregateOptions argument. 
Selects features from a feature source according to the criteria set in the MgFeatureQueryOptions argument The criteria are applied to all of the features in the feature source. 
Selects features from a feature source according to the criteria set in the MgFeatureQueryOptions argument The criteria are applied to all of the features in the feature source. 
Set the active long transaction name for a feature source. 
Connects to the feature source specified by the resource identifier and verifies that the feature source has been correctly configured and installed in the resource repository. 
Connects to the Feature Provider specified in the connection string. 
Executes the MgDeleteFeatures, MgInsertFeatures, MgUpdateFeatures, MgLockFeatures or MgUnlockFeatures commands contained in the given MgFeatureCommandCollection object. 
Creates an MgFeatureSchemaCollection object using the XML schema provided. 

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].