public interface ITinImporter
extends java.io.Serializable
Description: 'Provides methods to import TIN from external formats (LandXML for example).' 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 |
IIDd7eff758_0095_41a4_ab6c_e4a87f35bedb |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
void |
getTinNamesFromLandXML(java.lang.String xmlName,
ITrackCancel pTrackCancel,
IStringArray[] ppOutTinNames)
Gets the names of the TINs from LandXML file.
|
void |
importFromLandXML(java.lang.String xmlName,
java.lang.String tinName,
ILongArray pIndices,
ITrackCancel pTrackCancel,
IStringArray[] ppOutTinNames)
Imports TIN from LandXML file.
|
static final int IIDd7eff758_0095_41a4_ab6c_e4a87f35bedb
static final int xxDummy
static final java.lang.String IID
void importFromLandXML(java.lang.String xmlName, java.lang.String tinName, ILongArray pIndices, ITrackCancel pTrackCancel, IStringArray[] ppOutTinNames) throws java.io.IOException, AutomationException
xmlName
- The xmlName (in)tinName
- The tinName (in)pIndices
- A reference to a com.esri.arcgis.system.ILongArray (in)pTrackCancel
- A reference to a com.esri.arcgis.system.ITrackCancel (in)ppOutTinNames
- A reference to a com.esri.arcgis.system.IStringArray (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void getTinNamesFromLandXML(java.lang.String xmlName, ITrackCancel pTrackCancel, IStringArray[] ppOutTinNames) throws java.io.IOException, AutomationException
xmlName
- The xmlName (in)pTrackCancel
- A reference to a com.esri.arcgis.system.ITrackCancel (in)ppOutTinNames
- A reference to a com.esri.arcgis.system.IStringArray (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.