Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
get_projection_info [2016/05/31 17:56]
hermann [Outputs]
get_projection_info [2016/11/09 03:41] (current)
admin [Outputs]
Line 15: Line 15:
  
 ^ Name  ^ Type  ^ Description ​ ^ ^ Name  ^ Type  ^ Description ​ ^
-| WKT  | [[String Type]] ​ | The projection using the WKT (well-known text) syntax. ​ |+| WKT  | [[String Type]] ​ | The projection using the [[http://​www.geoapi.org/​3.0/​javadoc/​org/​opengis/​referencing/​doc-files/​WKT.html|WKT (well-known text)]] syntax. ​ |
 | ERMapper Equivalent Projection ​ | [[String Type]] ​ | The name of the projection using the equivalent ER Mapper keyword. Returns an empty text if the projection does not have an ERMapper equivalente representation. ​ | | ERMapper Equivalent Projection ​ | [[String Type]] ​ | The name of the projection using the equivalent ER Mapper keyword. Returns an empty text if the projection does not have an ERMapper equivalente representation. ​ |
 | ERMapper Equivalent Datum  | [[String Type]] ​ | The name of the projection datum using the equivalent ER Mapper keyword. Returns an empty text if the projection does not have an ERMapper equivalente representation. ​ | | ERMapper Equivalent Datum  | [[String Type]] ​ | The name of the projection datum using the equivalent ER Mapper keyword. Returns an empty text if the projection does not have an ERMapper equivalente representation. ​ |
Line 22: Line 22:
 | UTM Zone  | [[Integer Value Type]] ​ | The code corresponding to the UTM projection zone, if the projection is UTM, or -1.  | | UTM Zone  | [[Integer Value Type]] ​ | The code corresponding to the UTM projection zone, if the projection is UTM, or -1.  |
 | Coordinate Type  | [[Integer Value Type]] ​ | The code corresponding to the projection coordinate type, if it applies. -1 = Undefined, 1 = Eastings/​Northings and 2 = Latitude/​Longitude. ​ | | Coordinate Type  | [[Integer Value Type]] ​ | The code corresponding to the projection coordinate type, if it applies. -1 = Undefined, 1 = Eastings/​Northings and 2 = Latitude/​Longitude. ​ |
 +| Proj4  | [[String Type]] ​ | The projection using the [[http://​proj4.org/​parameters.html|Proj4]] syntax. ​ |
  
 ===== Group ===== ===== Group =====