|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IShields
COM Interface 'IShields'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'
Description: 'Provides access to a container for refining directions with 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 | |
---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IID9e82750b_bddc_40a1_9a63_ff699ffc55e1
|
static int |
xxDummy
Deprecated. Internal use only |
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. |
java.lang.String |
getCombinedFieldName()
The field name whose values contain the whole address description. |
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. |
boolean |
isUseCombinedField()
Indicates if the combined field should be used for directions. |
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. |
Field Detail |
---|
static final int IID9e82750b_bddc_40a1_9a63_ff699ffc55e1
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
java.lang.String getTypeFieldName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTypeFieldName(java.lang.String name) throws java.io.IOException, AutomationException
name
- The name (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getNumberFieldName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setNumberFieldName(java.lang.String name) throws java.io.IOException, AutomationException
name
- The name (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getCombinedFieldName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCombinedFieldName(java.lang.String name) throws java.io.IOException, AutomationException
name
- The name (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isUseCombinedField() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setUseCombinedField(boolean useCombined) throws java.io.IOException, AutomationException
useCombined
- The useCombined (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getShieldCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getShieldType(int index) throws java.io.IOException, AutomationException
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getShieldDescription(int index) throws java.io.IOException, AutomationException
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void addShield(java.lang.String type, java.lang.String description) throws java.io.IOException, AutomationException
type
- The type (in)description
- The description (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void deleteShield(int index) throws java.io.IOException, AutomationException
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 |