Changes between Version 10 and Version 11 of maestro/MaestroAPI/2.1ApiChanges


Ignore:
Timestamp:
May 5, 2010, 6:59:45 AM (14 years ago)
Author:
jng
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • maestro/MaestroAPI/2.1ApiChanges

    v10 v11  
    5151
    5252From a consuming client's perspective, nothing needs to change. ServerConnectionI and its ilk still return FeatureSetReader.
     53
     54== Coordinate System APIs ==
     55
     56Like !FeatureSetReader the Coordinate System APIs have changed so that there is a interface/abstract class with http/native specific implementations. This is done to make way for a future split of the API into implementation-specific assemblies.
     57
     58As a result the following changes were made:
     59
     60 * HttpCoordinateSystem.Category is now !CoordinateSystemCategory
     61 * HttpCoordinateSystem.CoordSys is now !CoordinateSystem
     62 * ICoordinateSystem is now ICoordinateSystemCatalog
     63 * The property ServerConnectionI.CoordinateSystem is now ServerConnectionI.CoordinateSystemCatalog
     64 * To create a blank coordinate system, use the new ICoordinateSystemCatalog.CreateEmptyCoordinateSystem() API
     65
    5366== New ServerConnectionI APIs ==
    5467