|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.geodatabase.Shields
public class Shields
COM Class 'Shields'. Generated 3/19/2015 1:20:43 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'
Description 'A container for describing how driving directions are refined using shields.' 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.geodatabase.IShields |
---|
IID, IID9e82750b_bddc_40a1_9a63_ff699ffc55e1, xxDummy |
Constructor Summary | |
---|---|
Shields()
Constructs a Shields using ArcGIS Engine. |
|
Shields(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. Shields theShields = (Shields) obj; |
Method Summary | |
---|---|
void |
addShield(java.lang.String type,
java.lang.String description)
Adds a shield of the given type. |
void |
deleteShield(int index)
Deletes a shield by index. |
boolean |
equals(java.lang.Object o)
Compare this object with another |
static java.lang.String |
getClsid()
getClsid. |
java.lang.String |
getCombinedFieldName()
The field name whose values contain the whole address description. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
java.lang.String |
getNumberFieldName()
The field name whose values contain the house number. |
int |
getShieldCount()
The number of shields. |
java.lang.String |
getShieldDescription(int index)
The shield description by index. |
java.lang.String |
getShieldType(int index)
The shield type by index. |
java.lang.String |
getTypeFieldName()
The field name whose values contain the street type. |
int |
hashCode()
the hashcode for this object |
boolean |
isUseCombinedField()
Indicates if the combined field should be used for directions. |
void |
release()
Release a Shields. |
void |
setCombinedFieldName(java.lang.String name)
The field name whose values contain the whole address description. |
void |
setNumberFieldName(java.lang.String name)
The field name whose values contain the house number. |
void |
setTypeFieldName(java.lang.String name)
The field name whose values contain the street type. |
void |
setUseCombinedField(boolean useCombined)
Indicates if the combined field should be used for directions. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Shields() throws java.io.IOException, java.net.UnknownHostException
java.io.IOException
- if there are interop problems
java.net.UnknownHostException
- if there are interop problemspublic Shields(java.lang.Object obj) throws java.io.IOException
Shields theShields = (Shields) obj;
obj
to Shields
.
obj
- an object returned from ArcGIS Engine or Server
java.io.IOException
- if there are interop problemsMethod Detail |
---|
public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch
in interface com.esri.arcgis.interop.RemoteObjRef
public void release()
release
in interface com.esri.arcgis.interop.RemoteObjRef
public java.lang.String getTypeFieldName() throws java.io.IOException, AutomationException
getTypeFieldName
in interface IShields
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setTypeFieldName(java.lang.String name) throws java.io.IOException, AutomationException
setTypeFieldName
in interface IShields
name
- The name (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getNumberFieldName() throws java.io.IOException, AutomationException
getNumberFieldName
in interface IShields
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setNumberFieldName(java.lang.String name) throws java.io.IOException, AutomationException
setNumberFieldName
in interface IShields
name
- The name (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getCombinedFieldName() throws java.io.IOException, AutomationException
getCombinedFieldName
in interface IShields
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setCombinedFieldName(java.lang.String name) throws java.io.IOException, AutomationException
setCombinedFieldName
in interface IShields
name
- The name (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isUseCombinedField() throws java.io.IOException, AutomationException
isUseCombinedField
in interface IShields
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setUseCombinedField(boolean useCombined) throws java.io.IOException, AutomationException
setUseCombinedField
in interface IShields
useCombined
- The useCombined (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getShieldCount() throws java.io.IOException, AutomationException
getShieldCount
in interface IShields
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getShieldType(int index) throws java.io.IOException, AutomationException
getShieldType
in interface IShields
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getShieldDescription(int index) throws java.io.IOException, AutomationException
getShieldDescription
in interface IShields
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void addShield(java.lang.String type, java.lang.String description) throws java.io.IOException, AutomationException
addShield
in interface IShields
type
- The type (in)description
- The description (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void deleteShield(int index) throws java.io.IOException, AutomationException
deleteShield
in interface IShields
index
- The index (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 |