public interface ITraceConfiguration
extends java.io.Serializable
Description: 'Provides access to members that specify the properties of a 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 |
IID6268d1ee_8660_4874_a5da_015cf272d7a7 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
IArray |
getConditionBarriers()
Returns condition barriers.
|
IArray |
getFunctionBarriers()
Returns function barriers.
|
IArray |
getFunctions()
Returns functions.
|
IArray |
getOutputConditions()
Returns output conditions.
|
IArray |
getOutputFilters()
Returns output filters.
|
java.lang.String |
getShortestPathNetworkAttributeName()
Returns the shortest path network attribute name
|
int |
getTraversabilityScope()
Returns the traversability scope.
|
boolean |
isIgnoreBarriersAtStartingPoints()
Returns ignore barriers at starting points.
|
boolean |
isIncludeBarriers()
Returns whether barriers should be included in the results.
|
boolean |
isValidateConsistency()
Returns whether consistency should be validated.
|
void |
setConditionBarriersByRef(IArray conditionBarriers)
Returns condition barriers.
|
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 |
setOutputConditionsByRef(IArray outputConditions)
Returns output conditions.
|
void |
setOutputFiltersByRef(IArray outputFilters)
Returns output filters.
|
void |
setShortestPathNetworkAttributeName(java.lang.String shortestPathNetworkAttributeName)
Returns the shortest path network attribute name
|
void |
setTraversabilityScope(int traversabilityScope)
Returns the traversability scope.
|
void |
setValidateConsistency(boolean validateConsistency)
Returns whether consistency should be validated.
|
static final int IID6268d1ee_8660_4874_a5da_015cf272d7a7
static final int xxDummy
static final java.lang.String IID
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 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.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.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.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.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.