com.esri.arcgis.location
Class IGeocodingProperties2Proxy
java.lang.Object
com.esri.arcgis.interop.Dispatch
com.esri.arcgis.location.IAddressInputsProxy
com.esri.arcgis.location.IGeocodingPropertiesProxy
com.esri.arcgis.location.IGeocodingProperties2Proxy
- All Implemented Interfaces:
- IAddressInputs, IGeocodingProperties, IGeocodingProperties2, java.io.Externalizable, java.io.Serializable
public class IGeocodingProperties2Proxy
- extends IGeocodingPropertiesProxy
- implements IGeocodingProperties2, java.io.Serializable
Internal use class
Proxy for COM Interface 'IGeocodingProperties2'. Generated 3/19/2015 1:20:58 PM
from 'C:\ArcGIS\COM\esriLocation.olb'
Description: 'Provides access to members that control geocoding settings.'
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 =
- See Also:
- Serialized Form
Fields inherited from class com.esri.arcgis.interop.Dispatch |
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Methods inherited from class com.esri.arcgis.location.IGeocodingPropertiesProxy |
getEndOffset, getIntersectionConnectors, getMinimumCandidateScore, getMinimumMatchScore, getSideOffset, getSideOffsetUnits, getSpellingSensitivity, isAddPercentAlongToMatchFields, isAddReferenceIDToMatchFields, isAddStandardizeStringToMatchFields, isAddXYCoordsToMatchFields, isMatchIfScoresTie, isUseRelativePaths, setAddPercentAlongToMatchFields, setAddReferenceIDToMatchFields, setAddStandardizeStringToMatchFields, setAddXYCoordsToMatchFields, setDefaultInputFieldNames, setEndOffset, setIntersectionConnectors, setMatchIfScoresTie, setMinimumCandidateScore, setMinimumMatchScore, setSideOffset, setSideOffsetUnits, setSpellingSensitivity, setUseRelativePaths |
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 |
Methods inherited from interface com.esri.arcgis.location.IGeocodingProperties |
getEndOffset, getIntersectionConnectors, getMinimumCandidateScore, getMinimumMatchScore, getSideOffset, getSideOffsetUnits, getSpellingSensitivity, isAddPercentAlongToMatchFields, isAddReferenceIDToMatchFields, isAddStandardizeStringToMatchFields, isAddXYCoordsToMatchFields, isMatchIfScoresTie, isUseRelativePaths, setAddPercentAlongToMatchFields, setAddReferenceIDToMatchFields, setAddStandardizeStringToMatchFields, setAddXYCoordsToMatchFields, setDefaultInputFieldNames, setEndOffset, setIntersectionConnectors, setMatchIfScoresTie, setMinimumCandidateScore, setMinimumMatchScore, setSideOffset, setSideOffsetUnits, setSpellingSensitivity, setUseRelativePaths |
targetClass
public static final java.lang.Class targetClass
noncastable
public boolean noncastable
IGeocodingProperties2Proxy
public IGeocodingProperties2Proxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.net.UnknownHostException,
java.io.IOException
- Throws:
java.net.UnknownHostException
java.io.IOException
IGeocodingProperties2Proxy
public IGeocodingProperties2Proxy()
- For internal use only
IGeocodingProperties2Proxy
public IGeocodingProperties2Proxy(java.lang.Object obj)
throws java.io.IOException
- Throws:
java.io.IOException
IGeocodingProperties2Proxy
protected IGeocodingProperties2Proxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
- Throws:
java.io.IOException
IGeocodingProperties2Proxy
protected IGeocodingProperties2Proxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.io.IOException
- Throws:
java.io.IOException
addListener
public void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
- Overrides:
addListener
in class IGeocodingPropertiesProxy
- Throws:
java.io.IOException
removeListener
public void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
- Overrides:
removeListener
in class IGeocodingPropertiesProxy
- Throws:
java.io.IOException
getEndOffsetDistance
public double getEndOffsetDistance()
throws java.io.IOException,
AutomationException
- End offset using either distance or percentage.
- Specified by:
getEndOffsetDistance
in interface IGeocodingProperties2
- Returns:
- The endOffset
- Throws:
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
setEndOffsetDistance
public void setEndOffsetDistance(double endOffset)
throws java.io.IOException,
AutomationException
- End offset using either distance or percentage.
- Specified by:
setEndOffsetDistance
in interface IGeocodingProperties2
- Parameters:
endOffset
- The endOffset (in)
- Throws:
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
getEndOffsetDistanceUnits
public int getEndOffsetDistanceUnits()
throws java.io.IOException,
AutomationException
- Units used for the end offset. Use esriUnknownUnits to specify the end offset as a percentage of the segment's length.
- Specified by:
getEndOffsetDistanceUnits
in interface IGeocodingProperties2
- Returns:
- A com.esri.arcgis.system.esriUnits constant
- Throws:
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
setEndOffsetDistanceUnits
public void setEndOffsetDistanceUnits(int endOffsetDistanceUnits)
throws java.io.IOException,
AutomationException
- Units used for the end offset. Use esriUnknownUnits to specify the end offset as a percentage of the segment's length.
- Specified by:
setEndOffsetDistanceUnits
in interface IGeocodingProperties2
- Parameters:
endOffsetDistanceUnits
- A com.esri.arcgis.system.esriUnits constant (in)
- Throws:
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.