Description: 'Provides access to members that control the network diagram content.' 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 INetworkDiagramProxy extends com.esri.arcgis.interop.Dispatch implements INetworkDiagram, 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, IID75bb2954_2eab_4aa3_a783_35366376494d| Modifier | Constructor and Description |
|---|---|
|
INetworkDiagramProxy()
Deprecated.
For internal use only
|
|
INetworkDiagramProxy(java.lang.Object obj)
Deprecated.
|
protected |
INetworkDiagramProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated.
|
|
INetworkDiagramProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
protected |
INetworkDiagramProxy(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.
|
void |
delete()
Deprecated.
Deletes the network diagram.
|
IEnumNetworkDiagramAggregation |
getAggregations()
Deprecated.
Aggregations rows of the network diagram.
|
int |
getConsistencyState()
Deprecated.
Network diagram consistency state.
|
IDiagramDataset |
getDiagramDataset()
Deprecated.
Diagram dataset of the network diagram.
|
IEnvelope |
getDiagramExtent()
Deprecated.
Extent of the network diagram.
|
INetworkDiagramInfo |
getDiagramInfo()
Deprecated.
Network diagram information.
|
IDiagramTemplate |
getDiagramTemplate()
Deprecated.
Diagram template of the network diagram.
|
GUID |
getGlobalID()
Deprecated.
Global ID of the network diagram.
|
java.lang.String |
getName()
Deprecated.
Name of the network diagram.
|
IEnumNetworkDiagramRelation |
getRelations()
Deprecated.
Relations rows of the network diagram.
|
boolean |
isStored()
Deprecated.
Indicates whether the network diagram is stored.
|
void |
queryFeaturesByExtent(IEnvelope envelope,
boolean addContents,
boolean queryJunctions,
boolean queryEdges,
boolean queryContainers,
boolean returnGeometry,
IEnumNetworkDiagramJunction[] junctions,
IEnumNetworkDiagramEdge[] edges,
IEnumNetworkDiagramContainer[] containers)
Deprecated.
Returns the set of network diagram features that intersect a specified envelope.
|
void |
queryFeaturesByObjectIDs(boolean addContents,
boolean addConnected,
boolean returnGeometry,
long[] jctOids,
long[] ctnrOids,
long[] edgeOids,
IEnumNetworkDiagramJunction[] junctions,
IEnumNetworkDiagramEdge[] edges,
IEnumNetworkDiagramContainer[] containers)
Deprecated.
Returns the set of network diagram features corresponding to the specified object IDs.
|
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.
|
void |
storeAs(java.lang.String name,
java.lang.String tag,
int access)
Deprecated.
Stores a temporary network diagram.
|
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 INetworkDiagramProxy(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 INetworkDiagramProxy()
public INetworkDiagramProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOExceptionprotected INetworkDiagramProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOExceptionprotected INetworkDiagramProxy(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 java.lang.String getName()
throws java.io.IOException,
AutomationException
getName in interface INetworkDiagramjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public GUID getGlobalID() throws java.io.IOException, AutomationException
getGlobalID in interface INetworkDiagramjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public INetworkDiagramInfo getDiagramInfo() throws java.io.IOException, AutomationException
getDiagramInfo in interface INetworkDiagramjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IEnvelope getDiagramExtent() throws java.io.IOException, AutomationException
getDiagramExtent in interface INetworkDiagramjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public boolean isStored()
throws java.io.IOException,
AutomationException
isStored in interface INetworkDiagramjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getConsistencyState()
throws java.io.IOException,
AutomationException
getConsistencyState in interface INetworkDiagramjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IDiagramDataset getDiagramDataset() throws java.io.IOException, AutomationException
getDiagramDataset in interface INetworkDiagramjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IDiagramTemplate getDiagramTemplate() throws java.io.IOException, AutomationException
getDiagramTemplate in interface INetworkDiagramjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void delete()
throws java.io.IOException,
AutomationException
delete in interface INetworkDiagramjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void storeAs(java.lang.String name,
java.lang.String tag,
int access)
throws java.io.IOException,
AutomationException
storeAs in interface INetworkDiagramname - The name (in)tag - The tag (in)access - A com.esri.arcgis.geodatabase.esriDiagramAccessType constant (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IEnumNetworkDiagramAggregation getAggregations() throws java.io.IOException, AutomationException
getAggregations in interface INetworkDiagramjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IEnumNetworkDiagramRelation getRelations() throws java.io.IOException, AutomationException
getRelations in interface INetworkDiagramjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void queryFeaturesByExtent(IEnvelope envelope, boolean addContents, boolean queryJunctions, boolean queryEdges, boolean queryContainers, boolean returnGeometry, IEnumNetworkDiagramJunction[] junctions, IEnumNetworkDiagramEdge[] edges, IEnumNetworkDiagramContainer[] containers) throws java.io.IOException, AutomationException
queryFeaturesByExtent in interface INetworkDiagramenvelope - A reference to a com.esri.arcgis.geometry.IEnvelope (in)addContents - The addContents (in)queryJunctions - The queryJunctions (in)queryEdges - The queryEdges (in)queryContainers - The queryContainers (in)returnGeometry - The returnGeometry (in)junctions - A reference to a com.esri.arcgis.geodatabase.IEnumNetworkDiagramJunction (out: use single element array)edges - A reference to a com.esri.arcgis.geodatabase.IEnumNetworkDiagramEdge (out: use single element array)containers - A reference to a com.esri.arcgis.geodatabase.IEnumNetworkDiagramContainer (out: use single element array)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void queryFeaturesByObjectIDs(boolean addContents,
boolean addConnected,
boolean returnGeometry,
long[] jctOids,
long[] ctnrOids,
long[] edgeOids,
IEnumNetworkDiagramJunction[] junctions,
IEnumNetworkDiagramEdge[] edges,
IEnumNetworkDiagramContainer[] containers)
throws java.io.IOException,
AutomationException
queryFeaturesByObjectIDs in interface INetworkDiagramaddContents - The addContents (in)addConnected - The addConnected (in)returnGeometry - The returnGeometry (in)jctOids - Signed 64-bit int (in)ctnrOids - Signed 64-bit int (in)edgeOids - Signed 64-bit int (in)junctions - A reference to a com.esri.arcgis.geodatabase.IEnumNetworkDiagramJunction (out: use single element array)edges - A reference to a com.esri.arcgis.geodatabase.IEnumNetworkDiagramEdge (out: use single element array)containers - A reference to a com.esri.arcgis.geodatabase.IEnumNetworkDiagramContainer (out: use single element array)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.