Coordinate transformer
Gets the transformed coordinates of a point 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
Id | Title | Data Type | Description |
---|---|---|---|
points | points | string | Pairs of coordinates separated by commas. Geographic coordinates must be entered in degree and fraction of a degree (GG.GGGG) while UTM coordinates are entered in meters. In the geographic coordinates, in the West longitudes and South latitudes, put a negative sign. |
source | source | integer | Coordinate reference system of the input geometry. Default value 4230 (ED50). 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 (ETRS89). For the transformation between ED50 and ETRS89, the grids PENR2009.gsb and BALR2009.gsb will be used. |
Id | Title | Description |
---|---|---|
output | CoordinatesTransform | Pair of coordinates transformed to the indicated reference system. The UTM coordinates will be given in meters while the geographic ones will be in degrees. If you are in West longitude and South latitude they will be shown with a negative sign. |
Execution modes
- Synchronous