com.esri.arcgis.location
Interface IReferenceDataTable2

All Superinterfaces:
IReferenceDataTable, java.io.Serializable
All Known Implementing Classes:
IReferenceDataTable2Proxy, ReferenceDataTable

public interface IReferenceDataTable2
extends IReferenceDataTable, java.io.Serializable

COM Interface 'IReferenceDataTable2'. Generated 3/19/2015 1:20:58 PM from 'C:\ArcGIS\COM\esriLocation.olb'

Description: 'Provides access to members for retrieving reference data table information.' 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 IIDe4441b08_0977_462a_86d5_c18e53ddef32
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.location.IReferenceDataTable
IIDba6a5d86_10c7_11d4_9f7c_00c04f8ed1c4
 
Method Summary
 IArray getFilterUIDs()
          UID's of the filters to use to browse for the reference data table.
 
Methods inherited from interface com.esri.arcgis.location.IReferenceDataTable
getDisplayName, getFields, getFilters, getGeocodingIndexes, getName
 

Field Detail

IIDe4441b08_0977_462a_86d5_c18e53ddef32

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

getFilterUIDs

IArray getFilterUIDs()
                     throws java.io.IOException,
                            AutomationException
UID's of the filters to use to browse for the reference data table.

Returns:
A reference to a com.esri.arcgis.system.IArray
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.