Skip to content

ITerrainLasDataInfo2 Interface

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

Members

Name Description
Method GetDataExtent The XYZ extent of points in the LAS file.
Method GetFileSourceID The LAS file's source ID.
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 GetPointInfoByClassCode Get the number of points corresponding to the specified class codes.
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.
Read-only property IsStandardGpsTime Indicates if the GPS time is standard GPS Time.

ITerrainLasDataInfo2.GetFileSourceID Method

The LAS file's source ID.

Public Function GetFileSourceID ( _
) As Integer
public int GetFileSourceID (
);

ITerrainLasDataInfo2.GetPointInfoByClassCode Method

Get the number of points corresponding to the specified class codes.

Public Sub GetPointInfoByClassCode ( _
    ByVal pTrackCancel As ITrackCancel, _
    ByVal pCodes As ILongArray, _
    ByRef ppCounts As IDoubleArray, _
    ByRef ppExtents As IArray _
)
public void GetPointInfoByClassCode (
    ITrackCancel pTrackCancel,
    ILongArray pCodes,
    ref IDoubleArray ppCounts,
    ref IArray ppExtents
);

ITerrainLasDataInfo2.IsStandardGpsTime Property

Indicates if the GPS time is standard GPS Time.

Public ReadOnly Property IsStandardGpsTime As Boolean
public bool IsStandardGpsTime {get;}

Inherited Interfaces

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

Classes that implement ITerrainLasDataInfo2

Classes Description
TerrainLasDataImporter Esri Terrain LAS Data Importer object.

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