|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IGeocodingProperties
COM Interface 'IGeocodingProperties'. 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 =
| Field Summary | |
|---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IID600a5896_ddc1_11d3_9f74_00c04f8ed1c4
|
static int |
xxDummy
Deprecated. Internal use only |
| Fields inherited from interface com.esri.arcgis.location.IAddressInputs |
|---|
IID600a589d_ddc1_11d3_9f74_00c04f8ed1c4 |
| Method Summary | |
|---|---|
int |
getEndOffset()
End offset percentage. |
java.lang.String |
getIntersectionConnectors()
Connector strings used to designate intersections. |
int |
getMinimumCandidateScore()
Minimum candidate score setting. |
int |
getMinimumMatchScore()
Minimum match score setting. |
double |
getSideOffset()
Side offset distance. |
int |
getSideOffsetUnits()
Units used for the side offset. |
int |
getSpellingSensitivity()
Spelling sensitivity setting. |
boolean |
isAddPercentAlongToMatchFields()
Indicates if the percentage along the reference feature at which the address is located is included in the geocoding result. |
boolean |
isAddReferenceIDToMatchFields()
Indicates if the feature ID of the matched feature is included in the geocoding result. |
boolean |
isAddStandardizeStringToMatchFields()
Indicates if the standardized address is included in the geocoding result. |
boolean |
isAddXYCoordsToMatchFields()
Indicates if the x and y coordinates of the address location are included in the geocoding result. |
boolean |
isMatchIfScoresTie()
Indicates whether addresses should be arbitrarily matched to a feature when two or more features have the same best score. |
boolean |
isUseRelativePaths()
Indicates if the paths to the reference data should be stored relative to the locator. |
void |
setAddPercentAlongToMatchFields(boolean bAddPercentAlongToMatchFields)
Indicates if the percentage along the reference feature at which the address is located is included in the geocoding result. |
void |
setAddReferenceIDToMatchFields(boolean bAddReferenceIDToMatchFields)
Indicates if the feature ID of the matched feature is included in the geocoding result. |
void |
setAddStandardizeStringToMatchFields(boolean bAddStandardizeStringToMatchFields)
Indicates if the standardized address is included in the geocoding result. |
void |
setAddXYCoordsToMatchFields(boolean bAddXYCoordsToMatchFields)
Indicates if the x and y coordinates of the address location are included in the geocoding result. |
void |
setDefaultInputFieldNames(java.lang.String addressField,
java.lang.Object rhs2)
Recognized names for a required input field. |
void |
setEndOffset(int endOffset)
End offset percentage. |
void |
setIntersectionConnectors(java.lang.String intersectionConnectors)
Connector strings used to designate intersections. |
void |
setMatchIfScoresTie(boolean bMatchIfScoresTie)
Indicates whether addresses should be arbitrarily matched to a feature when two or more features have the same best score. |
void |
setMinimumCandidateScore(int minimumCandidateScore)
Minimum candidate score setting. |
void |
setMinimumMatchScore(int minimumMatchScore)
Minimum match score setting. |
void |
setSideOffset(double sideOffset)
Side offset distance. |
void |
setSideOffsetUnits(int sideOffsetUnits)
Units used for the side offset. |
void |
setSpellingSensitivity(int spellingSensitivity)
Spelling sensitivity setting. |
void |
setUseRelativePaths(boolean bUseRelativePaths)
Indicates if the paths to the reference data should be stored relative to the locator. |
| Methods inherited from interface com.esri.arcgis.location.IAddressInputs |
|---|
getAddressFields, getDefaultInputFieldNames |
| Field Detail |
|---|
static final int IID600a5896_ddc1_11d3_9f74_00c04f8ed1c4
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
int getMinimumMatchScore()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setMinimumMatchScore(int minimumMatchScore)
throws java.io.IOException,
AutomationException
minimumMatchScore - The minimumMatchScore (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getMinimumCandidateScore()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setMinimumCandidateScore(int minimumCandidateScore)
throws java.io.IOException,
AutomationException
minimumCandidateScore - The minimumCandidateScore (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getSpellingSensitivity()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setSpellingSensitivity(int spellingSensitivity)
throws java.io.IOException,
AutomationException
spellingSensitivity - The spellingSensitivity (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getEndOffset()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setEndOffset(int endOffset)
throws java.io.IOException,
AutomationException
endOffset - The endOffset (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getSideOffset()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setSideOffset(double sideOffset)
throws java.io.IOException,
AutomationException
sideOffset - The sideOffset (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getSideOffsetUnits()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setSideOffsetUnits(int sideOffsetUnits)
throws java.io.IOException,
AutomationException
sideOffsetUnits - A com.esri.arcgis.system.esriUnits constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isAddXYCoordsToMatchFields()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setAddXYCoordsToMatchFields(boolean bAddXYCoordsToMatchFields)
throws java.io.IOException,
AutomationException
bAddXYCoordsToMatchFields - The bAddXYCoordsToMatchFields (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isAddStandardizeStringToMatchFields()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setAddStandardizeStringToMatchFields(boolean bAddStandardizeStringToMatchFields)
throws java.io.IOException,
AutomationException
bAddStandardizeStringToMatchFields - The bAddStandardizeStringToMatchFields (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isAddReferenceIDToMatchFields()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setAddReferenceIDToMatchFields(boolean bAddReferenceIDToMatchFields)
throws java.io.IOException,
AutomationException
bAddReferenceIDToMatchFields - The bAddReferenceIDToMatchFields (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isAddPercentAlongToMatchFields()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setAddPercentAlongToMatchFields(boolean bAddPercentAlongToMatchFields)
throws java.io.IOException,
AutomationException
bAddPercentAlongToMatchFields - The bAddPercentAlongToMatchFields (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isMatchIfScoresTie()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setMatchIfScoresTie(boolean bMatchIfScoresTie)
throws java.io.IOException,
AutomationException
bMatchIfScoresTie - The bMatchIfScoresTie (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setDefaultInputFieldNames(java.lang.String addressField,
java.lang.Object rhs2)
throws java.io.IOException,
AutomationException
addressField - The addressField (in)rhs2 - A Variant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getIntersectionConnectors()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setIntersectionConnectors(java.lang.String intersectionConnectors)
throws java.io.IOException,
AutomationException
intersectionConnectors - The intersectionConnectors (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isUseRelativePaths()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setUseRelativePaths(boolean bUseRelativePaths)
throws java.io.IOException,
AutomationException
bUseRelativePaths - The bUseRelativePaths (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 | ||||||||