49 | | // [[BR]] |
50 | | //The format for each line in this file is:[[BR]] |
51 | | //[[BR]] |
52 | | // <SRID> <Coordinate System Name> <WKT>[[BR]] |
53 | | //[[BR]] |
54 | | // where:[[BR]] |
55 | | // SRID: is the SRID for each coordinate system. For all coordinate systems initially in the file, the SRID[[BR]] |
56 | | // is the coordinate system's EPSG number.[[BR]] |
57 | | //[[BR]] |
58 | | // Coordinate System Name: the coordinate system name. [[BR]] |
59 | | //[[BR]] |
60 | | // WKT: a string in Open Geospatial Well-Known Text format. [[BR]] |
61 | | //[[BR]] |
62 | | // Only Geodetic or Projected coordinate systems can be listed so the WKT must start with either GEOGCS or [[BR]] |
63 | | // PROJCS. [[BR]] |
64 | | //[[BR]] |
65 | | // Each field must be separated by spaces (sorry, no tabs). [[BR]] |
66 | | //[[BR]] |
67 | | // Coordinate System Name can have embedded spaces (though this is probably unlikely). All words after the EPSG number,[[BR]] |
68 | | // up to before the WKT, are treated as part of the Coordinate System name. [[BR]] |
69 | | //[[BR]] |
70 | | // The file must reside in the FDO com directory (A sub-directory named 'com' that is in the same directory as the [[BR]] |
71 | | // SQLServerSpatial provider DLL). [[BR]] |
72 | | //[[BR]] |
73 | | |
74 | | |
75 | | |