FDO API Reference Feature Data Objects

mgIFeatureCommand.h File Reference

Include dependency graph for mgIFeatureCommand.h:

This graph shows which files directly or indirectly include this file:


Functions

__property NAMESPACE_OSGEO_FDO_FILTER::Filter * get_Filter ()
 Gets the filter as a filter tree.
__property System::Void set_FeatureClassName (NAMESPACE_OSGEO_FDO_EXPRESSION::Identifier *value)
 Sets the name of the class to be operated upon as an identifier.
__property System::Void set_Filter (NAMESPACE_OSGEO_FDO_FILTER::Filter *value)
 Sets the filter as a Filter tree.
System::Void SetFeatureClassName (System::String *value)
 Sets the name of the class to be operated upon as an identifier.
System::Void SetFilter (System::String *value)
 Sets the filter as a Filter tree.

Variables

END_NAMESPACE_OSGEO_FDO_FILTER
BEGIN_NAMESPACE_OSGEO_FDO_COMMANDS
public __gc __interface 
IFeatureCommand
 The FdoIFeatureCommand interface defines the behavior common to all commands that operate on feature instances. The features to be operated on are identified by their class and a filter. If the feature provider supports inheritance in the schema capabilities, then the command will operate on instances of that class and any derived classes. In addition, feature commands can operate on related features if one or more relation directives are specified. Each relation directive specifies the relation to follow and how many levels of depth to follow it.

Comments or suggestions? Send us feedback.