ArcObjects Library Reference (GeoDatabaseExtensions)  

ITerrainAsciiDataImporter Interface

Provides access to members that handle importing terrain source data in ASCII format. Note: the ITerrainAsciiDataImporter interface has been superseded byITerrainAsciiDataImporter2. Please consider using the more recent version.

Product Availability

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

Description

The ITerrainAsciiDataImporter interface is inherited from ITerrainDataImporter and adds its ASCII specific member used to specify the file format of the ASCII files that will be processed.

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.
Read/write property FileFormat The format of the data to be imported.
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.

Inherited Interfaces

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

CoClasses that implement ITerrainAsciiDataImporter

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