public interface ITerrainAsciiDataImporter extends ITerrainDataImporter, java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID8d2d47f1_75bb_4346_b245_4178e9eb9b38 |
static int |
xxDummy
Deprecated.
Internal use only
|
IID36b3f42a_abe0_440e_a266_8b8592c74c82
Modifier and Type | Method and Description |
---|---|
int |
getFileFormat()
The format of the data to be imported.
|
void |
setFileFormat(int pFormat)
The format of the data to be imported.
|
addFile, addFolder, esri_import, getDataExtent, getMaxShapePointCount, getPointCount, overwriteMaxShapePointCount, setEmpty, setSourceDataSpatialReference
static final int IID8d2d47f1_75bb_4346_b245_4178e9eb9b38
static final int xxDummy
static final java.lang.String IID
void setFileFormat(int pFormat) throws java.io.IOException, AutomationException
pFormat
- A com.esri.arcgis.geodatabaseextensions.esriTerrainAsciiDataFormatType constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getFileFormat() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.