public interface ITerminalConfiguration
extends java.io.Serializable
Description: 'Provides access to members that specify the properties of a network terminal configuration.' 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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID54548e7f_a780_4fc0_aef7_4920a36e7326 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getCreationTime()
Returns the creation time.
|
java.lang.String |
getDefaultConfigurationPath()
Returns the default configuration path.
|
int |
getID()
Returns the ID.
|
java.lang.String |
getName()
Returns the name.
|
int |
getSchemaGeneration()
Returns the schema generation.
|
int |
getTerminalCount()
Returns the terminal count.
|
ILongArray |
getTerminalIDs()
Returns the terminal IDs.
|
int |
getTraversabilityModel()
Returns the traversability model.
|
IArray |
getValidConfigurationPaths()
Returns the valid configuration paths.
|
boolean |
isTerminal(int index,
int[] terminalID,
java.lang.String[] terminalName)
Returns the terminal.
|
static final int IID54548e7f_a780_4fc0_aef7_4920a36e7326
static final int xxDummy
static final java.lang.String IID
java.lang.Object getCreationTime() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getTraversabilityModel() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getTerminalCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isTerminal(int index, int[] terminalID, java.lang.String[] terminalName) throws java.io.IOException, AutomationException
index
- The index (in)terminalID
- The terminalID (out: use single element array)terminalName
- The terminalName (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IArray getValidConfigurationPaths() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getDefaultConfigurationPath() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.ILongArray getTerminalIDs() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getSchemaGeneration() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.