Changes between Version 3 and Version 4 of MapGuideRfc33


Ignore:
Timestamp:
Sep 13, 2007, 3:35:50 PM (17 years ago)
Author:
trevorwekel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MapGuideRfc33

    v3 v4  
    3131== Proposed Solution ==
    3232
    33 Implement two new methods for !MgSelection
     33Implement three new methods for !MgSelection through !MgSelectionBase
    3434
    3535{{{
     
    4949/// Input parameters
    5050/// layer: Input layer, className: Feature class name
     51/// mappedOnly: return mapped (true) or all (false) properties for selected features
    5152///
    5253/// Returns a feature reader containing all the features for the given
    5354/// feature class in this selection.
    5455///
    55 MgFeatureReader* GetSelectedFeatures(MgLayerBase* layer, CREFSTRING className);
     56MgFeatureReader* 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///
     69MgFeatureReader* GetSelectedFeatures(MgLayerBase* layer, CREFSTRING className, MgStringCollection* propertyNames);
    5670}}}
    5771
     
    6983== Funding/Resources ==
    7084
    71 Autodesk
     85Autodesk will providing funding and resources.