For the complete documentation index, see llms.txt. This page is also available as Markdown.

TransformGdal

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

Task Parameters

Name
Description

X : String

X coordinate

Default: - Example: 24,12

Y : String

Y coordinate

Default: - Example: 24,12

Z : String

Z coordinate

Default: - Example: 24,12

Name
Description

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

Task Result

Name
Description

Success : Boolean

Success flag Example: true

Error : Error

Error info

Error.Message : String

Error message

Error.AdditionalInfo : Object

Object with additional informations

Data : Coordinates

Transformed coordinates

Data.X : Double

Gets X coordinate Example: 21,37

Data.Y : Double

Y coordinate. Example: 21,37

Data.Z : Double

Z coordinate Example: 21,37

Task Changelog

Changelog is not available for this Task.

Last updated

Was this helpful?