Description: 'Provides access to members that manage the network diagram dataset.' 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 =
public class IDiagramDatasetProxy extends com.esri.arcgis.interop.Dispatch implements IDiagramDataset, java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
boolean |
noncastable
Deprecated.
|
static java.lang.Class |
targetClass
Deprecated.
|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRefIID, IID198add8a_b4a9_4284_875d_0e395cd21506| Modifier | Constructor and Description |
|---|---|
|
IDiagramDatasetProxy()
Deprecated.
For internal use only
|
|
IDiagramDatasetProxy(java.lang.Object obj)
Deprecated.
|
protected |
IDiagramDatasetProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated.
|
|
IDiagramDatasetProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
protected |
IDiagramDatasetProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated.
Adds a Java object to be a listener for a specific kind of event generated by the COM object.
|
INetworkDiagram |
createNetworkDiagramFromEIDs(IDiagramTemplate diagramTemplate,
INetworkElementSet networkElements,
ITrackCancel pTrackCancel)
Deprecated.
Creates a network diagram based on the specified diagram template from the specified network element set.
|
INetworkDiagram |
createNetworkDiagramFromGlobalIDs(IDiagramTemplate diagramTemplate,
IGlobalIDSet inputGlobalIDs,
ITrackCancel pTrackCancel)
Deprecated.
Creates a network diagram based on the specified diagram template from the specified network feature set.
|
INetworkDiagram |
createNetworkDiagramFromTraceLocations(IDiagramTemplate diagramTemplate,
IArrayOfTraceLocation traceLocations,
ITrackCancel pTrackCancel)
Deprecated.
Creates a network diagram based on the specified diagram template from the specified array of trace locations.
|
INetworkDiagramLayout |
createNetworkDiagramLayout(java.lang.String name)
Deprecated.
Creates a network diagram layout.
|
IEnumNetworkDiagram |
findNetworkDiagrams(boolean excludeSystemDiagrams,
IEnvelope pEnvelope,
java.lang.String whereClause,
IGlobalIDSet inputGlobalIDs,
ITrackCancel pTrackCancel)
Deprecated.
Retrieves the set of network diagrams that cover a given extent, verify a particular WHERE clause, or contain specific network features.
|
IEnumDiagramTemplate |
getDiagramTemplates()
Deprecated.
The related diagram templates.
|
IDataset |
getNetwork()
Deprecated.
The related network.
|
IEnumNetworkDiagram |
getNetworkDiagrams()
Deprecated.
The related network diagrams.
|
IDiagramTemplate |
queryDiagramTemplate(java.lang.String name)
Deprecated.
Returns the diagram template with the specified name.
|
INetworkDiagram |
queryNetworkDiagram(java.lang.String name)
Deprecated.
Returns the network diagram with the specified name.
|
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated.
Removes a Java object as a listener to events generated by a COM object.
|
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 IDiagramDatasetProxy(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 IDiagramDatasetProxy()
public IDiagramDatasetProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOExceptionprotected IDiagramDatasetProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOExceptionprotected IDiagramDatasetProxy(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 IDataset getNetwork() throws java.io.IOException, AutomationException
getNetwork in interface IDiagramDatasetjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IEnumNetworkDiagram getNetworkDiagrams() throws java.io.IOException, AutomationException
getNetworkDiagrams in interface IDiagramDatasetjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IEnumDiagramTemplate getDiagramTemplates() throws java.io.IOException, AutomationException
getDiagramTemplates in interface IDiagramDatasetjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public INetworkDiagram createNetworkDiagramFromEIDs(IDiagramTemplate diagramTemplate, INetworkElementSet networkElements, ITrackCancel pTrackCancel) throws java.io.IOException, AutomationException
createNetworkDiagramFromEIDs in interface IDiagramDatasetdiagramTemplate - A reference to a com.esri.arcgis.geodatabase.IDiagramTemplate (in)networkElements - A reference to a com.esri.arcgis.geodatabase.INetworkElementSet (in)pTrackCancel - A reference to a com.esri.arcgis.system.ITrackCancel (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public INetworkDiagram createNetworkDiagramFromGlobalIDs(IDiagramTemplate diagramTemplate, IGlobalIDSet inputGlobalIDs, ITrackCancel pTrackCancel) throws java.io.IOException, AutomationException
createNetworkDiagramFromGlobalIDs in interface IDiagramDatasetdiagramTemplate - A reference to a com.esri.arcgis.geodatabase.IDiagramTemplate (in)inputGlobalIDs - A reference to a com.esri.arcgis.geodatabase.IGlobalIDSet (in)pTrackCancel - A reference to a com.esri.arcgis.system.ITrackCancel (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public INetworkDiagram queryNetworkDiagram(java.lang.String name) throws java.io.IOException, AutomationException
queryNetworkDiagram in interface IDiagramDatasetname - The name (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IDiagramTemplate queryDiagramTemplate(java.lang.String name) throws java.io.IOException, AutomationException
queryDiagramTemplate in interface IDiagramDatasetname - The name (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IEnumNetworkDiagram findNetworkDiagrams(boolean excludeSystemDiagrams, IEnvelope pEnvelope, java.lang.String whereClause, IGlobalIDSet inputGlobalIDs, ITrackCancel pTrackCancel) throws java.io.IOException, AutomationException
findNetworkDiagrams in interface IDiagramDatasetexcludeSystemDiagrams - The excludeSystemDiagrams (in)pEnvelope - A reference to a com.esri.arcgis.geometry.IEnvelope (in)whereClause - The whereClause (in)inputGlobalIDs - A reference to a com.esri.arcgis.geodatabase.IGlobalIDSet (in)pTrackCancel - A reference to a com.esri.arcgis.system.ITrackCancel (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public INetworkDiagramLayout createNetworkDiagramLayout(java.lang.String name) throws java.io.IOException, AutomationException
createNetworkDiagramLayout in interface IDiagramDatasetname - The name (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public INetworkDiagram createNetworkDiagramFromTraceLocations(IDiagramTemplate diagramTemplate, IArrayOfTraceLocation traceLocations, ITrackCancel pTrackCancel) throws java.io.IOException, AutomationException
createNetworkDiagramFromTraceLocations in interface IDiagramDatasetdiagramTemplate - A reference to a com.esri.arcgis.geodatabase.IDiagramTemplate (in)traceLocations - A reference to a com.esri.arcgis.geodatabase.IArrayOfTraceLocation (in)pTrackCancel - A reference to a com.esri.arcgis.system.ITrackCancel (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.