com.esri.arcgis.geodatabaseextensions
Interface ITerrainAsciiDataImporter

All Superinterfaces:
ITerrainDataImporter, java.io.Serializable
All Known Subinterfaces:
ITerrainAsciiDataImporter2
All Known Implementing Classes:
ITerrainAsciiDataImporter2Proxy, ITerrainAsciiDataImporterProxy, TerrainAsciiDataImporter

public interface ITerrainAsciiDataImporter
extends ITerrainDataImporter, java.io.Serializable

COM Interface 'ITerrainAsciiDataImporter'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriGeoDatabaseExtensions.olb'

Description: 'Provides access to members that handle importing terrain source data in ASCII format.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID8d2d47f1_75bb_4346_b245_4178e9eb9b38
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabaseextensions.ITerrainDataImporter
IID36b3f42a_abe0_440e_a266_8b8592c74c82
 
Method Summary
 int getFileFormat()
          The format of the data to be imported.
 void setFileFormat(int pFormat)
          The format of the data to be imported.
 
Methods inherited from interface com.esri.arcgis.geodatabaseextensions.ITerrainDataImporter
addFile, addFolder, esri_import, getDataExtent, getMaxShapePointCount, getPointCount, overwriteMaxShapePointCount, setEmpty, setSourceDataSpatialReference
 

Field Detail

IID8d2d47f1_75bb_4346_b245_4178e9eb9b38

static final int IID8d2d47f1_75bb_4346_b245_4178e9eb9b38
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

setFileFormat

void setFileFormat(int pFormat)
                   throws java.io.IOException,
                          AutomationException
The format of the data to be imported.

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

getFileFormat

int getFileFormat()
                  throws java.io.IOException,
                         AutomationException
The format of the data to be imported.

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