Changes between Version 3 and Version 4 of MapGuideRfc33
- Timestamp:
- 09/13/07 15:35:50 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MapGuideRfc33
v3 v4 31 31 == Proposed Solution == 32 32 33 Implement t wo new methods for !MgSelection33 Implement three new methods for !MgSelection through !MgSelectionBase 34 34 35 35 {{{ … … 49 49 /// Input parameters 50 50 /// layer: Input layer, className: Feature class name 51 /// mappedOnly: return mapped (true) or all (false) properties for selected features 51 52 /// 52 53 /// Returns a feature reader containing all the features for the given 53 54 /// feature class in this selection. 54 55 /// 55 MgFeatureReader* GetSelectedFeatures(MgLayerBase* layer, CREFSTRING className); 56 MgFeatureReader* GetSelectedFeatures(MgLayerBase* layer, CREFSTRING className, bool mappedOnly); 57 }}} 58 59 {{{ 60 /// Returns the selected feature data for the specified feature class. 61 /// 62 /// Input parameters 63 /// layer: Input layer, className: Feature class name 64 /// propertyNames: properties to return for selected features 65 /// 66 /// Returns a feature reader containing all the features for the given 67 /// feature class in this selection. 68 /// 69 MgFeatureReader* GetSelectedFeatures(MgLayerBase* layer, CREFSTRING className, MgStringCollection* propertyNames); 56 70 }}} 57 71 … … 69 83 == Funding/Resources == 70 84 71 Autodesk 85 Autodesk will providing funding and resources.