CoordinateOperation

Description

sealed class Tinman.Terrain.Georef.CoordinateOperation

A horizontal coordinate operation (i.e. map projection).

See also

GeoRegistry

Public / Constants

Popular​Mercator


[ShutdownSurvive]
public static readonly attribute PopularMercator → (ICoordinateOperation)

Popular Visualisation Pseudo-Mercator

This coordinate operation is used by popular web mapping applications.

Public / Constructors

Coordinate​Operation


public constructor CoordinateOperation → (2)

method in : CoordinateOperationMethod

[not-null]
The coordinate operation method.

name opt : string = null

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

Creates a new instance of CoordinateOperation.

Public / Methods

Parameter​Name


public static method ParameterName → (1)

parameter in : CoordinateOperationParameter

The parameter.

returns → string

The parameter name.

Returns the human-readable name of the given parameter.

Parameter​Type


public static method ParameterType → (1)

parameter in : CoordinateOperationParameter

The parameter.

returns → UnitOfMeasureType

The unit type.

Returns the unit type of the given parameter.

Public / Attributes

Method


public attribute Method → (get)

value : CoordinateOperationMethod

[not-null]
The CoordinateOperationMethod object that represents the coordinate operation method.

The coordinate operation method.

Configuration

Config


public static attribute Config → (get)

value : IConfigurator<ICoordinateOperation>

[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.