|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.location.RSLocator
public class RSLocator
COM Class 'RSLocator'. Generated 3/19/2015 1:20:44 PM from 'C:\ArcGIS\COM\esriLocation.olb'
Description 'An address locator that uses the Esri RouteServer geocoding engine.' 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 |
|---|
| Fields inherited from interface com.esri.arcgis.location.ILocator2 |
|---|
IID, IID09d6643b_d40f_4988_86f5_432952fc38e7, xxDummy |
| Fields inherited from interface com.esri.arcgis.geodatabase.ILocator |
|---|
IID655c5c62_6478_11d3_9f57_00c04f6bdf06 |
| Fields inherited from interface com.esri.arcgis.location.ILocatorImpl |
|---|
IID, IIDcff73580_6c73_11d3_9f5c_00c04f6bdf06, xxDummy |
| Fields inherited from interface com.esri.arcgis.geodatabase.ILocatorDataset |
|---|
IID, IIDfdadfae4_939d_11d3_9f6b_00c04f6bdf06, xxDummy |
| Fields inherited from interface com.esri.arcgis.location.IAddressGeocoding |
|---|
IID, IID600a589a_ddc1_11d3_9f74_00c04f8ed1c4, xxDummy |
| Fields inherited from interface com.esri.arcgis.location.IAddressCandidates2 |
|---|
IID, IIDe62c17a3_595a_4a07_b862_a870aba99a98, xxDummy |
| Fields inherited from interface com.esri.arcgis.location.IAddressCandidates |
|---|
IID600a5899_ddc1_11d3_9f74_00c04f8ed1c4 |
| Fields inherited from interface com.esri.arcgis.location.IReverseGeocoding |
|---|
IID, IID5af33731_8b62_4dd7_897c_faacc0cd575e, xxDummy |
| Fields inherited from interface com.esri.arcgis.location.IReverseGeocodingProperties |
|---|
IID, IIDb693864f_4485_4d9a_a69e_3aa66153f44d, xxDummy |
| Fields inherited from interface com.esri.arcgis.location.IIntersectionGeocoding |
|---|
IID, IID5cd1b646_774c_11d3_9f61_00c04f8ed1c4, xxDummy |
| Fields inherited from interface com.esri.arcgis.location.IGeocodingProperties |
|---|
IID, IID600a5896_ddc1_11d3_9f74_00c04f8ed1c4, xxDummy |
| Fields inherited from interface com.esri.arcgis.location.IAddressInputs |
|---|
IID600a589d_ddc1_11d3_9f74_00c04f8ed1c4 |
| Fields inherited from interface com.esri.arcgis.system.IClone |
|---|
IID, IID9bff8aeb_e415_11d0_943c_080009eebecb, xxDummy |
| Constructor Summary | |
|---|---|
RSLocator()
Constructs a RSLocator using ArcGIS Engine. |
|
RSLocator(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. RSLocator theRSLocator = (RSLocator) obj; |
|
| Method Summary | |
|---|---|
void |
assign(IClone src)
Assigns the properties of src to the receiver. |
boolean |
equals(java.lang.Object o)
Compare this object with another |
IClone |
esri_clone()
Clones the receiver and assigns the result to *clone. |
IArray |
findAddressCandidates(IPropertySet address)
Generates candidates for an address. |
IArray |
findMatchingAddressCandidates(IPropertySet address)
Generates candidates for an address, including only matching ones. |
IFields |
getAddressFields()
Fields needed to geocode a table of addresses. |
java.lang.Object |
getBuildTime()
The date and time the locator was built. |
IFields |
getCandidateFields()
Fields contained in a list of candidates. |
java.lang.String |
getCategory()
Category of the locator. |
static java.lang.String |
getClsid()
getClsid. |
java.lang.Object |
getDefaultInputFieldNames(java.lang.String addressField)
Recognized names for an input field. |
java.lang.String |
getDescription()
Description of the locator. |
int |
getEndOffset()
End offset percentage. |
ILocatorName |
getFullName()
The Name object for the locator. |
IFields |
getIntersectionCandidateFields()
Fields contained by intersection candidates. |
java.lang.String |
getIntersectionConnectors()
Connector strings used to designate intersections. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
ILocatorWorkspace |
getLocatorWorkspace()
The locator workspace that contains the locator. |
IFields |
getMatchFields()
Fields contained in the geocoding result. |
int |
getMinimumCandidateScore()
Minimum candidate score setting. |
int |
getMinimumMatchScore()
Minimum match score setting. |
java.lang.String |
getName()
Name of the locator. |
IPropertySet |
getProperties()
Properties of the locator. |
double |
getSearchDistance()
Search distance. |
int |
getSearchDistanceUnits()
Units used for the search distance. |
double |
getSideOffset()
Side offset distance. |
int |
getSideOffsetUnits()
Units used for the side offset. |
int |
getSpellingSensitivity()
Spelling sensitivity setting. |
ILocatorUI |
getUserInterface()
User interface for the locator. |
int |
hashCode()
the hashcode for this object |
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 |
isEqual(IClone other)
Indicates if the receiver and other have the same properties. |
boolean |
isIdentical(IClone other)
Indicates if the receiver and other are the same object. |
boolean |
isIntersection(IPropertySet address)
Indicates if an address is an intersection. |
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. |
IPropertySet |
matchAddress(IPropertySet address)
Geocodes a single address. |
void |
matchTable(ITable addressTable,
java.lang.String addressFieldNames,
java.lang.String whereClause,
IFeatureClass outputFeatureClass,
java.lang.String outputFieldNames,
IPropertySet fieldsToCopy,
ITrackCancel cancelTracker)
Geocodes a table of addresses. |
void |
release()
Release a RSLocator. |
IPropertySet |
reverseGeocode(IPoint location,
boolean bReturnIntersection)
Generate an address based on a point. |
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 |
setCategory(java.lang.String rhs1)
Category of the locator. |
void |
setDefaultInputFieldNames(java.lang.String addressField,
java.lang.Object rhs2)
Recognized names for a required input field. |
void |
setDescription(java.lang.String description)
Description of the locator. |
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 |
setName(java.lang.String rhs1)
Name of the locator. |
void |
setProperties(IPropertySet props)
Properties of the locator. |
void |
setSearchDistance(double searchDistance)
Search distance. |
void |
setSearchDistanceUnits(int searchDistanceUnits)
Units used for the search distance. |
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. |
void |
validate()
Checks that the locator properties and locator dataset are present and valid. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RSLocator()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems
public RSLocator(java.lang.Object obj)
throws java.io.IOException
RSLocator theRSLocator = (RSLocator) obj;
obj to RSLocator.
obj - an object returned from ArcGIS Engine or Server
java.io.IOException - if there are interop problems| Method Detail |
|---|
public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRefpublic void release()
release in interface com.esri.arcgis.interop.RemoteObjRef
public java.lang.String getName()
throws java.io.IOException,
AutomationException
getName in interface ILocatorjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getDescription()
throws java.io.IOException,
AutomationException
getDescription in interface ILocatorjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDescription(java.lang.String description)
throws java.io.IOException,
AutomationException
setDescription in interface ILocatordescription - The description (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getCategory()
throws java.io.IOException,
AutomationException
getCategory in interface ILocatorjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ILocatorUI getUserInterface()
throws java.io.IOException,
AutomationException
getUserInterface in interface ILocatorjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.Object getBuildTime()
throws java.io.IOException,
AutomationException
getBuildTime in interface ILocator2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setName(java.lang.String rhs1)
throws java.io.IOException,
AutomationException
setName in interface ILocatorImplrhs1 - The rhs1 (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setCategory(java.lang.String rhs1)
throws java.io.IOException,
AutomationException
setCategory in interface ILocatorImplrhs1 - The rhs1 (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IPropertySet getProperties()
throws java.io.IOException,
AutomationException
getProperties in interface ILocatorImpljava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setProperties(IPropertySet props)
throws java.io.IOException,
AutomationException
setProperties in interface ILocatorImplprops - A reference to a com.esri.arcgis.system.IPropertySet (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ILocatorName getFullName()
throws java.io.IOException,
AutomationException
getFullName in interface ILocatorDatasetjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ILocatorWorkspace getLocatorWorkspace()
throws java.io.IOException,
AutomationException
getLocatorWorkspace in interface ILocatorDatasetjava.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 IAddressInputsjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.Object getDefaultInputFieldNames(java.lang.String addressField)
throws java.io.IOException,
AutomationException
getDefaultInputFieldNames in interface IAddressInputsaddressField - The addressField (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 IAddressGeocodingjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IPropertySet matchAddress(IPropertySet address)
throws java.io.IOException,
AutomationException
matchAddress in interface IAddressGeocodingaddress - A reference to a com.esri.arcgis.system.IPropertySet (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void matchTable(ITable addressTable,
java.lang.String addressFieldNames,
java.lang.String whereClause,
IFeatureClass outputFeatureClass,
java.lang.String outputFieldNames,
IPropertySet fieldsToCopy,
ITrackCancel cancelTracker)
throws java.io.IOException,
AutomationException
matchTable in interface IAddressGeocodingaddressTable - A reference to a com.esri.arcgis.geodatabase.ITable (in)addressFieldNames - The addressFieldNames (in)whereClause - The whereClause (in)outputFeatureClass - A reference to a com.esri.arcgis.geodatabase.IFeatureClass (in)outputFieldNames - The outputFieldNames (in)fieldsToCopy - A reference to a com.esri.arcgis.system.IPropertySet (in)cancelTracker - A reference to a com.esri.arcgis.system.ITrackCancel (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void validate()
throws java.io.IOException,
AutomationException
validate in interface IAddressGeocodingjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IFields getCandidateFields()
throws java.io.IOException,
AutomationException
getCandidateFields in interface IAddressCandidatesjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IArray findAddressCandidates(IPropertySet address)
throws java.io.IOException,
AutomationException
findAddressCandidates in interface IAddressCandidatesaddress - A reference to a com.esri.arcgis.system.IPropertySet (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IArray findMatchingAddressCandidates(IPropertySet address)
throws java.io.IOException,
AutomationException
findMatchingAddressCandidates in interface IAddressCandidates2address - A reference to a com.esri.arcgis.system.IPropertySet (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IPropertySet reverseGeocode(IPoint location,
boolean bReturnIntersection)
throws java.io.IOException,
AutomationException
reverseGeocode in interface IReverseGeocodinglocation - A reference to a com.esri.arcgis.geometry.IPoint (in)bReturnIntersection - The bReturnIntersection (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getSearchDistance()
throws java.io.IOException,
AutomationException
getSearchDistance in interface IReverseGeocodingPropertiesjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSearchDistance(double searchDistance)
throws java.io.IOException,
AutomationException
setSearchDistance in interface IReverseGeocodingPropertiessearchDistance - The searchDistance (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getSearchDistanceUnits()
throws java.io.IOException,
AutomationException
getSearchDistanceUnits in interface IReverseGeocodingPropertiesjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSearchDistanceUnits(int searchDistanceUnits)
throws java.io.IOException,
AutomationException
setSearchDistanceUnits in interface IReverseGeocodingPropertiessearchDistanceUnits - A com.esri.arcgis.system.esriUnits constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IFields getIntersectionCandidateFields()
throws java.io.IOException,
AutomationException
getIntersectionCandidateFields in interface IIntersectionGeocodingjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isIntersection(IPropertySet address)
throws java.io.IOException,
AutomationException
isIntersection in interface IIntersectionGeocodingaddress - A reference to a com.esri.arcgis.system.IPropertySet (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getMinimumMatchScore()
throws java.io.IOException,
AutomationException
getMinimumMatchScore in interface IGeocodingPropertiesjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setMinimumMatchScore(int minimumMatchScore)
throws java.io.IOException,
AutomationException
setMinimumMatchScore in interface IGeocodingPropertiesminimumMatchScore - The minimumMatchScore (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getMinimumCandidateScore()
throws java.io.IOException,
AutomationException
getMinimumCandidateScore in interface IGeocodingPropertiesjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setMinimumCandidateScore(int minimumCandidateScore)
throws java.io.IOException,
AutomationException
setMinimumCandidateScore in interface IGeocodingPropertiesminimumCandidateScore - The minimumCandidateScore (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getSpellingSensitivity()
throws java.io.IOException,
AutomationException
getSpellingSensitivity in interface IGeocodingPropertiesjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSpellingSensitivity(int spellingSensitivity)
throws java.io.IOException,
AutomationException
setSpellingSensitivity in interface IGeocodingPropertiesspellingSensitivity - The spellingSensitivity (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getEndOffset()
throws java.io.IOException,
AutomationException
getEndOffset in interface IGeocodingPropertiesjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setEndOffset(int endOffset)
throws java.io.IOException,
AutomationException
setEndOffset in interface IGeocodingPropertiesendOffset - The endOffset (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getSideOffset()
throws java.io.IOException,
AutomationException
getSideOffset in interface IGeocodingPropertiesjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSideOffset(double sideOffset)
throws java.io.IOException,
AutomationException
setSideOffset in interface IGeocodingPropertiessideOffset - The sideOffset (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getSideOffsetUnits()
throws java.io.IOException,
AutomationException
getSideOffsetUnits in interface IGeocodingPropertiesjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSideOffsetUnits(int sideOffsetUnits)
throws java.io.IOException,
AutomationException
setSideOffsetUnits in interface IGeocodingPropertiessideOffsetUnits - A com.esri.arcgis.system.esriUnits constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isAddXYCoordsToMatchFields()
throws java.io.IOException,
AutomationException
isAddXYCoordsToMatchFields in interface IGeocodingPropertiesjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setAddXYCoordsToMatchFields(boolean bAddXYCoordsToMatchFields)
throws java.io.IOException,
AutomationException
setAddXYCoordsToMatchFields in interface IGeocodingPropertiesbAddXYCoordsToMatchFields - The bAddXYCoordsToMatchFields (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isAddStandardizeStringToMatchFields()
throws java.io.IOException,
AutomationException
isAddStandardizeStringToMatchFields in interface IGeocodingPropertiesjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setAddStandardizeStringToMatchFields(boolean bAddStandardizeStringToMatchFields)
throws java.io.IOException,
AutomationException
setAddStandardizeStringToMatchFields in interface IGeocodingPropertiesbAddStandardizeStringToMatchFields - The bAddStandardizeStringToMatchFields (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isAddReferenceIDToMatchFields()
throws java.io.IOException,
AutomationException
isAddReferenceIDToMatchFields in interface IGeocodingPropertiesjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setAddReferenceIDToMatchFields(boolean bAddReferenceIDToMatchFields)
throws java.io.IOException,
AutomationException
setAddReferenceIDToMatchFields in interface IGeocodingPropertiesbAddReferenceIDToMatchFields - The bAddReferenceIDToMatchFields (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isAddPercentAlongToMatchFields()
throws java.io.IOException,
AutomationException
isAddPercentAlongToMatchFields in interface IGeocodingPropertiesjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setAddPercentAlongToMatchFields(boolean bAddPercentAlongToMatchFields)
throws java.io.IOException,
AutomationException
setAddPercentAlongToMatchFields in interface IGeocodingPropertiesbAddPercentAlongToMatchFields - The bAddPercentAlongToMatchFields (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isMatchIfScoresTie()
throws java.io.IOException,
AutomationException
isMatchIfScoresTie in interface IGeocodingPropertiesjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setMatchIfScoresTie(boolean bMatchIfScoresTie)
throws java.io.IOException,
AutomationException
setMatchIfScoresTie in interface IGeocodingPropertiesbMatchIfScoresTie - The bMatchIfScoresTie (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDefaultInputFieldNames(java.lang.String addressField,
java.lang.Object rhs2)
throws java.io.IOException,
AutomationException
setDefaultInputFieldNames in interface IGeocodingPropertiesaddressField - The addressField (in)rhs2 - A Variant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getIntersectionConnectors()
throws java.io.IOException,
AutomationException
getIntersectionConnectors in interface IGeocodingPropertiesjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setIntersectionConnectors(java.lang.String intersectionConnectors)
throws java.io.IOException,
AutomationException
setIntersectionConnectors in interface IGeocodingPropertiesintersectionConnectors - The intersectionConnectors (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isUseRelativePaths()
throws java.io.IOException,
AutomationException
isUseRelativePaths in interface IGeocodingPropertiesjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setUseRelativePaths(boolean bUseRelativePaths)
throws java.io.IOException,
AutomationException
setUseRelativePaths in interface IGeocodingPropertiesbUseRelativePaths - The bUseRelativePaths (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IClone esri_clone()
throws java.io.IOException,
AutomationException
esri_clone in interface IClonejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void assign(IClone src)
throws java.io.IOException,
AutomationException
assign in interface IClonesrc - A reference to a com.esri.arcgis.system.IClone (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isEqual(IClone other)
throws java.io.IOException,
AutomationException
isEqual in interface ICloneother - A reference to a com.esri.arcgis.system.IClone (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isIdentical(IClone other)
throws java.io.IOException,
AutomationException
isIdentical in interface ICloneother - A reference to a com.esri.arcgis.system.IClone (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 | ||||||||