Description: 'Provides access to members that control the network diagram information.' 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 INetworkDiagramInfoProxy extends com.esri.arcgis.interop.Dispatch implements INetworkDiagramInfo, 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, IIDcfda65a6_1ec0_4d06_aa07_5d462f25a62d| Modifier | Constructor and Description |
|---|---|
|
INetworkDiagramInfoProxy()
Deprecated.
For internal use only
|
|
INetworkDiagramInfoProxy(java.lang.Object obj)
Deprecated.
|
protected |
INetworkDiagramInfoProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated.
|
|
INetworkDiagramInfoProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
protected |
INetworkDiagramInfoProxy(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.
|
int |
getAccess()
Deprecated.
The network diagram access right level.
|
int |
getAggregationCount()
Deprecated.
The network diagram aggregation count.
|
int |
getContainerCount()
Deprecated.
The network diagram container count.
|
double |
getContainerMargin()
Deprecated.
The margin size of containers in the network diagram.
|
java.util.Date |
getCreationDate()
Deprecated.
The network diagram creation date.
|
java.lang.String |
getCreator()
Deprecated.
The network diagram creator.
|
IEnvelope |
getDiagramExtent()
Deprecated.
The extent of the network diagram.
|
int |
getEdgeCount()
Deprecated.
The network diagram edge count.
|
int |
getJunctionCount()
Deprecated.
The network diagram junction count.
|
java.lang.String |
getLastUpdateBy()
Deprecated.
The name of the last user who updated the diagram.
|
java.util.Date |
getLastUpdateDate()
Deprecated.
the last update date of the network diagram.
|
IEnvelope |
getNetworkExtent()
Deprecated.
The extent of the set of geographic features that comprise the diagram.
|
double |
getReflexiveEdgeRadius()
Deprecated.
The reflexive edge radius used in the network diagram.
|
java.lang.String |
getTag()
Deprecated.
The network diagram tag.
|
boolean |
isCanExtend()
Deprecated.
Indicates whether the network diagram can be extended.
|
boolean |
isCanStore()
Deprecated.
Indicates whether network diagram can be stored.
|
boolean |
isHistorical()
Deprecated.
Indicates whether the network diagram content corresponds to a past moment.
|
boolean |
isStored()
Deprecated.
Indicates whether the network diagram is stored.
|
boolean |
isSystem()
Deprecated.
Indicates whether the network diagram is a subnetwork system diagram.
|
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 INetworkDiagramInfoProxy(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 INetworkDiagramInfoProxy()
public INetworkDiagramInfoProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOExceptionprotected INetworkDiagramInfoProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOExceptionprotected INetworkDiagramInfoProxy(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 isStored()
throws java.io.IOException,
AutomationException
isStored in interface INetworkDiagramInfojava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public boolean isSystem()
throws java.io.IOException,
AutomationException
isSystem in interface INetworkDiagramInfojava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getAccess()
throws java.io.IOException,
AutomationException
getAccess in interface INetworkDiagramInfojava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getEdgeCount()
throws java.io.IOException,
AutomationException
getEdgeCount in interface INetworkDiagramInfojava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getJunctionCount()
throws java.io.IOException,
AutomationException
getJunctionCount in interface INetworkDiagramInfojava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getContainerCount()
throws java.io.IOException,
AutomationException
getContainerCount in interface INetworkDiagramInfojava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getAggregationCount()
throws java.io.IOException,
AutomationException
getAggregationCount in interface INetworkDiagramInfojava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getCreator()
throws java.io.IOException,
AutomationException
getCreator in interface INetworkDiagramInfojava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.util.Date getCreationDate()
throws java.io.IOException,
AutomationException
getCreationDate in interface INetworkDiagramInfojava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getLastUpdateBy()
throws java.io.IOException,
AutomationException
getLastUpdateBy in interface INetworkDiagramInfojava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.util.Date getLastUpdateDate()
throws java.io.IOException,
AutomationException
getLastUpdateDate in interface INetworkDiagramInfojava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public double getContainerMargin()
throws java.io.IOException,
AutomationException
getContainerMargin in interface INetworkDiagramInfojava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getTag()
throws java.io.IOException,
AutomationException
getTag in interface INetworkDiagramInfojava.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 INetworkDiagramInfojava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IEnvelope getNetworkExtent() throws java.io.IOException, AutomationException
getNetworkExtent in interface INetworkDiagramInfojava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public boolean isCanStore()
throws java.io.IOException,
AutomationException
isCanStore in interface INetworkDiagramInfojava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public boolean isCanExtend()
throws java.io.IOException,
AutomationException
isCanExtend in interface INetworkDiagramInfojava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public boolean isHistorical()
throws java.io.IOException,
AutomationException
isHistorical in interface INetworkDiagramInfojava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public double getReflexiveEdgeRadius()
throws java.io.IOException,
AutomationException
getReflexiveEdgeRadius in interface INetworkDiagramInfojava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.