public interface IUtilityNetworkColorScheme
extends java.io.Serializable
Description: 'Manages color schemes in a telecom domain network.' 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 |
IID83eb03c8_80b6_4f8d_bd84_7976c7d7fa2f |
static int |
xxDummy
Deprecated.
Internal use only
|
| Modifier and Type | Method and Description |
|---|---|
IArray |
getColorCodes(java.lang.String domainNetworkName,
int colorSchemeID,
ILongArray pUnitIDs)
Returns the ColorCodes for given unitIDs.
|
IArray |
getColorCodesByLevel(java.lang.String domainNetworkName,
int colorSchemeID,
int level)
Returns the ColorCodes for a given level.
|
java.lang.String |
getGroupName(java.lang.String domainNetworkName,
int colorSchemeID)
Returns the group name for a color scheme ID.
|
IStringArray |
getLabels(java.lang.String domainNetworkName,
int colorSchemeID,
ILongArray unitIDs)
Returns the labels for given unitIds.
|
java.lang.String |
getLabelsByLevel(java.lang.String domainNetworkName,
int colorSchemeID,
int level)
Returns the labels for a given level.
|
int |
getUnitIDByColorCodeIDs(java.lang.String domainNetworkName,
int colorSchemeID,
ILongArray colorCodeIDs)
Returns the unitID for a given array of ColorCodeIDs.
|
int |
getUnitIDByLabel(java.lang.String domainNetworkName,
int colorSchemeID,
java.lang.String label)
Returns the unitID for a given label string.
|
static final int IID83eb03c8_80b6_4f8d_bd84_7976c7d7fa2f
static final int xxDummy
static final java.lang.String IID
IStringArray getLabels(java.lang.String domainNetworkName, int colorSchemeID, ILongArray unitIDs) throws java.io.IOException, AutomationException
domainNetworkName - The domainNetworkName (in)colorSchemeID - The colorSchemeID (in)unitIDs - A reference to a com.esri.arcgis.system.ILongArray (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.IArray getColorCodes(java.lang.String domainNetworkName, int colorSchemeID, ILongArray pUnitIDs) throws java.io.IOException, AutomationException
domainNetworkName - The domainNetworkName (in)colorSchemeID - The colorSchemeID (in)pUnitIDs - A reference to a com.esri.arcgis.system.ILongArray (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.java.lang.String getLabelsByLevel(java.lang.String domainNetworkName,
int colorSchemeID,
int level)
throws java.io.IOException,
AutomationException
domainNetworkName - The domainNetworkName (in)colorSchemeID - The colorSchemeID (in)level - The level (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.IArray getColorCodesByLevel(java.lang.String domainNetworkName, int colorSchemeID, int level) throws java.io.IOException, AutomationException
domainNetworkName - The domainNetworkName (in)colorSchemeID - The colorSchemeID (in)level - The level (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.int getUnitIDByLabel(java.lang.String domainNetworkName,
int colorSchemeID,
java.lang.String label)
throws java.io.IOException,
AutomationException
domainNetworkName - The domainNetworkName (in)colorSchemeID - The colorSchemeID (in)label - The label (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.int getUnitIDByColorCodeIDs(java.lang.String domainNetworkName,
int colorSchemeID,
ILongArray colorCodeIDs)
throws java.io.IOException,
AutomationException
domainNetworkName - The domainNetworkName (in)colorSchemeID - The colorSchemeID (in)colorCodeIDs - A reference to a com.esri.arcgis.system.ILongArray (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.java.lang.String getGroupName(java.lang.String domainNetworkName,
int colorSchemeID)
throws java.io.IOException,
AutomationException
domainNetworkName - The domainNetworkName (in)colorSchemeID - The colorSchemeID (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.