Provides access to the header information of LAS files.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
Description | ||
---|---|---|
![]() |
Extent | The XYZ extent of points in the LAS file. |
![]() |
FileSourceID | The LAS file's source ID. |
![]() |
FlightDateJulian | The flight date based on the Julian calendar. |
![]() |
GeneratingSoftware | The software used to create the LAS file. |
![]() |
GetNumberOfPointsByReturn | The number of points in the LAS file based on the specified LiDAR return number. |
![]() |
GetOffsets | The coordinate offsets. |
![]() |
GetScaleFactors | The coordinate scale factors. |
![]() |
GetVariableLengthRecords | The variable length record info. |
![]() |
GetVersion | The version of the LAS file. |
![]() |
HasGpsTime | Indicates GPS time is available. |
![]() |
HasRGB | Indicates if RGB is availabe. |
![]() |
IsStandardGpsTime | Indicates if the GPS time is standard GPS Time. |
![]() |
NumberOfPointRecords | The number of points in the LAS file. |
![]() |
NumberOfVariableLengthRecords | The number of variable length records in the LAS file. |
![]() |
PointDataFormat | The record format for points in the LAS file |
![]() |
ProjectID | The LAS file's project ID. |
![]() |
SpatialReference | The spatial reference of the LAS file. |
![]() |
SystemID | The hardware system used to collect the LiDAR data in the LAS file. |
![]() |
Year | The year the data in the LAS file was collected. |
CoClasses that implement ILasHeaderInfo
CoClasses and Classes | Description |
---|---|
LasHeaderInfo | Esri LAS header info object. |