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/02 18:04]
hermann
get_projection_info [2016/11/09 03:41] (current)
admin [Outputs]
Line 8: Line 8:
  
 ^ Name ^ Type ^ Description ^ ^ Name ^ Type ^ Description ^
-| projection ​ | [[Projection Type|Projection]]  | The projection whose information will be retrieved. ​ |+| projection ​ | [[Projection Type]] ​ | The projection whose information will be retrieved. ​ |
  
 ===== Optional Inputs ===== ===== Optional Inputs =====
Line 15: Line 15:
  
 ^ Name  ^ Type  ^ Description ​ ^ ^ Name  ^ Type  ^ Description ​ ^
-| WKT  | [[String Type|String]]  | 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|String]]  | The name of the projection using the equivalent ER Mapper keyword. ​ | +| 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|String]]  | The name of the projection datum using the equivalent ER Mapper keyword. ​ | +| 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 Unit  | [[String Type|String]]  | The name of the projection unit using the equivalent ER Mapper keyword. ​ | +| ERMapper Equivalent Unit  | [[String Type]] ​ | The name of the projection unit using the equivalent ER Mapper keyword. Returns an empty text if the projection does not have an ERMapper equivalente representation.  | 
-| UTM Hemisphere ​ | [[Integer Value Type|Integer Value]]  | The code corresponding to the UTM projection hemisphere, if the projection is UTM. -1 = Undefined, 1 = North Hemisphere and 2 = South Hemisphere. ​ | +| UTM Hemisphere ​ | [[Integer Value Type]] ​ | The code corresponding to the UTM projection hemisphere, if the projection is UTM. -1 = Undefined, 1 = North Hemisphere and 2 = South Hemisphere. ​ | 
-| UTM Zone  | [[Integer Value Type|Integer Value]]  | 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|Integer Value]]  | 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 =====