public interface IUNTraceConfiguration2 extends IUNTraceConfiguration, java.io.Serializable
Description: 'Provides access to members that specify the properties of a utility network trace configuration 2.' 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 |
IID6978d9e3_861a_4f37_9e44_c3ba1972317f |
static int |
xxDummy
Deprecated.
Internal use only
|
IIDea62bf80_86f4_499a_b9e7_b9735a33840a
Modifier and Type | Method and Description |
---|---|
boolean |
isSynthesizeGeometries()
Returns whether geometries for edge objects and associations should be synthesized.
|
boolean |
isUseDigitizedDirection()
Returns whether the trace should use digitized direction.
|
void |
setSynthesizeGeometries(boolean synthesizeGeometries)
Returns whether geometries for edge objects and associations should be synthesized.
|
void |
setUseDigitizedDirection(boolean useDigitizedDirection)
Returns whether the trace should use digitized direction.
|
getArcadeExpressionBarrier, getConditionBarriers, getDiagramTemplateName, getDomainNetworkName, getFilterBarriers, getFilterBitsetNetworkAttributeName, getFilterFunctionBarriers, getFilterScope, getFunctionBarriers, getFunctions, getNearestNeighbor, getOutputConditions, getOutputFilters, getPropagators, getShortestPathNetworkAttributeName, getSubnetworkName, getTargetTierName, getTierName, getTraversabilityScope, isAllowIndeterminateFlow, isIgnoreBarriersAtStartingPoints, isIncludeBarriers, isIncludeContainers, isIncludeContent, isIncludeIsolated, isIncludeStructures, isIncludeUpToFirstSpatialContainer, isValidateConsistency, isValidateLocatability, setAllowIndeterminateFlow, setArcadeExpressionBarrier, setConditionBarriersByRef, setDiagramTemplateName, setDomainNetworkName, setFilterBarriersByRef, setFilterBitsetNetworkAttributeName, setFilterFunctionBarriersByRef, setFilterScope, setFunctionBarriersByRef, setFunctionsByRef, setIgnoreBarriersAtStartingPoints, setIncludeBarriers, setIncludeContainers, setIncludeContent, setIncludeIsolated, setIncludeStructures, setIncludeUpToFirstSpatialContainer, setNearestNeighborByRef, setOutputConditionsByRef, setOutputFiltersByRef, setPropagatorsByRef, setShortestPathNetworkAttributeName, setSubnetworkName, setTargetTierName, setTierName, setTraversabilityScope, setValidateConsistency, setValidateLocatability
static final int IID6978d9e3_861a_4f37_9e44_c3ba1972317f
static final int xxDummy
static final java.lang.String IID
boolean isUseDigitizedDirection() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setUseDigitizedDirection(boolean useDigitizedDirection) throws java.io.IOException, AutomationException
useDigitizedDirection
- The useDigitizedDirection (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isSynthesizeGeometries() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setSynthesizeGeometries(boolean synthesizeGeometries) throws java.io.IOException, AutomationException
synthesizeGeometries
- The synthesizeGeometries (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.