TransformGdal
This is Task to transform Gps coordinates.
Last updated
Was this helpful?
This is Task to transform Gps coordinates.
Task version: 1.0.0
Required Frends version: 5.5+
Required .NET version: 6.0
Compatible Agents: Crossplatform
Source code: https://github.com/FrendsPlatform/Frends.Gps/tree/main/Frends.Gps.TransformGdal
X : String
X coordinate
Default: -
Example: 24,12
Y : String
Y coordinate
Default: -
Example: 24,12
Z : String
Z coordinate
Default: -
Example: 24,12
ThrowErrorOnFailure : Boolean
True: Throw an exception.
False: Error will be added to the Result.Error.AdditionalInformation list instead of stopping the Task.
Default: True
Example: true
ErrorMessageOnFailure : String
Message what will be used when error occurs
Default: Default error message
Example: Task failed during execution
SourceFormat : Int32
EPSG code of source format
Default: -
Example: 4326
TargetFormat : Int32
EPSG code of target format
Default: -
Example: 32633
Success : Boolean
Success flag
Example: true
Error : Error
Error info
Data : Coordinates
Transformed coordinates
Changelog is not available for this Task.
Last updated
Was this helpful?
Was this helpful?

