public class FeatureNameFields extends java.lang.Object implements com.esri.arcgis.interop.RemoteObjRef, IFeatureNameFields
Description 'A container for describing street name fields used to generate directions.' 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 =
IID, IIDa69522da_5c7e_439d_bb91_60cc70ff7fc0, xxDummy| Constructor and Description |
|---|
FeatureNameFields()
Constructs a FeatureNameFields using ArcGIS Engine.
|
FeatureNameFields(java.lang.Object obj)
Deprecated.
As of ArcGIS 9.2, replaced by normal Java casts.
FeatureNameFields theFeatureNameFields = (FeatureNameFields) obj; |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o)
Compare this object with another
|
static java.lang.String |
getClsid()
getClsid.
|
java.lang.String |
getFullNameFieldName()
The field name used to store the full street name.
|
java.lang.String |
getHighwayDirectionFieldName()
The field name used for highway direction.
|
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Gets a reference to a com.esri.arcgis.interop.Dispatch which can be used to access the COM object that support for this
interface indicates the implementing class references.
|
java.lang.String |
getLanguageFieldName()
The field name used for the language of the street.
|
java.lang.String |
getPrefixDirectionFieldName()
The field name used for prefix direction.
|
java.lang.String |
getPrefixTypeFieldName()
The field name used for prefix type.
|
int |
getPriority()
The priority for when these street name fields are used.
|
java.lang.String |
getStreetNameFieldName()
The field name used for street name.
|
java.lang.String |
getSuffixDirectionFieldName()
The field name used for suffix direction.
|
java.lang.String |
getSuffixTypeFieldName()
The field name used for suffix type.
|
int |
hashCode()
the hashcode for this object
|
void |
release()
Release this COM object reference
|
void |
setFullNameFieldName(java.lang.String name)
The field name used to store the full street name.
|
void |
setHighwayDirectionFieldName(java.lang.String name)
The field name used for highway direction.
|
void |
setLanguageFieldName(java.lang.String name)
The field name used for the language of the street.
|
void |
setPrefixDirectionFieldName(java.lang.String name)
The field name used for prefix direction.
|
void |
setPrefixTypeFieldName(java.lang.String name)
The field name used for prefix type.
|
void |
setPriority(int priority)
The priority for when these street name fields are used.
|
void |
setStreetNameFieldName(java.lang.String name)
The field name used for street name.
|
void |
setSuffixDirectionFieldName(java.lang.String name)
The field name used for suffix direction.
|
void |
setSuffixTypeFieldName(java.lang.String name)
The field name used for suffix type.
|
public FeatureNameFields()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problemsjava.net.UnknownHostException - if there are interop problemspublic FeatureNameFields(java.lang.Object obj)
throws java.io.IOException
FeatureNameFields theFeatureNameFields = (FeatureNameFields) obj;obj to FeatureNameFields.obj - an object returned from ArcGIS Engine or Serverjava.io.IOException - if there are interop problemspublic 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.RemoteObjRefpublic java.lang.String getPrefixDirectionFieldName()
throws java.io.IOException,
AutomationException
getPrefixDirectionFieldName in interface IFeatureNameFieldsjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setPrefixDirectionFieldName(java.lang.String name)
throws java.io.IOException,
AutomationException
setPrefixDirectionFieldName in interface IFeatureNameFieldsname - The name (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getPrefixTypeFieldName()
throws java.io.IOException,
AutomationException
getPrefixTypeFieldName in interface IFeatureNameFieldsjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setPrefixTypeFieldName(java.lang.String name)
throws java.io.IOException,
AutomationException
setPrefixTypeFieldName in interface IFeatureNameFieldsname - The name (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getStreetNameFieldName()
throws java.io.IOException,
AutomationException
getStreetNameFieldName in interface IFeatureNameFieldsjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setStreetNameFieldName(java.lang.String name)
throws java.io.IOException,
AutomationException
setStreetNameFieldName in interface IFeatureNameFieldsname - The name (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getSuffixTypeFieldName()
throws java.io.IOException,
AutomationException
getSuffixTypeFieldName in interface IFeatureNameFieldsjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setSuffixTypeFieldName(java.lang.String name)
throws java.io.IOException,
AutomationException
setSuffixTypeFieldName in interface IFeatureNameFieldsname - The name (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getSuffixDirectionFieldName()
throws java.io.IOException,
AutomationException
getSuffixDirectionFieldName in interface IFeatureNameFieldsjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setSuffixDirectionFieldName(java.lang.String name)
throws java.io.IOException,
AutomationException
setSuffixDirectionFieldName in interface IFeatureNameFieldsname - The name (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getPriority()
throws java.io.IOException,
AutomationException
getPriority in interface IFeatureNameFieldsjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setPriority(int priority)
throws java.io.IOException,
AutomationException
setPriority in interface IFeatureNameFieldspriority - The priority (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getHighwayDirectionFieldName()
throws java.io.IOException,
AutomationException
getHighwayDirectionFieldName in interface IFeatureNameFieldsjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setHighwayDirectionFieldName(java.lang.String name)
throws java.io.IOException,
AutomationException
setHighwayDirectionFieldName in interface IFeatureNameFieldsname - The name (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getLanguageFieldName()
throws java.io.IOException,
AutomationException
getLanguageFieldName in interface IFeatureNameFieldsjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setLanguageFieldName(java.lang.String name)
throws java.io.IOException,
AutomationException
setLanguageFieldName in interface IFeatureNameFieldsname - The name (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getFullNameFieldName()
throws java.io.IOException,
AutomationException
getFullNameFieldName in interface IFeatureNameFieldsjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setFullNameFieldName(java.lang.String name)
throws java.io.IOException,
AutomationException
setFullNameFieldName in interface IFeatureNameFieldsname - The name (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.