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

RectificationMap Class

Namespace:Avl
Assembly:AvlNet.Types.dll

Rectification transform described as a spatial map with some metadata

Constructors

 ConstructorDescription
RectificationMap()
RectificationMap(SpatialMap, Point2D, Single, Matrix)

Properties

 NameTypeDescription
IsDisposedSystem.BooleanInherited from Avl.UnmanagedObject
IsViewSystem.BooleanInherited from Avl.UnmanagedObject
MapAvl.SpatialMap
RectifiedToWorldHomographyAvl.Matrix
RectifiedWorldOriginAvl.Point2D
RectifiedWorldScaleSystem.Single

Methods

 NameDescription
CopyTo(Avl.RectificationMap)
Dispose()Inherited from Avl.UnmanagedObject
Equals(object)Inherited from System.Object
Equals(Avl.RectificationMap)
GetHashCode()Inherited from System.Object
GetType()Inherited from System.Object
MoveTo(Avl.RectificationMap)
ToString()Inherited from System.Object

Remarks

See also