You are here: Start » FIL.NET » PointCloudCoordinateTransform Class
PointCloudCoordinateTransform Class
| Namespace: | FilNet |
|---|---|
| Assembly: | FIL.NET.TS.dll |
Image transformation data to point cloud coordinate.
Constructors
Properties
| Name | Type | Description | |
|---|---|---|---|
| IsDisposed | System.Boolean | ||
| Limits | FilNet.ValueLimits_f64 | Final coordinate value limits. | |
| LocationCoordinateTransform | System.Nullable<FilNet.ImageLocationCoordinateTransform> | ||
| Offset | System.Double | Number added to the final coordinate value. | |
| ValueCoordinateTransform | FilNet.INullable<FilNet.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(FilNet.PointCloudCoordinateTransform) | ||
| Equals(FilNet.PointCloudCoordinateTransform, FilNet.PointCloudCoordinateTransform) | ||
| GetHashCode() | Inherited from System.Object | |
| GetType() | Inherited from System.Object | |
| Reset(FilNet.PointCloudCoordinateTransform) | Resets this instance with data of the other PointCloudCoordinateTransform object. | |
| ToString() | Inherited from System.Object |
