public class ITraceConfigurationProxy extends com.esri.arcgis.interop.Dispatch implements ITraceConfiguration, 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 |
---|---|
boolean |
noncastable |
static java.lang.Class |
targetClass |
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
IID, IID6268d1ee_8660_4874_a5da_015cf272d7a7
Modifier | Constructor and Description |
---|---|
|
ITraceConfigurationProxy()
For internal use only
|
|
ITraceConfigurationProxy(java.lang.Object obj) |
protected |
ITraceConfigurationProxy(java.lang.Object obj,
java.lang.String iid) |
|
ITraceConfigurationProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo) |
protected |
ITraceConfigurationProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo) |
Modifier and Type | Method and Description |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Adds a Java object to be a listener for a specific kind of event generated by the COM object.
|
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 |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Removes a Java object as a listener to events generated by a COM object.
|
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.
|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
public static final java.lang.Class targetClass
public boolean noncastable
public ITraceConfigurationProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public ITraceConfigurationProxy()
public ITraceConfigurationProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected ITraceConfigurationProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected ITraceConfigurationProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
addListener
in class com.esri.arcgis.interop.Dispatch
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object to be informed of the eventstheSource
- the proxy class that represents the COM class that is the source of the eventsjava.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
removeListener
in class com.esri.arcgis.interop.Dispatch
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object that no longer wishes to be informed of the eventsjava.io.IOException
public boolean isIncludeBarriers() throws java.io.IOException, AutomationException
isIncludeBarriers
in interface ITraceConfiguration
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setIncludeBarriers(boolean includeBarriers) throws java.io.IOException, AutomationException
setIncludeBarriers
in interface ITraceConfiguration
includeBarriers
- The includeBarriers (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isValidateConsistency() throws java.io.IOException, AutomationException
isValidateConsistency
in interface ITraceConfiguration
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setValidateConsistency(boolean validateConsistency) throws java.io.IOException, AutomationException
setValidateConsistency
in interface ITraceConfiguration
validateConsistency
- The validateConsistency (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isIgnoreBarriersAtStartingPoints() throws java.io.IOException, AutomationException
isIgnoreBarriersAtStartingPoints
in interface ITraceConfiguration
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setIgnoreBarriersAtStartingPoints(boolean ignoreBarriersAtStartingPoints) throws java.io.IOException, AutomationException
setIgnoreBarriersAtStartingPoints
in interface ITraceConfiguration
ignoreBarriersAtStartingPoints
- The ignoreBarriersAtStartingPoints (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.String getShortestPathNetworkAttributeName() throws java.io.IOException, AutomationException
getShortestPathNetworkAttributeName
in interface ITraceConfiguration
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setShortestPathNetworkAttributeName(java.lang.String shortestPathNetworkAttributeName) throws java.io.IOException, AutomationException
setShortestPathNetworkAttributeName
in interface ITraceConfiguration
shortestPathNetworkAttributeName
- The shortestPathNetworkAttributeName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getTraversabilityScope() throws java.io.IOException, AutomationException
getTraversabilityScope
in interface ITraceConfiguration
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setTraversabilityScope(int traversabilityScope) throws java.io.IOException, AutomationException
setTraversabilityScope
in interface ITraceConfiguration
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.public IArray getConditionBarriers() throws java.io.IOException, AutomationException
getConditionBarriers
in interface ITraceConfiguration
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setConditionBarriersByRef(IArray conditionBarriers) throws java.io.IOException, AutomationException
setConditionBarriersByRef
in interface ITraceConfiguration
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.public IArray getFunctionBarriers() throws java.io.IOException, AutomationException
getFunctionBarriers
in interface ITraceConfiguration
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setFunctionBarriersByRef(IArray functionBarriers) throws java.io.IOException, AutomationException
setFunctionBarriersByRef
in interface ITraceConfiguration
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.public IArray getFunctions() throws java.io.IOException, AutomationException
getFunctions
in interface ITraceConfiguration
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setFunctionsByRef(IArray functions) throws java.io.IOException, AutomationException
setFunctionsByRef
in interface ITraceConfiguration
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.public IArray getOutputFilters() throws java.io.IOException, AutomationException
getOutputFilters
in interface ITraceConfiguration
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setOutputFiltersByRef(IArray outputFilters) throws java.io.IOException, AutomationException
setOutputFiltersByRef
in interface ITraceConfiguration
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.public IArray getOutputConditions() throws java.io.IOException, AutomationException
getOutputConditions
in interface ITraceConfiguration
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setOutputConditionsByRef(IArray outputConditions) throws java.io.IOException, AutomationException
setOutputConditionsByRef
in interface ITraceConfiguration
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.