MapGuide API Reference
|
virtual MgDataReader* MgLayer::SelectAggregate | ( | MgFeatureAggregateOptions * | options | ) | [virtual] |
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. If you want to apply the criteria to all features without grouping them, use the MgFeatureService::SelectFeatures Method . See Filters and expressions .
virtual MgDataReader SelectAggregate(MgFeatureAggregateOptions options); |
virtual MgDataReader SelectAggregate(MgFeatureAggregateOptions options); |
virtual MgDataReader SelectAggregate(MgFeatureAggregateOptions options); |
options | (MgFeatureAggregateOptions) An MgFeatureAggregateOptions instance containing all the criteria and filters required for this select operation. |
Reimplemented from MgLayerBase.