Changes between Version 10 and Version 11 of FDORfc66


Ignore:
Timestamp:
May 9, 2013, 3:01:08 AM (11 years ago)
Author:
christinebao
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FDORfc66

    v10 v11  
    5959== Managed FDO API ==
    6060
    61 The managed FDO API is a little tricky because it needs to allow the caller create managed child class and implement the coordinate system transformation in its own child class. A solution is to make a VirtualFdoCoordinateSystemTransform which inherits from VirtualObject, a template in OSGeo.Fdo.Common for forwarding unmanaged methods to managed one:
     61The managed FDO API is a little tricky because it needs to allow the caller create managed child class and implement the coordinate system transformation in its own child class. A solution is to make a VirtualFdoCoordinateSystemTransform which inherits from !VirtualObject, a template in OSGeo.Fdo.Common for forwarding unmanaged methods to managed one:
    6262
    6363{{{