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

 ConstructorDescription
PointCloudCoordinateTransform(Double)
PointCloudCoordinateTransform(Double, NullableRef<ImageValueCoordinateTransform>, Nullable<ImageLocationCoordinateTransform>, ValueLimits_f64)
PointCloudCoordinateTransform(PointCloudCoordinateTransform)Creates a deep copy of the passed object.
PointCloudCoordinateTransform()

Properties

 NameTypeDescription
IsDisposedSystem.Boolean
LimitsFilNet.ValueLimits_f64Final coordinate value limits.
LocationCoordinateTransformSystem.Nullable<FilNet.ImageLocationCoordinateTransform>
OffsetSystem.DoubleNumber added to the final coordinate value.
ValueCoordinateTransformFilNet.INullable<FilNet.ImageValueCoordinateTransform>

Methods

 NameDescription
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

Remarks

See also