ArcObjects Library Reference (GeoDatabaseExtensions)  

ITerrainDataImporter Interface

Provides access to members that handle importing terrain source data.

Product Availability

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

Description

The ITerrainDataImporter interface is inherited by ITerrainAsciiDataImporter and ITerrainLasDataImporter. Its members are used to set properties related to loading points from one or more files into a target multipoint feature class.

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 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 SetEmpty Clears all properties.
Method SetSourceDataSpatialReference Set source data's spatial reference.

CoClasses that implement ITerrainDataImporter

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