Changes between Version 9 and Version 10 of ossimTwoPoint0Wishlist
- Timestamp:
- 12/15/11 09:16:38 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ossimTwoPoint0Wishlist
v9 v10 20 20 7) Elevation Manager in OMS needs to be optimized to provide more efficient searches and caches 21 21 22 8) Change Keywordlist class to work off of std::string or ossimString instead of const char*. 23 24 9) Tree layout:[[BR]] 22 8) Tree layout:[[BR]] 25 23 {{{ 26 24 ossim … … 33 31 }}} 34 32 35 10) Updated to GeoTrans 3.0 and separate image scale/tie from project/image stuff.33 9) Updated to GeoTrans 3.0 and separate image scale/tie from project/image stuff. 36 34 37 1 1) Since all file writes go through ossimImageFileWriter::execute(), move tiling code to there so that processors like ossim-orthoigen, ossim-dem don't have to be concerned with tiling.35 10) Since all file writes go through ossimImageFileWriter::execute(), move tiling code to there so that processors like ossim-orthoigen, ossim-dem don't have to be concerned with tiling. 38 36 39 1 2) Thread safe getTile.37 11) Thread safe getTile. 40 38 41 39