public class IUNTraceConfigurationProxy extends com.esri.arcgis.interop.Dispatch implements IUNTraceConfiguration, 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 |
|---|---|
boolean |
noncastable |
static java.lang.Class |
targetClass |
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRefIID, IIDea62bf80_86f4_499a_b9e7_b9735a33840a| Modifier | Constructor and Description |
|---|---|
|
IUNTraceConfigurationProxy()
For internal use only
|
|
IUNTraceConfigurationProxy(java.lang.Object obj) |
protected |
IUNTraceConfigurationProxy(java.lang.Object obj,
java.lang.String iid) |
|
IUNTraceConfigurationProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo) |
protected |
IUNTraceConfigurationProxy(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.
|
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 |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Removes a Java object as a listener to events generated by a COM object.
|
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.
|
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 IUNTraceConfigurationProxy(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 IUNTraceConfigurationProxy()
public IUNTraceConfigurationProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOExceptionprotected IUNTraceConfigurationProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOExceptionprotected IUNTraceConfigurationProxy(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 isIncludeContainers()
throws java.io.IOException,
AutomationException
isIncludeContainers in interface IUNTraceConfigurationjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setIncludeContainers(boolean includeContainers)
throws java.io.IOException,
AutomationException
setIncludeContainers in interface IUNTraceConfigurationincludeContainers - The includeContainers (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public boolean isIncludeContent()
throws java.io.IOException,
AutomationException
isIncludeContent in interface IUNTraceConfigurationjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setIncludeContent(boolean includeContent)
throws java.io.IOException,
AutomationException
setIncludeContent in interface IUNTraceConfigurationincludeContent - The includeContent (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public boolean isIncludeStructures()
throws java.io.IOException,
AutomationException
isIncludeStructures in interface IUNTraceConfigurationjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setIncludeStructures(boolean includeStructures)
throws java.io.IOException,
AutomationException
setIncludeStructures in interface IUNTraceConfigurationincludeStructures - The includeStructures (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public boolean isIncludeBarriers()
throws java.io.IOException,
AutomationException
isIncludeBarriers in interface IUNTraceConfigurationjava.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 IUNTraceConfigurationincludeBarriers - 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 IUNTraceConfigurationjava.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 IUNTraceConfigurationvalidateConsistency - The validateConsistency (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public boolean isIncludeIsolated()
throws java.io.IOException,
AutomationException
isIncludeIsolated in interface IUNTraceConfigurationjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setIncludeIsolated(boolean includeIsolated)
throws java.io.IOException,
AutomationException
setIncludeIsolated in interface IUNTraceConfigurationincludeIsolated - The includeIsolated (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 IUNTraceConfigurationjava.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 IUNTraceConfigurationignoreBarriersAtStartingPoints - The ignoreBarriersAtStartingPoints (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public boolean isIncludeUpToFirstSpatialContainer()
throws java.io.IOException,
AutomationException
isIncludeUpToFirstSpatialContainer in interface IUNTraceConfigurationjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setIncludeUpToFirstSpatialContainer(boolean includeUpToFirstSpatialContainer)
throws java.io.IOException,
AutomationException
setIncludeUpToFirstSpatialContainer in interface IUNTraceConfigurationincludeUpToFirstSpatialContainer - The includeUpToFirstSpatialContainer (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getDomainNetworkName()
throws java.io.IOException,
AutomationException
getDomainNetworkName in interface IUNTraceConfigurationjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setDomainNetworkName(java.lang.String domainNetworkName)
throws java.io.IOException,
AutomationException
setDomainNetworkName in interface IUNTraceConfigurationdomainNetworkName - The domainNetworkName (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getTierName()
throws java.io.IOException,
AutomationException
getTierName in interface IUNTraceConfigurationjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setTierName(java.lang.String tierName)
throws java.io.IOException,
AutomationException
setTierName in interface IUNTraceConfigurationtierName - The tierName (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getTargetTierName()
throws java.io.IOException,
AutomationException
getTargetTierName in interface IUNTraceConfigurationjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setTargetTierName(java.lang.String targetTierName)
throws java.io.IOException,
AutomationException
setTargetTierName in interface IUNTraceConfigurationtargetTierName - The targetTierName (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getSubnetworkName()
throws java.io.IOException,
AutomationException
getSubnetworkName in interface IUNTraceConfigurationjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setSubnetworkName(java.lang.String subnetworkName)
throws java.io.IOException,
AutomationException
setSubnetworkName in interface IUNTraceConfigurationsubnetworkName - The subnetworkName (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getDiagramTemplateName()
throws java.io.IOException,
AutomationException
getDiagramTemplateName in interface IUNTraceConfigurationjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setDiagramTemplateName(java.lang.String diagramTemplateName)
throws java.io.IOException,
AutomationException
setDiagramTemplateName in interface IUNTraceConfigurationdiagramTemplateName - The diagramTemplateName (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 IUNTraceConfigurationjava.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 IUNTraceConfigurationshortestPathNetworkAttributeName - The shortestPathNetworkAttributeName (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getFilterBitsetNetworkAttributeName()
throws java.io.IOException,
AutomationException
getFilterBitsetNetworkAttributeName in interface IUNTraceConfigurationjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setFilterBitsetNetworkAttributeName(java.lang.String filterBitsetNetworkAttributeName)
throws java.io.IOException,
AutomationException
setFilterBitsetNetworkAttributeName in interface IUNTraceConfigurationfilterBitsetNetworkAttributeName - The filterBitsetNetworkAttributeName (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 IUNTraceConfigurationjava.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 IUNTraceConfigurationtraversabilityScope - 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 IUNTraceConfigurationjava.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 IUNTraceConfigurationconditionBarriers - 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 IUNTraceConfigurationjava.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 IUNTraceConfigurationfunctionBarriers - 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 java.lang.String getArcadeExpressionBarrier()
throws java.io.IOException,
AutomationException
getArcadeExpressionBarrier in interface IUNTraceConfigurationjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setArcadeExpressionBarrier(java.lang.String arcadeExpressionBarrier)
throws java.io.IOException,
AutomationException
setArcadeExpressionBarrier in interface IUNTraceConfigurationarcadeExpressionBarrier - The arcadeExpressionBarrier (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IArray getFilterBarriers() throws java.io.IOException, AutomationException
getFilterBarriers in interface IUNTraceConfigurationjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setFilterBarriersByRef(IArray filterBarriers) throws java.io.IOException, AutomationException
setFilterBarriersByRef in interface IUNTraceConfigurationfilterBarriers - 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 getFilterFunctionBarriers() throws java.io.IOException, AutomationException
getFilterFunctionBarriers in interface IUNTraceConfigurationjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setFilterFunctionBarriersByRef(IArray filterFunctionBarriers) throws java.io.IOException, AutomationException
setFilterFunctionBarriersByRef in interface IUNTraceConfigurationfilterFunctionBarriers - 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 int getFilterScope()
throws java.io.IOException,
AutomationException
getFilterScope in interface IUNTraceConfigurationjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setFilterScope(int filterScope)
throws java.io.IOException,
AutomationException
setFilterScope in interface IUNTraceConfigurationfilterScope - 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 getFunctions() throws java.io.IOException, AutomationException
getFunctions in interface IUNTraceConfigurationjava.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 IUNTraceConfigurationfunctions - 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 IUNNearestNeighbor getNearestNeighbor() throws java.io.IOException, AutomationException
getNearestNeighbor in interface IUNTraceConfigurationjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setNearestNeighborByRef(IUNNearestNeighbor nearestNeighbor) throws java.io.IOException, AutomationException
setNearestNeighborByRef in interface IUNTraceConfigurationnearestNeighbor - 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.public IArray getOutputFilters() throws java.io.IOException, AutomationException
getOutputFilters in interface IUNTraceConfigurationjava.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 IUNTraceConfigurationoutputFilters - 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 IUNTraceConfigurationjava.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 IUNTraceConfigurationoutputConditions - 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 getPropagators() throws java.io.IOException, AutomationException
getPropagators in interface IUNTraceConfigurationjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setPropagatorsByRef(IArray propagators) throws java.io.IOException, AutomationException
setPropagatorsByRef in interface IUNTraceConfigurationpropagators - 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 boolean isAllowIndeterminateFlow()
throws java.io.IOException,
AutomationException
isAllowIndeterminateFlow in interface IUNTraceConfigurationjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setAllowIndeterminateFlow(boolean allowIndeterminateFlow)
throws java.io.IOException,
AutomationException
setAllowIndeterminateFlow in interface IUNTraceConfigurationallowIndeterminateFlow - The allowIndeterminateFlow (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public boolean isValidateLocatability()
throws java.io.IOException,
AutomationException
isValidateLocatability in interface IUNTraceConfigurationjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setValidateLocatability(boolean validateLocatability)
throws java.io.IOException,
AutomationException
setValidateLocatability in interface IUNTraceConfigurationvalidateLocatability - The validateLocatability (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.