public interface IUNTracer
extends java.io.Serializable
Description: 'Provides access to a utility network tracer.' 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 |
IID2b10f72e_2176_482a_bb34_f239d476e9fe |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
void |
addFilterBarrierForEdgeFeatures(IStringArray edgeGlobalIDs,
IDoubleArray percentAlongLengths)
Adds filter barrier for edge features.
|
void |
addFilterBarrierForJunctionFeatures(IStringArray junctionGlobalIDs,
ILongArray terminalIDs)
Adds filter barrier for junction features.
|
static final int IID2b10f72e_2176_482a_bb34_f239d476e9fe
static final int xxDummy
static final java.lang.String IID
void addFilterBarrierForJunctionFeatures(IStringArray junctionGlobalIDs, ILongArray terminalIDs) throws java.io.IOException, AutomationException
junctionGlobalIDs
- A reference to a com.esri.arcgis.system.IStringArray (in)terminalIDs
- 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.void addFilterBarrierForEdgeFeatures(IStringArray edgeGlobalIDs, IDoubleArray percentAlongLengths) throws java.io.IOException, AutomationException
edgeGlobalIDs
- A reference to a com.esri.arcgis.system.IStringArray (in)percentAlongLengths
- A reference to a com.esri.arcgis.system.IDoubleArray (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.