Provides access to members that handle importing terrain source data in ASCII format.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
This interface is new at ArcGIS 9.3. It supersedes ITerrainAsciiDataImporter.
Members
Description | ||
---|---|---|
AddFile | Include a specific file to be loaded upon Import. | |
AddFolder | Include a folder, and potentially subfolders, to be loaded upon import. | |
DecimalPointType | ASCII data decimal point type. | |
FileFormat | The format of the data to be imported. | |
GetDataExtent | The XYZ extent of data contained in files/folders to be added. | |
GetPointCount | The number of points in the files/folders to be added. | |
Import | Loads the specified data, based on the current properties, into the target feature class. | |
MaxShapePointCount | The maximum number of points loaded into individual multipoint shapes. | |
OverwriteMaxShapePointCount | Changes the default maximum number of points loaded into individual multipoint shapes. | |
SetEmpty | Clears all properties. | |
SetSourceDataSpatialReference | Set source data's spatial reference. |
Inherited Interfaces
Interfaces | Description |
---|---|
ITerrainAsciiDataImporter | Provides access to members that handle importing terrain source data in ASCII format. |
ITerrainDataImporter | Provides access to members that handle importing terrain source data. |
CoClasses that implement ITerrainAsciiDataImporter2
CoClasses and Classes | Description |
---|---|
TerrainAsciiDataImporter | Esri Terrain ASCII Data Importer object. |