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


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

ITerrainLasDataInfo Interface

Provides access to members that provide information about a LAS file.

Product Availability

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

Members

Name Description
Method GetDataExtent The XYZ extent of points in the LAS file.
Method GetFlightDateJulian The flight date based on the Julian calendar.
Method GetGeneratingSoftware The software used to create the LAS file.
Method GetNumberOfPointRecords The number of points in the LAS file.
Method GetNumberOfPointsByReturn The number of points in the LAS file based on the specified LiDAR return number.
Method GetPointDataFormat The record format for points in the LAS file
Method GetSpatialReference The spatial reference of the LAS file.
Method GetSystemID The hardware system used to collect the LiDAR data in the LAS file.
Method GetVersion The version of the LAS file.
Method GetYear The year the data in the LAS file was collected.
Method Init Used to set the name of the LAS file for which information is to be retrieved.

Classes that implement ITerrainLasDataInfo

Classes Description
TerrainLasDataImporter Esri Terrain LAS Data Importer object.