ICoordinateOperation

Description

interface Tinman.Terrain.Georef.ICoordinateOperation

Derived from

IGeoObject
IConfigurableNull

Extended by

CoordinateOperation sealed

A factory for ICoordinateTransform objects.

Public / Methods

Create​Coordinate​Transform


public method CreateCoordinateTransform → (2)

ellipsoid in : Ellipsoid

[not-null]
The ellipsoid.

flags opt : CoordinateSystemFlags = CoordinateSystemFlags.None

The coordinate system flags to use for flipping the sign of parameter values, see GeorefUtil.IsDepth, GeorefUtil.IsSouthing and GeorefUtil.IsWesting.

returns → ICoordinateTransform

The coordinate transform.

Creates a new instance of ICoordinateTransform for the given ellipsoid.

GeorefException

If the geo-reference parameters are incomplete or invalid.