Provides access to members of LasFile.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
Description | ||
---|---|---|
![]() |
EstimatePointCount | Estimate point count. |
![]() |
EstimatePointSpacing | Estimate point spacing. |
![]() |
Extent | The XYZ extent of points in the LAS file. |
![]() |
GetHeaderInfo | Get LAS file header information. |
![]() |
GetNumberOfPointsByReturn | The number of points in the LAS file based on the specified LiDAR return number. |
![]() |
GetStatistics | Get statistics. |
![]() |
GetVersion | The version of the LAS file. |
![]() |
HasGpsTime | Indicates GPS time is available. |
![]() |
HasPrjFile | Indicates if there is a corresponding PRJ file. |
![]() |
HasRGB | Indicates if RGB is availabe. |
![]() |
HasStatistics | Indicates if statistics is available. |
![]() |
IsFileMissing | Indicates if the LAS file is missing. |
![]() |
IsFileValid | Indicates if the LAS file exists and is valid. |
![]() |
IsStandardGpsTime | Indicates if the GPS time is standard GPS Time. |
![]() |
Name | The (full) file name. |
![]() |
NativeSpatialReference | The spatial reference defined in the LAS file header. |
![]() |
NeedsUpdateStatistics | Indicates if update is necessary. |
![]() |
NumberOfPointRecords | The number of points in the LAS file. |
![]() |
PointDataFormat | The record format for points in the LAS file |
![]() |
SizeInBytes | The LAS file's size in bytes. |
![]() |
SpatialReference | The spatial reference of the LAS file. |
CoClasses that implement ILasFile
CoClasses and Classes | Description |
---|---|
LasFile | Esri LasFile object. |