MapGuide API Reference
|
virtual MgFeatureReader* MgLayer::SelectFeatures | ( | MgFeatureQueryOptions * | options, |
CREFSTRING | coordinateSystem | ||
) | [virtual] |
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. If you want to apply the criteria to a subset of the features, use the MgFeatureService::SelectAggregate Method . See Filters and expressions .
virtual MgFeatureReader SelectFeatures(MgFeatureQueryOptions options); |
virtual MgFeatureReader SelectFeatures(MgFeatureQueryOptions options); |
virtual MgFeatureReader SelectFeatures(MgFeatureQueryOptions options); |
options | (MgFeatureQueryOptions) MgFeatureQueryOptions instance containing all required filters for this select operation. |
coordinateSystem | (String/string) The WKT string of the coordinate system to transform features to |
Reimplemented from MgLayerBase.