com.esri.arcgis.location
Interface IReferenceDataFile

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IReferenceDataFile2
All Known Implementing Classes:
IReferenceDataFile2Proxy, IReferenceDataFileProxy, StreetMapAddressLocator, StreetMapAddressLocatorStyle

public interface IReferenceDataFile
extends java.io.Serializable

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

Description: 'Provides access to members for specifying location of custom reference data file.' 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 IID600a5897_ddc1_11d3_9f74_00c04f8ed1c4
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IArray getFilters()
          Filters to use to browse for the reference data file.
 java.lang.String getPathName()
          Path to the custom reference data file.
 void setPathName(java.lang.String file)
          Path to the custom reference data file.
 

Field Detail

IID600a5897_ddc1_11d3_9f74_00c04f8ed1c4

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

getPathName

java.lang.String getPathName()
                             throws java.io.IOException,
                                    AutomationException
Path to the custom reference data file.

Returns:
The file
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPathName

void setPathName(java.lang.String file)
                 throws java.io.IOException,
                        AutomationException
Path to the custom reference data file.

Parameters:
file - The file (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFilters

IArray getFilters()
                  throws java.io.IOException,
                         AutomationException
Filters to use to browse for the reference data file.

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.