com.esri.arcgis.geodatabase
Class StreetNameFields

java.lang.Object
  extended by com.esri.arcgis.geodatabase.StreetNameFields
All Implemented Interfaces:
IStreetNameFields, IStreetNameFields2, com.esri.arcgis.interop.RemoteObjRef, java.io.Serializable

public class StreetNameFields
extends java.lang.Object
implements com.esri.arcgis.interop.RemoteObjRef, IStreetNameFields, IStreetNameFields2

COM Class 'StreetNameFields'. Generated 3/19/2015 1:20:43 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description 'A container for describing street name fields used to generate driving 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 =

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.esri.arcgis.geodatabase.IStreetNameFields2
IID, IID195dee8d_4025_49ae_a76b_3a198d110fdb, xxDummy
 
Fields inherited from interface com.esri.arcgis.geodatabase.IStreetNameFields
IIDa69522da_5c7e_439d_bb91_60cc70ff7fc0
 
Constructor Summary
StreetNameFields()
          Constructs a StreetNameFields using ArcGIS Engine.
StreetNameFields(java.lang.Object obj)
          Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
StreetNameFields theStreetNameFields = (StreetNameFields) obj;
 
Method Summary
 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()
          Deprecated. Internal use only.
 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 a StreetNameFields.
 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.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StreetNameFields

public StreetNameFields()
                 throws java.io.IOException,
                        java.net.UnknownHostException
Constructs a StreetNameFields using ArcGIS Engine.

Throws:
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems

StreetNameFields

public StreetNameFields(java.lang.Object obj)
                 throws java.io.IOException
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
StreetNameFields theStreetNameFields = (StreetNameFields) obj;

Construct a StreetNameFields using a reference to such an object returned from ArcGIS Engine or Server. This is semantically equivalent to casting obj to StreetNameFields.

Parameters:
obj - an object returned from ArcGIS Engine or Server
Throws:
java.io.IOException - if there are interop problems
Method Detail

getClsid

public static java.lang.String getClsid()
getClsid.


equals

public boolean equals(java.lang.Object o)
Compare this object with another

Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
the hashcode for this object

Overrides:
hashCode in class java.lang.Object

getJintegraDispatch

public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
Deprecated. Internal use only.

Specified by:
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRef

release

public void release()
Release a StreetNameFields.

Specified by:
release in interface com.esri.arcgis.interop.RemoteObjRef

getPrefixDirectionFieldName

public java.lang.String getPrefixDirectionFieldName()
                                             throws java.io.IOException,
                                                    AutomationException
The field name used for prefix direction.

Specified by:
getPrefixDirectionFieldName in interface IStreetNameFields
Returns:
The name
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPrefixDirectionFieldName

public void setPrefixDirectionFieldName(java.lang.String name)
                                 throws java.io.IOException,
                                        AutomationException
The field name used for prefix direction.

Specified by:
setPrefixDirectionFieldName in interface IStreetNameFields
Parameters:
name - The name (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getPrefixTypeFieldName

public java.lang.String getPrefixTypeFieldName()
                                        throws java.io.IOException,
                                               AutomationException
The field name used for prefix type.

Specified by:
getPrefixTypeFieldName in interface IStreetNameFields
Returns:
The name
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPrefixTypeFieldName

public void setPrefixTypeFieldName(java.lang.String name)
                            throws java.io.IOException,
                                   AutomationException
The field name used for prefix type.

Specified by:
setPrefixTypeFieldName in interface IStreetNameFields
Parameters:
name - The name (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getStreetNameFieldName

public java.lang.String getStreetNameFieldName()
                                        throws java.io.IOException,
                                               AutomationException
The field name used for street name.

Specified by:
getStreetNameFieldName in interface IStreetNameFields
Returns:
The name
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setStreetNameFieldName

public void setStreetNameFieldName(java.lang.String name)
                            throws java.io.IOException,
                                   AutomationException
The field name used for street name.

Specified by:
setStreetNameFieldName in interface IStreetNameFields
Parameters:
name - The name (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSuffixTypeFieldName

public java.lang.String getSuffixTypeFieldName()
                                        throws java.io.IOException,
                                               AutomationException
The field name used for suffix type.

Specified by:
getSuffixTypeFieldName in interface IStreetNameFields
Returns:
The name
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSuffixTypeFieldName

public void setSuffixTypeFieldName(java.lang.String name)
                            throws java.io.IOException,
                                   AutomationException
The field name used for suffix type.

Specified by:
setSuffixTypeFieldName in interface IStreetNameFields
Parameters:
name - The name (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSuffixDirectionFieldName

public java.lang.String getSuffixDirectionFieldName()
                                             throws java.io.IOException,
                                                    AutomationException
The field name used for suffix direction.

Specified by:
getSuffixDirectionFieldName in interface IStreetNameFields
Returns:
The name
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSuffixDirectionFieldName

public void setSuffixDirectionFieldName(java.lang.String name)
                                 throws java.io.IOException,
                                        AutomationException
The field name used for suffix direction.

Specified by:
setSuffixDirectionFieldName in interface IStreetNameFields
Parameters:
name - The name (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getPriority

public int getPriority()
                throws java.io.IOException,
                       AutomationException
The priority for when these street name fields are used.

Specified by:
getPriority in interface IStreetNameFields
Returns:
The priority
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPriority

public void setPriority(int priority)
                 throws java.io.IOException,
                        AutomationException
The priority for when these street name fields are used.

Specified by:
setPriority in interface IStreetNameFields
Parameters:
priority - The priority (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getHighwayDirectionFieldName

public java.lang.String getHighwayDirectionFieldName()
                                              throws java.io.IOException,
                                                     AutomationException
The field name used for highway direction.

Specified by:
getHighwayDirectionFieldName in interface IStreetNameFields2
Returns:
The name
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setHighwayDirectionFieldName

public void setHighwayDirectionFieldName(java.lang.String name)
                                  throws java.io.IOException,
                                         AutomationException
The field name used for highway direction.

Specified by:
setHighwayDirectionFieldName in interface IStreetNameFields2
Parameters:
name - The name (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getLanguageFieldName

public java.lang.String getLanguageFieldName()
                                      throws java.io.IOException,
                                             AutomationException
The field name used for the language of the street.

Specified by:
getLanguageFieldName in interface IStreetNameFields2
Returns:
The name
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setLanguageFieldName

public void setLanguageFieldName(java.lang.String name)
                          throws java.io.IOException,
                                 AutomationException
The field name used for the language of the street.

Specified by:
setLanguageFieldName in interface IStreetNameFields2
Parameters:
name - The name (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFullNameFieldName

public java.lang.String getFullNameFieldName()
                                      throws java.io.IOException,
                                             AutomationException
The field name used to store the full street name.

Specified by:
getFullNameFieldName in interface IStreetNameFields2
Returns:
The name
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFullNameFieldName

public void setFullNameFieldName(java.lang.String name)
                          throws java.io.IOException,
                                 AutomationException
The field name used to store the full street name.

Specified by:
setFullNameFieldName in interface IStreetNameFields2
Parameters:
name - The name (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.