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, objRefIID, 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, writeExternalpublic 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.UnknownHostExceptionjava.io.IOExceptionpublic ITraceConfigurationProxy()
public ITraceConfigurationProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOExceptionprotected ITraceConfigurationProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOExceptionprotected 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.IOExceptionpublic void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
com.esri.arcgis.interop.DispatchaddListener in class com.esri.arcgis.interop.DispatchiidStr - 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.IOExceptionpublic void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
com.esri.arcgis.interop.DispatchremoveListener in class com.esri.arcgis.interop.DispatchiidStr - the ID of the outgoing interface, implemented by the listenertheListener - the object that no longer wishes to be informed of the eventsjava.io.IOExceptionpublic boolean isIncludeBarriers()
throws java.io.IOException,
AutomationException
isIncludeBarriers in interface ITraceConfigurationjava.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 ITraceConfigurationincludeBarriers - 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 ITraceConfigurationjava.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 ITraceConfigurationvalidateConsistency - 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 ITraceConfigurationjava.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 ITraceConfigurationignoreBarriersAtStartingPoints - 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 ITraceConfigurationjava.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 ITraceConfigurationshortestPathNetworkAttributeName - 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 ITraceConfigurationjava.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 ITraceConfigurationtraversabilityScope - 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 ITraceConfigurationjava.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 ITraceConfigurationconditionBarriers - 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 ITraceConfigurationjava.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 ITraceConfigurationfunctionBarriers - 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 ITraceConfigurationjava.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 ITraceConfigurationfunctions - 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 ITraceConfigurationjava.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 ITraceConfigurationoutputFilters - 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 ITraceConfigurationjava.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 ITraceConfigurationoutputConditions - 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.