com.esri.arcgis.geodatabase
Interface ISignposts

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ISignpostsProxy, NetworkDirections

public interface ISignposts
extends java.io.Serializable

COM Interface 'ISignposts'. Generated 3/19/2015 1:20:57 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Provides access to the properties for setting up signposts used in 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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDe44759d6_d13b_4e36_93ce_1e755f3177d5
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getSignpostFeatureClassName()
          The name of the feature class containing the signposts.
 java.lang.String getSignpostStreetsTableName()
          The name of the indexed table of signpost street references.
 void setSignpostFeatureClassName(java.lang.String className)
          The name of the feature class containing the signposts.
 void setSignpostStreetsTableName(java.lang.String tableName)
          The name of the indexed table of signpost street references.
 

Field Detail

IIDe44759d6_d13b_4e36_93ce_1e755f3177d5

static final int IIDe44759d6_d13b_4e36_93ce_1e755f3177d5
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getSignpostFeatureClassName

java.lang.String getSignpostFeatureClassName()
                                             throws java.io.IOException,
                                                    AutomationException
The name of the feature class containing the signposts.

Returns:
The className
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSignpostFeatureClassName

void setSignpostFeatureClassName(java.lang.String className)
                                 throws java.io.IOException,
                                        AutomationException
The name of the feature class containing the signposts.

Parameters:
className - The className (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSignpostStreetsTableName

java.lang.String getSignpostStreetsTableName()
                                             throws java.io.IOException,
                                                    AutomationException
The name of the indexed table of signpost street references.

Returns:
The tableName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSignpostStreetsTableName

void setSignpostStreetsTableName(java.lang.String tableName)
                                 throws java.io.IOException,
                                        AutomationException
The name of the indexed table of signpost street references.

Parameters:
tableName - The tableName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.