| 53 | |
| 54 | == Coordinate System APIs == |
| 55 | |
| 56 | Like !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 | |
| 58 | As 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 | |