== ossim 2.0 wish list: == In no particular order: 1) Get rid of RTTI super macro and use now standard dynamic_cast. 2) Templated point class. 3) Change rectangle class to have a point and size instead of four points.[[BR]] 3a) Templated rect class.[[BR]] 3b) toString and toRect methods.[[BR]] 4) Namespace entire baseline??? 5) Fully implement image projection model. 6) Refactor drect, irect, clean up methods to provide simple image to ground and ground to image transforms. 7) Elevation Manager in OMS needs to be optimized to provide more efficient searches and caches 8) Change Keywordlist class to work off of std::string or ossimString instead of const char*. 9) Tree layout:[[BR]] {{{ ossim ossim/apps ossim/etc ossim/include ossim/share ossim/src ossim/test }}} 10) Updated to GeoTrans 3.0 and separate image scale/tie from project/image stuff.