Changes between Version 10 and Version 11 of FDORfc66
- Timestamp:
- 05/09/13 03:01:08 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FDORfc66
v10 v11 59 59 == Managed FDO API == 60 60 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: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: 62 62 63 63 {{{