ArcObjects Library Reference (GeoDatabaseExtensions)  

ITerrainLasDataImporter Interface

Provides access to members that handle importing terrain source data in LAS format.

Product Availability

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

Members

Description
Method AddFile Include a specific file to be loaded upon Import.
Method AddFolder Include a folder, and potentially subfolders, to be loaded upon import.
Method AddProperty Used to indicate which, if any, LiDAR properties to retain and load into the target feature class in a BLOB field.
Method AddReturnNumber Used to indicate which points to extract from the LAS files based on their LiDAR return number.
Method GetDataExtent The XYZ extent of data contained in files/folders to be added.
Method GetPointCount The number of points in the files/folders to be added.
Method Import Loads the specified data, based on the current properties, into the target feature class.
Read-only property MaxShapePointCount The maximum number of points loaded into individual multipoint shapes.
Method OverwriteMaxShapePointCount Changes the default maximum number of points loaded into individual multipoint shapes.
Method SetClassCodes Used to indicate which points to load based on one or more LAS classification codes.
Method SetEmpty Clears all properties.
Method SetSourceDataSpatialReference Set source data's spatial reference.

Inherited Interfaces

Interfaces Description
ITerrainDataImporter Provides access to members that handle importing terrain source data.

CoClasses that implement ITerrainLasDataImporter

CoClasses and Classes Description
TerrainLasDataImporter Esri Terrain LAS Data Importer object.