Changes between Version 1 and Version 2 of ExtendedCoordSys


Ignore:
Timestamp:
10/27/08 08:48:13 (16 years ago)
Author:
robertfortin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ExtendedCoordSys

    v1 v2  
    11The ExtentedCoordSyst.txt file is used with the SQL Server Spatial provider (for SQL Server 2008).
    22
    3 It has the following format
     3The ExtendedCoordSys.txt is composed of the following information (it can be copied and pasted into the file directly as // represent comments)
    44
     5// [[BR]]
     6//The format for each line in this file is:[[BR]]
     7//[[BR]]
     8//     <SRID> <Coordinate System Name> <WKT>[[BR]]
     9//[[BR]]
     10// where:[[BR]]
     11//     SRID: is the SRID for each coordinate system. For all coordinate systems initially in the file, the SRID[[BR]]
     12//         is the coordinate system's EPSG number.[[BR]]
     13//[[BR]]
     14//     Coordinate System Name: the coordinate system name. [[BR]]
     15//[[BR]]
     16//     WKT: a string in Open Geospatial Well-Known Text format. [[BR]]
     17//[[BR]]
     18//         Only Geodetic or Projected coordinate systems can be listed so the WKT must start with either GEOGCS or [[BR]]
     19//         PROJCS. [[BR]]
     20//[[BR]]
     21// Each field must be separated by spaces (sorry, no tabs). [[BR]]
     22//[[BR]]
     23// Coordinate System Name can have embedded spaces (though this is probably unlikely). All words after the EPSG number,[[BR]]
     24// up to before the WKT, are treated as part of the Coordinate System name. [[BR]]
     25//[[BR]]
     26// The file must reside in the FDO com directory (A sub-directory named 'com' that is in the same directory as the [[BR]]
     27// SQLServerSpatial provider DLL). [[BR]]
     28//[[BR]]
     29
     30
     31