DatumOperation

Description

sealed class Tinman.Terrain.Georef.DatumOperation

Derived from

GeoObject abstract

A coordinate operation that converts between coordinate systems that have different geodetic and/or vertical datums.

Public / Constructors

Datum​Operation


public constructor DatumOperation → (7)

source in : CoordinateSystem

[not-null]
The source coordinate system.

target in : CoordinateSystem

[not-null]
The target coordinate system.

transform in : IDatumTransform

[not-null]
The datum transformation.

accuracy in : float64

The accuracy of the coordinate operation.

northEast in : Vec2D

The north-east bounds of the area of use.

southWest in : Vec2D

The south-west bounds of the area of use.

name opt : string = null

Human-readable name of the geo object. If empty or null, GeoObject.UserDefined will be used instead.

Creates a new instance of DatumOperation.

Public / Attributes

Accuracy


public attribute Accuracy → (get)

value : float64

The accuracy.

The accuracy of the coordinate operation.

North​East


public attribute NorthEast → (get)

value : Vec2D

The north (see Vec2D.Y) and east (see Vec2D.X) bounds, in degrees.

The north-east bounds of the area of use.

Source


public attribute Source → (get)

value : CoordinateSystem

[not-null]
The datum.

The source coordinate system.

South​West


public attribute SouthWest → (get)

value : Vec2D

The south (see Vec2D.Y) and west (see Vec2D.X) bounds, in degrees.

The south-west bounds of the area of use.

Target


public attribute Target → (get)

value : CoordinateSystem

[not-null]
The datum.

The target coordinate system.

Transform


public attribute Transform → (get)

value : IDatumTransform

[not-null]
The datum transformation.

The datum transformation.

Configuration

Config


public static attribute Config → (get)

value : IConfigurator<DatumOperation>

[not-null]
The configurator object.

The configurator object for this type.

Serialization

Serial​Id


public static readonly attribute SerialId → (ISerialTypeInfo)

Serialization information about this type.