C# Класс MapAround.CoordinateSystems.Transformations.DatumTransform

Represents a datum transformations.
Наследование: MathTransform
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
_inverse IMathTransform

Открытые методы

Метод Описание
DatumTransform ( Wgs84ConversionInfo towgs84 ) : System

Initializes a new instance of the MapAround.CoordinateSystems.Transformations.DatumTransform Instantiates DatumTransform.

Inverse ( ) : IMathTransform

Creates the inverse transform of this object.

This method may fail if the transform is not one to one.

Invert ( ) : void

Inverts this transform.

Transform ( double point ) : double[]

Transforms a coordinate point.

The passed parameter point should not be modified.

TransformList ( List points ) : List

Transforms a list of coordinate point ordinal values.

Приватные методы

Метод Описание
DatumTransform ( Wgs84ConversionInfo towgs84, bool isInverse ) : System
apply ( double p ) : double[]
applyInverted ( double p ) : double[]

Описание методов

DatumTransform() публичный Метод

Initializes a new instance of the MapAround.CoordinateSystems.Transformations.DatumTransform Instantiates DatumTransform.
public DatumTransform ( Wgs84ConversionInfo towgs84 ) : System
towgs84 Wgs84ConversionInfo An object representing transformation to WGS84
Результат System

Inverse() публичный Метод

Creates the inverse transform of this object.
This method may fail if the transform is not one to one.
public Inverse ( ) : IMathTransform
Результат IMathTransform

Invert() публичный Метод

Inverts this transform.
public Invert ( ) : void
Результат void

Transform() публичный Метод

Transforms a coordinate point.
The passed parameter point should not be modified.
public Transform ( double point ) : double[]
point double An array containing the point coordinates to transform
Результат double[]

TransformList() публичный Метод

Transforms a list of coordinate point ordinal values.
public TransformList ( List points ) : List
points List Packed ordinates of points to transform
Результат List

Описание свойств

_inverse защищенное свойство

protected IMathTransform _inverse
Результат IMathTransform