Conversion

Description

Name

struct Tinman.Georef.Datum.Conversion

Defines a conversion between geographic coordinate systems.

Fields / Optional

id

Type

Georef.Id

Default

null

The unique registry ID of well-known objects.


name

Type

string

Default

null

The human-readable name of this object.


source

Type

CoordSys

Default

null

The source coordinate system.


target

Type

CoordSys

Default

null

The target coordinate system.


transform

Type

DatumOp

Default

null

The datum transformation to apply in order to convert between the source and target coordinate system.


accuracy

Type

number

Default

1

Estimated accuracy of the conversion, in meters.


north

Type

number

Default

90

Northern latitude of area-of-use.


south

Type

number

Default

-90

Southern latitude of area-of-use.


east

Type

number

Default

180

Eastern latitude of area-of-use.


west

Type

number

Default

-180

Western longitude of area-of-use.