public interface IUtilityNetworkQueryStatistics
extends java.io.Serializable
Description: 'Provides access to members that supply utility network query statistics information.' 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 |
IIDc62f3c3e_7d4b_4371_81b0_3869a23fae00 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
void |
getMaxEdgeCount(long[] maxEdgeCount)
Returns the max edge count.
|
long |
getMaxEID(int elementType)
Highest element ID in the utility network for the given element type.
|
void |
getMaxJunctionCount(long[] maxJunctionCount)
Returns the max junction count.
|
static final int IIDc62f3c3e_7d4b_4371_81b0_3869a23fae00
static final int xxDummy
static final java.lang.String IID
long getMaxEID(int elementType) throws java.io.IOException, AutomationException
elementType
- A com.esri.arcgis.geodatabase.esriElementType constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void getMaxJunctionCount(long[] maxJunctionCount) throws java.io.IOException, AutomationException
maxJunctionCount
- Signed 64-bit int (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void getMaxEdgeCount(long[] maxEdgeCount) throws java.io.IOException, AutomationException
maxEdgeCount
- Signed 64-bit int (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.