Changes between Version 6 and Version 7 of FDORfc17
- Timestamp:
- 03/24/08 12:42:12 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FDORfc17
v6 v7 286 286 CopyFilter(); 287 287 288 /// \brief 289 /// Constructs an instance of an ExpressionEngine 290 /// 288 291 static OSGEO_FDO_FILTER::Filter* Copy( OSGEO_FDO_FILTER::Filter *filter ); 289 292 static OSGEO_FDO_EXPRESSION::Expression* Copy( OSGEO_FDO_EXPRESSION::Expression *expression ); … … 291 294 static OSGEO_FDO_EXPRESSION::Expression* Copy( OSGEO_FDO_EXPRESSION::Expression *expression, OSGEO_FDO_COMMANDS::IdentifierCollection* idList ); 292 295 296 /// \brief 297 /// Gets the FDO Expression associated to the CopyFilter 298 /// 293 299 OSGEO_FDO_EXPRESSION::Expression* GetExpression(); 300 301 /// \brief 302 /// Gets the FDO Filter associated to the CopyFilter 303 /// 294 304 OSGEO_FDO_FILTER::Filter* GetFilter(); 295 305 };