public class IBaseNetworkAssociationProxy extends com.esri.arcgis.interop.Dispatch implements IBaseNetworkAssociation, java.io.Serializable
Description: 'Provides access to members that specify the properties of a base network association.' 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, IIDdd3788d4_7622_4ec4_9ffc_5f97673d5405| Modifier | Constructor and Description |
|---|---|
|
IBaseNetworkAssociationProxy()
For internal use only
|
|
IBaseNetworkAssociationProxy(java.lang.Object obj) |
protected |
IBaseNetworkAssociationProxy(java.lang.Object obj,
java.lang.String iid) |
|
IBaseNetworkAssociationProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo) |
protected |
IBaseNetworkAssociationProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo) |
| Modifier and Type | Method and Description |
|---|---|
long |
addConnectivityAssociation(int associationType,
int fromNetworkSourceID,
GUID fromGlobalID,
int fromTerminalID,
int toNetworkSourceID,
GUID toGlobalID,
int toTerminalID,
double percentAlong)
Adds a connectivity row to the associations table.
|
long |
addContainmentAssociation(GUID assignGlobalID,
int containerSourceID,
GUID containerGlobalID,
int contentSourceID,
GUID contentGlobalID,
boolean isContentVisible)
Adds a containment row to the associations table.
|
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.
|
void |
deleteAssociations(IStringArray globalIDs)
Deletes associations from associations table.
|
void |
deleteConnectivityAssociation(int associationType,
GUID associationGlobalID)
Deletes connectivity rows from the associations table.
|
void |
deleteContainmentAssociation(GUID associationGlobalID)
Deletes a containment row from the associations table.
|
void |
queryAssociations(ILongArray sourceIDArray,
IStringArray globalIDArray,
ILongArray terminalID,
ILongArray associationTypeArray,
boolean isReturningDeletes,
IArray[] associationArray)
Query the association's table.
|
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 |
synthesizeAssociationGeometries(IEnvelope extent,
boolean includeConnectivity,
boolean includeAttachments,
boolean includeContainment,
int maxGeometryCount,
ISpatialReference outputSpatialReference,
boolean[] maxCountExceeded,
IArray[] associations)
Return the Association objects for the utility network features that intersect the given envelope extent.
|
void |
traverseAssociations(ILongArray sourceIDArray,
IStringArray globalIDArray,
ILongArray terminalID,
int traversalType,
int traversalDirection,
int dirtyFilter,
int errorFilter,
boolean isStoppingAtFirstSpatial,
int maxDepth,
IArray[] associationArray,
ILongArray[] outputSourceID,
IStringArray[] outGlobalIDArray)
Traverse the association's table.
|
void |
updateAssociation(GUID associationGlobalID,
IPropertySet attributeValuesPropertySet)
Update an existing association.
|
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 IBaseNetworkAssociationProxy(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 IBaseNetworkAssociationProxy()
public IBaseNetworkAssociationProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOExceptionprotected IBaseNetworkAssociationProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOExceptionprotected IBaseNetworkAssociationProxy(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 long addConnectivityAssociation(int associationType,
int fromNetworkSourceID,
GUID fromGlobalID,
int fromTerminalID,
int toNetworkSourceID,
GUID toGlobalID,
int toTerminalID,
double percentAlong)
throws java.io.IOException,
AutomationException
addConnectivityAssociation in interface IBaseNetworkAssociationassociationType - A com.esri.arcgis.geodatabase.esriUtilityNetworkAssociationType constant (in)fromNetworkSourceID - The fromNetworkSourceID (in)fromGlobalID - A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)fromTerminalID - The fromTerminalID (in)toNetworkSourceID - The toNetworkSourceID (in)toGlobalID - A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)toTerminalID - The toTerminalID (in)percentAlong - The percentAlong (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public long addContainmentAssociation(GUID assignGlobalID, int containerSourceID, GUID containerGlobalID, int contentSourceID, GUID contentGlobalID, boolean isContentVisible) throws java.io.IOException, AutomationException
addContainmentAssociation in interface IBaseNetworkAssociationassignGlobalID - A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)containerSourceID - The containerSourceID (in)containerGlobalID - A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)contentSourceID - The contentSourceID (in)contentGlobalID - A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)isContentVisible - The isContentVisible (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void deleteConnectivityAssociation(int associationType,
GUID associationGlobalID)
throws java.io.IOException,
AutomationException
deleteConnectivityAssociation in interface IBaseNetworkAssociationassociationType - A com.esri.arcgis.geodatabase.esriUtilityNetworkAssociationType constant (in)associationGlobalID - A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void deleteContainmentAssociation(GUID associationGlobalID) throws java.io.IOException, AutomationException
deleteContainmentAssociation in interface IBaseNetworkAssociationassociationGlobalID - A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void deleteAssociations(IStringArray globalIDs) throws java.io.IOException, AutomationException
deleteAssociations in interface IBaseNetworkAssociationglobalIDs - A reference to a com.esri.arcgis.system.IStringArray (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void synthesizeAssociationGeometries(IEnvelope extent, boolean includeConnectivity, boolean includeAttachments, boolean includeContainment, int maxGeometryCount, ISpatialReference outputSpatialReference, boolean[] maxCountExceeded, IArray[] associations) throws java.io.IOException, AutomationException
synthesizeAssociationGeometries in interface IBaseNetworkAssociationextent - A reference to a com.esri.arcgis.geometry.IEnvelope (in)includeConnectivity - The includeConnectivity (in)includeAttachments - The includeAttachments (in)includeContainment - The includeContainment (in)maxGeometryCount - The maxGeometryCount (in)outputSpatialReference - A reference to a com.esri.arcgis.geometry.ISpatialReference (in)maxCountExceeded - The maxCountExceeded (out: use single element array)associations - A reference to a com.esri.arcgis.system.IArray (out: use single element array)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void updateAssociation(GUID associationGlobalID, IPropertySet attributeValuesPropertySet) throws java.io.IOException, AutomationException
updateAssociation in interface IBaseNetworkAssociationassociationGlobalID - A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)attributeValuesPropertySet - A reference to a com.esri.arcgis.system.IPropertySet (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void queryAssociations(ILongArray sourceIDArray, IStringArray globalIDArray, ILongArray terminalID, ILongArray associationTypeArray, boolean isReturningDeletes, IArray[] associationArray) throws java.io.IOException, AutomationException
queryAssociations in interface IBaseNetworkAssociationsourceIDArray - A reference to a com.esri.arcgis.system.ILongArray (in)globalIDArray - A reference to a com.esri.arcgis.system.IStringArray (in)terminalID - A reference to a com.esri.arcgis.system.ILongArray (in)associationTypeArray - A reference to a com.esri.arcgis.system.ILongArray (in)isReturningDeletes - The isReturningDeletes (in)associationArray - A reference to a com.esri.arcgis.system.IArray (out: use single element array)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void traverseAssociations(ILongArray sourceIDArray, IStringArray globalIDArray, ILongArray terminalID, int traversalType, int traversalDirection, int dirtyFilter, int errorFilter, boolean isStoppingAtFirstSpatial, int maxDepth, IArray[] associationArray, ILongArray[] outputSourceID, IStringArray[] outGlobalIDArray) throws java.io.IOException, AutomationException
traverseAssociations in interface IBaseNetworkAssociationsourceIDArray - A reference to a com.esri.arcgis.system.ILongArray (in)globalIDArray - A reference to a com.esri.arcgis.system.IStringArray (in)terminalID - A reference to a com.esri.arcgis.system.ILongArray (in)traversalType - A com.esri.arcgis.geodatabase.esriAssociationTraversalType constant (in)traversalDirection - A com.esri.arcgis.geodatabase.esriAssociationTraversalDirection constant (in)dirtyFilter - A com.esri.arcgis.geodatabase.esriAssociationDirtyStatusFilter constant (in)errorFilter - A com.esri.arcgis.geodatabase.esriAssociationErrorStatusFilter constant (in)isStoppingAtFirstSpatial - The isStoppingAtFirstSpatial (in)maxDepth - The maxDepth (in)associationArray - A reference to a com.esri.arcgis.system.IArray (out: use single element array)outputSourceID - A reference to a com.esri.arcgis.system.ILongArray (out: use single element array)outGlobalIDArray - A reference to a com.esri.arcgis.system.IStringArray (out: use single element array)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.