Changes between Version 4 and Version 5 of FDORfc34
- Timestamp:
- 04/15/09 13:23:58 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FDORfc34
v4 v5 65 65 The following FDo interfaces will be updated to allow for indexed access: 66 66 67 {{{ 67 68 /// \brief 68 69 /// The FdoIFeatureReader interface provides a forward-only, read-only iterator … … 262 263 FDO_API virtual FdoIRaster* GetRaster(FdoInt32 index); 263 264 }; 264 265 266 265 }}} 267 266 268 267