public interface IUNTraceConfiguration
extends java.io.Serializable
Description: 'Provides access to members that specify the properties of a utility network trace 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 |
IIDea62bf80_86f4_499a_b9e7_b9735a33840a |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getArcadeExpressionBarrier()
Returns the arcade expression barrier.
|
IArray |
getConditionBarriers()
Returns condition barriers.
|
java.lang.String |
getDiagramTemplateName()
Returns the diagram template name.
|
java.lang.String |
getDomainNetworkName()
Returns the domain network name
|
IArray |
getFilterBarriers()
Returns filter barriers.
|
java.lang.String |
getFilterBitsetNetworkAttributeName()
Returns the filter bitset network attribute name.
|
IArray |
getFilterFunctionBarriers()
Returns filter function barriers.
|
int |
getFilterScope()
Returns the filter scope.
|
IArray |
getFunctionBarriers()
Returns function barriers.
|
IArray |
getFunctions()
Returns functions.
|
IUNNearestNeighbor |
getNearestNeighbor()
Returns nearest neighbor config.
|
IArray |
getOutputConditions()
Returns output conditions.
|
IArray |
getOutputFilters()
Returns output filters.
|
IArray |
getPropagators()
Returns propagators.
|
java.lang.String |
getShortestPathNetworkAttributeName()
Returns the shortest path network attribute name.
|
java.lang.String |
getSubnetworkName()
Returns the subnetwork name.
|
java.lang.String |
getTargetTierName()
Returns the target tier name.
|
java.lang.String |
getTierName()
Returns the tier name.
|
int |
getTraversabilityScope()
Returns the traversability scope.
|
boolean |
isAllowIndeterminateFlow()
Returns allow indeterminate flow
|
boolean |
isIgnoreBarriersAtStartingPoints()
Returns ignore barriers at starting points.
|
boolean |
isIncludeBarriers()
Returns whether barriers should be included in the results.
|
boolean |
isIncludeContainers()
Returns whether containers should be included in the results.
|
boolean |
isIncludeContent()
Returns whether content should be included in the results.
|
boolean |
isIncludeIsolated()
Returns include isolated for isolation trace.
|
boolean |
isIncludeStructures()
Returns whether structures should be included in the results.
|
boolean |
isIncludeUpToFirstSpatialContainer()
Returns include up to first spatial container.
|
boolean |
isValidateConsistency()
Returns whether consistency should be validated.
|
boolean |
isValidateLocatability()
Returns whether locatability of non-spatial objects should be validated.
|
void |
setAllowIndeterminateFlow(boolean allowIndeterminateFlow)
Returns allow indeterminate flow
|
void |
setArcadeExpressionBarrier(java.lang.String arcadeExpressionBarrier)
Returns the arcade expression barrier.
|
void |
setConditionBarriersByRef(IArray conditionBarriers)
Returns condition barriers.
|
void |
setDiagramTemplateName(java.lang.String diagramTemplateName)
Returns the diagram template name.
|
void |
setDomainNetworkName(java.lang.String domainNetworkName)
Returns the domain network name
|
void |
setFilterBarriersByRef(IArray filterBarriers)
Returns filter barriers.
|
void |
setFilterBitsetNetworkAttributeName(java.lang.String filterBitsetNetworkAttributeName)
Returns the filter bitset network attribute name.
|
void |
setFilterFunctionBarriersByRef(IArray filterFunctionBarriers)
Returns filter function barriers.
|
void |
setFilterScope(int filterScope)
Returns the filter scope.
|
void |
setFunctionBarriersByRef(IArray functionBarriers)
Returns function barriers.
|
void |
setFunctionsByRef(IArray functions)
Returns functions.
|
void |
setIgnoreBarriersAtStartingPoints(boolean ignoreBarriersAtStartingPoints)
Returns ignore barriers at starting points.
|
void |
setIncludeBarriers(boolean includeBarriers)
Returns whether barriers should be included in the results.
|
void |
setIncludeContainers(boolean includeContainers)
Returns whether containers should be included in the results.
|
void |
setIncludeContent(boolean includeContent)
Returns whether content should be included in the results.
|
void |
setIncludeIsolated(boolean includeIsolated)
Returns include isolated for isolation trace.
|
void |
setIncludeStructures(boolean includeStructures)
Returns whether structures should be included in the results.
|
void |
setIncludeUpToFirstSpatialContainer(boolean includeUpToFirstSpatialContainer)
Returns include up to first spatial container.
|
void |
setNearestNeighborByRef(IUNNearestNeighbor nearestNeighbor)
Returns nearest neighbor config.
|
void |
setOutputConditionsByRef(IArray outputConditions)
Returns output conditions.
|
void |
setOutputFiltersByRef(IArray outputFilters)
Returns output filters.
|
void |
setPropagatorsByRef(IArray propagators)
Returns propagators.
|
void |
setShortestPathNetworkAttributeName(java.lang.String shortestPathNetworkAttributeName)
Returns the shortest path network attribute name.
|
void |
setSubnetworkName(java.lang.String subnetworkName)
Returns the subnetwork name.
|
void |
setTargetTierName(java.lang.String targetTierName)
Returns the target tier name.
|
void |
setTierName(java.lang.String tierName)
Returns the tier name.
|
void |
setTraversabilityScope(int traversabilityScope)
Returns the traversability scope.
|
void |
setValidateConsistency(boolean validateConsistency)
Returns whether consistency should be validated.
|
void |
setValidateLocatability(boolean validateLocatability)
Returns whether locatability of non-spatial objects should be validated.
|
static final int IIDea62bf80_86f4_499a_b9e7_b9735a33840a
static final int xxDummy
static final java.lang.String IID
boolean isIncludeContainers() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setIncludeContainers(boolean includeContainers) throws java.io.IOException, AutomationException
includeContainers
- The includeContainers (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isIncludeContent() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setIncludeContent(boolean includeContent) throws java.io.IOException, AutomationException
includeContent
- The includeContent (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isIncludeStructures() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setIncludeStructures(boolean includeStructures) throws java.io.IOException, AutomationException
includeStructures
- The includeStructures (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isIncludeBarriers() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setIncludeBarriers(boolean includeBarriers) throws java.io.IOException, AutomationException
includeBarriers
- The includeBarriers (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isValidateConsistency() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setValidateConsistency(boolean validateConsistency) throws java.io.IOException, AutomationException
validateConsistency
- The validateConsistency (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isIncludeIsolated() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setIncludeIsolated(boolean includeIsolated) throws java.io.IOException, AutomationException
includeIsolated
- The includeIsolated (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isIgnoreBarriersAtStartingPoints() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setIgnoreBarriersAtStartingPoints(boolean ignoreBarriersAtStartingPoints) throws java.io.IOException, AutomationException
ignoreBarriersAtStartingPoints
- The ignoreBarriersAtStartingPoints (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isIncludeUpToFirstSpatialContainer() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setIncludeUpToFirstSpatialContainer(boolean includeUpToFirstSpatialContainer) throws java.io.IOException, AutomationException
includeUpToFirstSpatialContainer
- The includeUpToFirstSpatialContainer (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getDomainNetworkName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setDomainNetworkName(java.lang.String domainNetworkName) throws java.io.IOException, AutomationException
domainNetworkName
- The domainNetworkName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getTierName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setTierName(java.lang.String tierName) throws java.io.IOException, AutomationException
tierName
- The tierName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getTargetTierName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setTargetTierName(java.lang.String targetTierName) throws java.io.IOException, AutomationException
targetTierName
- The targetTierName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getSubnetworkName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setSubnetworkName(java.lang.String subnetworkName) throws java.io.IOException, AutomationException
subnetworkName
- The subnetworkName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getDiagramTemplateName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setDiagramTemplateName(java.lang.String diagramTemplateName) throws java.io.IOException, AutomationException
diagramTemplateName
- The diagramTemplateName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getShortestPathNetworkAttributeName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setShortestPathNetworkAttributeName(java.lang.String shortestPathNetworkAttributeName) throws java.io.IOException, AutomationException
shortestPathNetworkAttributeName
- The shortestPathNetworkAttributeName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getFilterBitsetNetworkAttributeName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setFilterBitsetNetworkAttributeName(java.lang.String filterBitsetNetworkAttributeName) throws java.io.IOException, AutomationException
filterBitsetNetworkAttributeName
- The filterBitsetNetworkAttributeName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getTraversabilityScope() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setTraversabilityScope(int traversabilityScope) throws java.io.IOException, AutomationException
traversabilityScope
- A com.esri.arcgis.geodatabase.esriTraversabilityScope constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IArray getConditionBarriers() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setConditionBarriersByRef(IArray conditionBarriers) throws java.io.IOException, AutomationException
conditionBarriers
- A reference to a com.esri.arcgis.system.IArray (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IArray getFunctionBarriers() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setFunctionBarriersByRef(IArray functionBarriers) throws java.io.IOException, AutomationException
functionBarriers
- A reference to a com.esri.arcgis.system.IArray (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getArcadeExpressionBarrier() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setArcadeExpressionBarrier(java.lang.String arcadeExpressionBarrier) throws java.io.IOException, AutomationException
arcadeExpressionBarrier
- The arcadeExpressionBarrier (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IArray getFilterBarriers() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setFilterBarriersByRef(IArray filterBarriers) throws java.io.IOException, AutomationException
filterBarriers
- A reference to a com.esri.arcgis.system.IArray (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IArray getFilterFunctionBarriers() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setFilterFunctionBarriersByRef(IArray filterFunctionBarriers) throws java.io.IOException, AutomationException
filterFunctionBarriers
- A reference to a com.esri.arcgis.system.IArray (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getFilterScope() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setFilterScope(int filterScope) throws java.io.IOException, AutomationException
filterScope
- A com.esri.arcgis.geodatabase.esriTraversabilityScope constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IArray getFunctions() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setFunctionsByRef(IArray functions) throws java.io.IOException, AutomationException
functions
- A reference to a com.esri.arcgis.system.IArray (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IUNNearestNeighbor getNearestNeighbor() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setNearestNeighborByRef(IUNNearestNeighbor nearestNeighbor) throws java.io.IOException, AutomationException
nearestNeighbor
- A reference to a com.esri.arcgis.geodatabase.IUNNearestNeighbor (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IArray getOutputFilters() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setOutputFiltersByRef(IArray outputFilters) throws java.io.IOException, AutomationException
outputFilters
- A reference to a com.esri.arcgis.system.IArray (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IArray getOutputConditions() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setOutputConditionsByRef(IArray outputConditions) throws java.io.IOException, AutomationException
outputConditions
- A reference to a com.esri.arcgis.system.IArray (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IArray getPropagators() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setPropagatorsByRef(IArray propagators) throws java.io.IOException, AutomationException
propagators
- A reference to a com.esri.arcgis.system.IArray (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isAllowIndeterminateFlow() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setAllowIndeterminateFlow(boolean allowIndeterminateFlow) throws java.io.IOException, AutomationException
allowIndeterminateFlow
- The allowIndeterminateFlow (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isValidateLocatability() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setValidateLocatability(boolean validateLocatability) throws java.io.IOException, AutomationException
validateLocatability
- The validateLocatability (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.