You are here: Start » AVL.NET » PointCloudCoordinateTransform Class
PointCloudCoordinateTransform Class
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.TS.dll |
Image transformation data to point cloud coordinate.
Constructors
Properties
| Name | Type | Description | |
|---|---|---|---|
| IsDisposed | System.Boolean | ||
| Limits | AvlNet.ValueLimits_f64 | Final coordinate value limits. | |
| LocationCoordinateTransform | System.Nullable<AvlNet.ImageLocationCoordinateTransform> | ||
| Offset | System.Double | Number added to the final coordinate value. | |
| ValueCoordinateTransform | AvlNet.INullable<AvlNet.ImageValueCoordinateTransform> |
Methods
| Name | Description | |
|---|---|---|
| Dispose() | Disposes underlying unmanaged resources. See MSDN documentation for IDisposable interface for more info. | |
| Equals(object) | Inherited from System.Object | |
| Equals(AvlNet.PointCloudCoordinateTransform) | ||
| Equals(AvlNet.PointCloudCoordinateTransform, AvlNet.PointCloudCoordinateTransform) | ||
| GetHashCode() | Inherited from System.Object | |
| GetType() | Inherited from System.Object | |
| Reset(AvlNet.PointCloudCoordinateTransform) | Resets this instance with data of the other PointCloudCoordinateTransform object. | |
| ToString() | Inherited from System.Object |
