com.esri.arcgis.geodatabase
Interface ITinImporter

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ITinImporterProxy, TinImporter

public interface ITinImporter
extends java.io.Serializable

COM Interface 'ITinImporter'. Generated 3/19/2015 1:20:57 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDd7eff758_0095_41a4_ab6c_e4a87f35bedb
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 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.
 

Field Detail

IIDd7eff758_0095_41a4_ab6c_e4a87f35bedb

static final int IIDd7eff758_0095_41a4_ab6c_e4a87f35bedb
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

importFromLandXML

void importFromLandXML(java.lang.String xmlName,
                       java.lang.String tinName,
                       ILongArray pIndices,
                       ITrackCancel pTrackCancel,
                       IStringArray[] ppOutTinNames)
                       throws java.io.IOException,
                              AutomationException
Imports TIN from LandXML file.

Parameters:
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)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTinNamesFromLandXML

void getTinNamesFromLandXML(java.lang.String xmlName,
                            ITrackCancel pTrackCancel,
                            IStringArray[] ppOutTinNames)
                            throws java.io.IOException,
                                   AutomationException
Gets the names of the TINs from LandXML file.

Parameters:
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)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.