Coordinate transformer from a GML file (url or text)
Gets the transformed coordinates of a GML file (url or text) from one reference system to another based on the OGC Web Transformation Coordinate Service (WCTS) specification. This process allows the use of any datum.
coordinates transform GML
Id | Title | Data Type | Description |
---|---|---|---|
url | url | string | URL of the GML file. To transform the coordinates we must provide url or text. |
text | text | string | Text of the GML file. The text must be escaped. To transform the coordinates we must provide url or text. |
source | source | integer | Coordinate reference system of the input geometry. Default value 4230. For the transformation between ED50 and ETRS89, the grids PENR2009.gsb and BALR2009.gsb will be used. |
target | target | integer | Coordinate reference system of the output geometry. Default value 4258. For the transformation between ED50 and ETRS89, the grids PENR2009.gsb and BALR2009.gsb will be used. |
Id | Title | Description |
---|---|---|
output | CoordinatesTransformGML | GML with the geometries transformed to the indicated reference system. The UTM coordinates will be given in meters while the geographic ones will be in degrees. If they are in West longitude and South latitude they will be shown with a negative sign. |
Execution modes
- Synchronous