| 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 | |