|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.location.IGPAddressLocatorStyleProxy
Description: 'Provides access to members describing the address locator style data element.' 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 =
public class IGPAddressLocatorStyleProxy
Internal use class
Field Summary | |
---|---|
boolean |
noncastable
Deprecated. |
static java.lang.Class |
targetClass
Deprecated. |
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Fields inherited from interface com.esri.arcgis.location.IGPAddressLocatorStyle |
---|
IID, IID4352d4db_7256_4b52_abfb_cfb59a78a26d |
Constructor Summary | |
---|---|
|
IGPAddressLocatorStyleProxy()
Deprecated. For internal use only |
|
IGPAddressLocatorStyleProxy(java.lang.Object obj)
Deprecated. |
protected |
IGPAddressLocatorStyleProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IGPAddressLocatorStyleProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IGPAddressLocatorStyleProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
Method Summary | |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated. |
IFields |
getAddressFields()
Deprecated. Fields needed to do geocoding with an address locator created with this style. |
IDETable |
getAliasTable()
Deprecated. Table mapped as the place name alias table. |
java.lang.Object |
getDefaultAliasFieldNames()
Deprecated. Default field names for the place name alias table. |
java.lang.Object |
getDefaultFieldNames(int tableIndex,
int fieldIndex)
Deprecated. Default field names for the indicated reference data field. |
java.lang.Object |
getDefaultInputFieldNames(java.lang.String addressFieldName)
Deprecated. Default field names for the indicated address field of an address locator created with this style. |
IDETable |
getMappedTable(java.lang.String refDataTable)
Deprecated. Table mapped to the indicated reference data table. |
IFields |
getMatchFields()
Deprecated. Fields output by an address locator created with this style. |
java.lang.String |
getName()
Deprecated. Name of the locator style. |
IFields |
getReferenceDataFields(int index)
Deprecated. Reference data fields for the indicated reference data table. |
IArray |
getReferenceDataFilters(int index)
Deprecated. Filters for the indicated reference data table. |
IArray |
getReferenceDataFilterUIDs(int index)
Deprecated. Filters for the indicated reference data table. |
int |
getReferenceDataTableCount()
Deprecated. Number of reference data tables needed for the style. |
java.lang.String |
getReferenceDataTableName(int index)
Deprecated. Display name of the indicated reference data table. |
IFields |
getSimpleStandardizeFields()
Deprecated. Fields needed to do address standardization. |
boolean |
isSupportsPlaceNameAliasTable()
Deprecated. Indicates if the locator style supports a place name alias table. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
setAddressFieldsByRef(IFields addressFields)
Deprecated. Fields needed to do geocoding with an address locator created with this style. |
void |
setAliasTableByRef(IDETable aliasTable)
Deprecated. Table mapped as the place name alias table. |
void |
setDefaultAliasFieldNames(java.lang.Object defaultAliasFieldNames)
Deprecated. Default field names for the place name alias table. |
void |
setDefaultFieldNamesByRef(int tableIndex,
int fieldIndex,
java.lang.Object defaultNames)
Deprecated. Default field names for the indicated reference data field. |
void |
setDefaultInputFieldNames(java.lang.String addressFieldName,
java.lang.Object defaultNames)
Deprecated. Default field names for the indicated address field of an address locator created with this style. |
void |
setMappedTableByRef(java.lang.String refDataTable,
IDETable table)
Deprecated. Table mapped to the indicated reference data table. |
void |
setMatchFieldsByRef(IFields matchFields)
Deprecated. Fields output by an address locator created with this style. |
void |
setName(java.lang.String name)
Deprecated. Name of the locator style. |
void |
setReferenceDataFieldsByRef(int index,
IFields fields)
Deprecated. Reference data fields for the indicated reference data table. |
void |
setReferenceDataFilterUIDsByRef(int index,
IArray filters)
Deprecated. Filters for the indicated reference data table. |
void |
setReferenceDataTableCount(int count)
Deprecated. Number of reference data tables needed for the style. |
void |
setReferenceDataTableName(int index,
java.lang.String name)
Deprecated. Display name of the indicated reference data table. |
void |
setSimpleStandardizeFieldsByRef(IFields standardizeFields)
Deprecated. Fields needed to do address standardization. |
void |
setSupportsPlaceNameAliasTable(boolean supportsPNAT)
Deprecated. Indicates if the locator style supports a place name alias table. |
Methods inherited from class com.esri.arcgis.interop.Dispatch |
---|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.Class targetClass
public boolean noncastable
Constructor Detail |
---|
public IGPAddressLocatorStyleProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public IGPAddressLocatorStyleProxy()
public IGPAddressLocatorStyleProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IGPAddressLocatorStyleProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IGPAddressLocatorStyleProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
addListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public java.lang.String getName() throws java.io.IOException, AutomationException
getName
in interface IGPAddressLocatorStyle
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setName(java.lang.String name) throws java.io.IOException, AutomationException
setName
in interface IGPAddressLocatorStyle
name
- The name (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IFields getSimpleStandardizeFields() throws java.io.IOException, AutomationException
getSimpleStandardizeFields
in interface IGPAddressLocatorStyle
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSimpleStandardizeFieldsByRef(IFields standardizeFields) throws java.io.IOException, AutomationException
setSimpleStandardizeFieldsByRef
in interface IGPAddressLocatorStyle
standardizeFields
- A reference to a com.esri.arcgis.geodatabase.IFields (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IFields getAddressFields() throws java.io.IOException, AutomationException
getAddressFields
in interface IGPAddressLocatorStyle
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAddressFieldsByRef(IFields addressFields) throws java.io.IOException, AutomationException
setAddressFieldsByRef
in interface IGPAddressLocatorStyle
addressFields
- A reference to a com.esri.arcgis.geodatabase.IFields (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.Object getDefaultInputFieldNames(java.lang.String addressFieldName) throws java.io.IOException, AutomationException
getDefaultInputFieldNames
in interface IGPAddressLocatorStyle
addressFieldName
- The addressFieldName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDefaultInputFieldNames(java.lang.String addressFieldName, java.lang.Object defaultNames) throws java.io.IOException, AutomationException
setDefaultInputFieldNames
in interface IGPAddressLocatorStyle
addressFieldName
- The addressFieldName (in)defaultNames
- A Variant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IFields getMatchFields() throws java.io.IOException, AutomationException
getMatchFields
in interface IGPAddressLocatorStyle
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMatchFieldsByRef(IFields matchFields) throws java.io.IOException, AutomationException
setMatchFieldsByRef
in interface IGPAddressLocatorStyle
matchFields
- A reference to a com.esri.arcgis.geodatabase.IFields (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getReferenceDataTableCount() throws java.io.IOException, AutomationException
getReferenceDataTableCount
in interface IGPAddressLocatorStyle
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setReferenceDataTableCount(int count) throws java.io.IOException, AutomationException
setReferenceDataTableCount
in interface IGPAddressLocatorStyle
count
- The count (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getReferenceDataTableName(int index) throws java.io.IOException, AutomationException
getReferenceDataTableName
in interface IGPAddressLocatorStyle
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setReferenceDataTableName(int index, java.lang.String name) throws java.io.IOException, AutomationException
setReferenceDataTableName
in interface IGPAddressLocatorStyle
index
- The index (in)name
- The name (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IArray getReferenceDataFilters(int index) throws java.io.IOException, AutomationException
getReferenceDataFilters
in interface IGPAddressLocatorStyle
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IArray getReferenceDataFilterUIDs(int index) throws java.io.IOException, AutomationException
getReferenceDataFilterUIDs
in interface IGPAddressLocatorStyle
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setReferenceDataFilterUIDsByRef(int index, IArray filters) throws java.io.IOException, AutomationException
setReferenceDataFilterUIDsByRef
in interface IGPAddressLocatorStyle
index
- The index (in)filters
- A reference to a com.esri.arcgis.system.IArray (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IFields getReferenceDataFields(int index) throws java.io.IOException, AutomationException
getReferenceDataFields
in interface IGPAddressLocatorStyle
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setReferenceDataFieldsByRef(int index, IFields fields) throws java.io.IOException, AutomationException
setReferenceDataFieldsByRef
in interface IGPAddressLocatorStyle
index
- The index (in)fields
- A reference to a com.esri.arcgis.geodatabase.IFields (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.Object getDefaultFieldNames(int tableIndex, int fieldIndex) throws java.io.IOException, AutomationException
getDefaultFieldNames
in interface IGPAddressLocatorStyle
tableIndex
- The tableIndex (in)fieldIndex
- The fieldIndex (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDefaultFieldNamesByRef(int tableIndex, int fieldIndex, java.lang.Object defaultNames) throws java.io.IOException, AutomationException
setDefaultFieldNamesByRef
in interface IGPAddressLocatorStyle
tableIndex
- The tableIndex (in)fieldIndex
- The fieldIndex (in)defaultNames
- A Variant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IDETable getMappedTable(java.lang.String refDataTable) throws java.io.IOException, AutomationException
getMappedTable
in interface IGPAddressLocatorStyle
refDataTable
- The refDataTable (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMappedTableByRef(java.lang.String refDataTable, IDETable table) throws java.io.IOException, AutomationException
setMappedTableByRef
in interface IGPAddressLocatorStyle
refDataTable
- The refDataTable (in)table
- A reference to a com.esri.arcgis.geodatabase.IDETable (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isSupportsPlaceNameAliasTable() throws java.io.IOException, AutomationException
isSupportsPlaceNameAliasTable
in interface IGPAddressLocatorStyle
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSupportsPlaceNameAliasTable(boolean supportsPNAT) throws java.io.IOException, AutomationException
setSupportsPlaceNameAliasTable
in interface IGPAddressLocatorStyle
supportsPNAT
- The supportsPNAT (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.Object getDefaultAliasFieldNames() throws java.io.IOException, AutomationException
getDefaultAliasFieldNames
in interface IGPAddressLocatorStyle
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDefaultAliasFieldNames(java.lang.Object defaultAliasFieldNames) throws java.io.IOException, AutomationException
setDefaultAliasFieldNames
in interface IGPAddressLocatorStyle
defaultAliasFieldNames
- A Variant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IDETable getAliasTable() throws java.io.IOException, AutomationException
getAliasTable
in interface IGPAddressLocatorStyle
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAliasTableByRef(IDETable aliasTable) throws java.io.IOException, AutomationException
setAliasTableByRef
in interface IGPAddressLocatorStyle
aliasTable
- A reference to a com.esri.arcgis.geodatabase.IDETable (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |