Show / Hide Table of Contents

Struct LasMetaInfo

Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Fusee.PointCloud.Las.Desktop
Assembly: Fusee.PointCloud.Las.Desktop.dll
Syntax
public struct LasMetaInfo

Fields

Filename

Declaration
public string Filename
Field Value
Type Description
System.String

OffsetX

Declaration
public double OffsetX
Field Value
Type Description
System.Double

OffsetY

Declaration
public double OffsetY
Field Value
Type Description
System.Double

OffsetZ

Declaration
public double OffsetZ
Field Value
Type Description
System.Double

PointDataFormat

Declaration
public byte PointDataFormat
Field Value
Type Description
System.Byte

ScaleFactorX

Declaration
public double ScaleFactorX
Field Value
Type Description
System.Double

ScaleFactorY

Declaration
public double ScaleFactorY
Field Value
Type Description
System.Double

ScaleFactorZ

Declaration
public double ScaleFactorZ
Field Value
Type Description
System.Double

Properties

PointCount

Declaration
public long PointCount { readonly get; set; }
Property Value
Type Description
System.Int64
Generated by DocFX
GitHub Repo
Back to top