This document is archived and information here might be outdated.  Recommended version.


ILasHeaderInfo Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IL > ILasHeaderInfo Interface
ArcGIS Developer Help

ILasHeaderInfo Interface

Provides access to the header information of LAS files.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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 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 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.

Classes that implement ILasHeaderInfo

Classes Description
LasHeaderInfo Esri LAS header info object.