You are here: Start » FIL.NET » RectificationMap Class
RectificationMap Class
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.TS.dll |
Rectification transform described as a spatial map with some metadata
Constructors
Constructor | Description | |
---|---|---|
![]() | RectificationMap(SpatialMap) | |
![]() | RectificationMap(SpatialMap, Point2D, Single, Matrix) | |
![]() | RectificationMap(RectificationMap) | Creates a deep copy of the passed object. |
![]() | RectificationMap() |
Properties
Name | Type | Description | |
---|---|---|---|
![]() | IsDisposed | System.Boolean | |
![]() | Map | FilNet.SpatialMap | |
![]() | RectifiedToWorldHomography | FilNet.Matrix | |
![]() | RectifiedWorldOrigin | FilNet.Point2D | |
![]() | RectifiedWorldScale | System.Single |
Methods
Name | Description | |
---|---|---|
![]() | Dispose() | Disposes underlying unmanaged resources. See MSDN documentation for IDisposable interface for more info. |
![]() | Equals(object) | Inherited from System.Object |
![]() | Equals(FilNet.RectificationMap) | |
![]() ![]() | Equals(FilNet.RectificationMap, FilNet.RectificationMap) | |
![]() | GetHashCode() | Inherited from System.Object |
![]() | GetType() | Inherited from System.Object |
![]() | Reset(FilNet.RectificationMap) | Resets this instance with data of the other RectificationMap object. |
![]() | ToString() | Inherited from System.Object |