You are here: Start » AVL.NET » RectificationMap Class

RectificationMap Class

Rectification transform described as a spatial map with some metadata

Namespace:AvlNet
Assembly:AVL.NET.TS.dll

Constructors

 ConstructorDescription
RectificationMap(SpatialMap, Point2D, Single, Matrix)
RectificationMap(RectificationMap)Creates a deep copy of the passed object.
RectificationMap()

Properties

 NameTypeDescription
IsDisposedSystem.Boolean
MapAvlNet.SpatialMap
RectifiedToWorldHomographyAvlNet.Matrix
RectifiedWorldOriginAvlNet.Point2D
RectifiedWorldScaleSystem.Single

Methods

 NameDescription
Dispose()Disposes underlying unmanaged resources. See MSDN documentation for IDisposable interface for more info.
Equals(object)Inherited from System.Object
Equals(AvlNet.RectificationMap)
Equals(AvlNet.RectificationMap, AvlNet.RectificationMap)
GetHashCode()Inherited from System.Object
GetType()Inherited from System.Object
Reset(AvlNet.RectificationMap)Resets this instance with data of the other RectificationMap object.
ToString()Inherited from System.Object

Remarks

See also