Skip to content

ILasHeaderInfo2 Interface

Provides access to the header information of LAS files.

Members

Name Description
Read-only property Extent The XYZ extent of points in the LAS file.
Read-only property FileSourceID The LAS file's source ID.
Read-only property FlightDateJulian The flight date based on the Julian calendar.
Read-only property GeneratingSoftware The software used to create the LAS file.
Method GetExtendedVariableLengthRecords The variable length record info.
Method GetNumberOfPointsByReturn The number of points in the LAS file based on the specified LiDAR return number.
Method GetOffsets The coordinate offsets.
Method GetScaleFactors The coordinate scale factors.
Method GetVariableLengthRecords The variable length record info.
Method GetVersion The version of the LAS file.
Read-only property HasGpsTime Indicates GPS time is available.
Read-only property HasRGB Indicates if RGB is availabe.
Read-only property IsStandardGpsTime Indicates if the GPS time is standard GPS Time.
Read-only property NumberOfExtendedVariableLengthRecords The number of extended variable length records in the LAS file.
Read-only property NumberOfPointRecords The number of points in the LAS file.
Read-only property NumberOfVariableLengthRecords The number of variable length records in the LAS file.
Read-only property PointDataFormat The record format for points in the LAS file
Read-only property ProjectID The LAS file's project ID.
Read-only property SpatialReference The spatial reference of the LAS file.
Read-only property SystemID The hardware system used to collect the LiDAR data in the LAS file.
Read-only property Year The year the data in the LAS file was collected.

ILasHeaderInfo2.GetExtendedVariableLengthRecords Method

The variable length record info.

Public Sub GetExtendedVariableLengthRecords ( _
    ByRef ppUserIDs As IStringArray, _
    ByRef recordIDs As ILongArray, _
    ByRef ppRecordLengths As IDoubleArray, _
    ByRef ppDescriptions As IStringArray, _
    ByRef pbOverLimit As Boolean _
)
public void GetExtendedVariableLengthRecords (
    ref IStringArray ppUserIDs,
    ref ILongArray recordIDs,
    ref IDoubleArray ppRecordLengths,
    ref IStringArray ppDescriptions,
    ref bool pbOverLimit
);

ILasHeaderInfo2.NumberOfExtendedVariableLengthRecords Property

The number of extended variable length records in the LAS file.

Public ReadOnly Property NumberOfExtendedVariableLengthRecords As Double
public double NumberOfExtendedVariableLengthRecords {get;}

Inherited Interfaces

Interfaces Description
ILasHeaderInfo Provides access to the header information of LAS files.

Classes that implement ILasHeaderInfo2

Classes Description
LasHeaderInfo Esri LAS header info object.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.