com.esri.arcgis.geodatabaseextensions
Interface ITerrainAsciiDataImporter2

All Superinterfaces:
ITerrainAsciiDataImporter, ITerrainDataImporter, Serializable
All Known Implementing Classes:
TerrainAsciiDataImporter

public interface ITerrainAsciiDataImporter2
extends ITerrainAsciiDataImporter, Serializable

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

Description

This interface is new at ArcGIS 9.3. It supersedes ITerrainAsciiDataImporter.

Product Availability

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


Method Summary
 int getDecimalPointType()
          ASCII data decimal point type.
 void setDecimalPointType(int pType)
          ASCII data decimal point type.
 
Methods inherited from interface com.esri.arcgis.geodatabaseextensions.ITerrainAsciiDataImporter
getFileFormat, setFileFormat
 
Methods inherited from interface com.esri.arcgis.geodatabaseextensions.ITerrainDataImporter
addFile, addFolder, esri_import, getDataExtent, getMaxShapePointCount, getPointCount, overwriteMaxShapePointCount, setEmpty, setSourceDataSpatialReference
 

Method Detail

setDecimalPointType

void setDecimalPointType(int pType)
                         throws IOException,
                                AutomationException
ASCII data decimal point type.

Product Availability

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

Parameters:
pType - A com.esri.arcgis.geodatabaseextensions.esriTerrainDecimalSeparatorType constant (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDecimalPointType

int getDecimalPointType()
                        throws IOException,
                               AutomationException
ASCII data decimal point type.

Description

Specifies whether the symbol used to mark the boundary between the integer and the fractional parts of a decimal numeral is a point or a comma. The default is point.

Product Availability

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

Returns:
A com.esri.arcgis.geodatabaseextensions.esriTerrainDecimalSeparatorType constant
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.