[mapguide-internals] MapGuide RFC 84 is updated.

Leaf Li leaf.li at autodesk.com
Wed Sep 16 03:59:28 EDT 2009


All,

Previously, we added one more parameter fetchSize for the following two methods in RFC 84 so that they can support fetch size. However, it is more reasonable to add fetchSize as a new member of class MgFeatureQueryOptions because it is one query options. So I update RFC84 to reflect this change. Can you review it?

    virtual MgFeatureReader* SelectFeatures(   
                                  MgResourceIdentifier* resource,
                                  CREFSTRING className,
                                  MgFeatureQueryOptions* options,
                                  CREFSTRING coordinateSystem,
                                  INT32 fetchSize ) = 0; 
 
    virtual MgDataReader* SelectAggregate( 
                                 MgResourceIdentifier* resource,
                                 CREFSTRING className,
                                 MgFeatureAggregateOptions* options,
                                 INT32 fetchSize) = 0;
 
Notes: MgFeatureAggregateOptions inherits from MgFeatureQueryOptions.

http://trac.osgeo.org/mapguide/wiki/MapGuideRfc84

Thanks,
Leaf Li


More information about the mapguide-internals mailing list