RasterTransformMatrix

Description

sealed class Tinman.Terrain.Georef.RasterTransformMatrix

Derived from

RasterTransform abstract

A raster transform that uses a homogeneous 2D transformation matrix.

The transformation matrix can be updated at any time.

Public / Constructors

Raster​Transform​Matrix


public constructor RasterTransformMatrix → ()

Creates a new instance of RasterTransformMatrix.

Public / Methods

Set


public method Set → (1)

matrix in : Mat3D

The transformation matrix (see IRasterTransform.Matrix).

Sets the transformation matrix.

Public / Attributes

Bounds


public attribute Bounds → (get,set)

value : Box2D

The valid map bounds, or Box2D.Max if disabled.

The valid map bounds.

Set to Box2D.Max to disable map bounds checking. If enabled, calls to IRasterTransform.MapToRaster and IRasterTransform.RasterToMap will return Vec2D.Undefined if the input resp. output map coordinates do not lie within the given bounds.

Serialization

Serial​Id


public static readonly attribute SerialId → (ISerialTypeInfo)

Serialization information about this type.