public class IDEBaseNetworkProxy extends com.esri.arcgis.interop.Dispatch implements IDEBaseNetwork, java.io.Serializable
Description: 'Provides access to members that supply base network data element 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 =
| Modifier and Type | Field and Description |
|---|---|
boolean |
noncastable |
static java.lang.Class |
targetClass |
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRefIID, IID7ca3483d_1e24_48f3_8b01_b5174b75d3f1| Modifier | Constructor and Description |
|---|---|
|
IDEBaseNetworkProxy()
For internal use only
|
|
IDEBaseNetworkProxy(java.lang.Object obj) |
protected |
IDEBaseNetworkProxy(java.lang.Object obj,
java.lang.String iid) |
|
IDEBaseNetworkProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo) |
protected |
IDEBaseNetworkProxy(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.
|
INetworkSource |
getAssociationSource()
Returns the association source in this base network.
|
java.lang.String |
getAssociationsTableName()
Returns the associations table name for the network.
|
java.lang.Object |
getCreationTime()
Returns the creation time.
|
java.lang.String |
getDirtyAreaTableName()
Returns the dirty areas table name for the network.
|
GUID |
getGlobalID()
Returns the global ID.
|
java.lang.String |
getLineErrorsTableName()
Returns the line errors table name for the network.
|
double |
getMinimalDirtyAreaSize()
Returns the minimal dirty area size.
|
java.lang.String |
getPointErrorsTableName()
Returns the point errors table name for the network.
|
java.lang.String |
getPolygonErrorsTableName()
Returns the polygon errors table name for the network.
|
IPropertySet |
getProperties()
Returns the property set of this base network.
|
java.lang.String |
getProVersion()
Returns the Pro version.
|
int |
getSchemaGeneration()
Returns the schema generation.
|
INetworkSource |
getSourceByLayerID(int layerID)
Returns the source by layer ID.
|
INetworkSource |
getSourceByName(java.lang.String name)
Returns the source by name.
|
INetworkSource |
getSystemJunctionSource()
Returns the system junction source in this base network.
|
java.lang.String |
getSystemJunctionsTableName()
Returns the system junctions table name for the network.
|
java.lang.String |
getTraceConfigurationsTableName()
Returns the trace configuration table name.
|
java.lang.String |
getUserIdentity()
Returns the user identity.
|
boolean |
isCreateDirtyAreaForAnyAttributeUpdate()
Creates dirty area for any attribute update.
|
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 |
setPropertiesByRef(IPropertySet datasetProperties)
Returns the property set of this base network.
|
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 IDEBaseNetworkProxy(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 IDEBaseNetworkProxy()
public IDEBaseNetworkProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOExceptionprotected IDEBaseNetworkProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOExceptionprotected IDEBaseNetworkProxy(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 IPropertySet getProperties() throws java.io.IOException, AutomationException
getProperties in interface IDEBaseNetworkjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setPropertiesByRef(IPropertySet datasetProperties) throws java.io.IOException, AutomationException
setPropertiesByRef in interface IDEBaseNetworkdatasetProperties - 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 java.lang.String getProVersion()
throws java.io.IOException,
AutomationException
getProVersion in interface IDEBaseNetworkjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public double getMinimalDirtyAreaSize()
throws java.io.IOException,
AutomationException
getMinimalDirtyAreaSize in interface IDEBaseNetworkjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public boolean isCreateDirtyAreaForAnyAttributeUpdate()
throws java.io.IOException,
AutomationException
isCreateDirtyAreaForAnyAttributeUpdate in interface IDEBaseNetworkjava.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 IDEBaseNetworkjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getUserIdentity()
throws java.io.IOException,
AutomationException
getUserIdentity in interface IDEBaseNetworkjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public INetworkSource getAssociationSource() throws java.io.IOException, AutomationException
getAssociationSource in interface IDEBaseNetworkjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public INetworkSource getSystemJunctionSource() throws java.io.IOException, AutomationException
getSystemJunctionSource in interface IDEBaseNetworkjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.Object getCreationTime()
throws java.io.IOException,
AutomationException
getCreationTime in interface IDEBaseNetworkjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getSchemaGeneration()
throws java.io.IOException,
AutomationException
getSchemaGeneration in interface IDEBaseNetworkjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public INetworkSource getSourceByName(java.lang.String name) throws java.io.IOException, AutomationException
getSourceByName in interface IDEBaseNetworkname - The name (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public INetworkSource getSourceByLayerID(int layerID) throws java.io.IOException, AutomationException
getSourceByLayerID in interface IDEBaseNetworklayerID - The layerID (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getAssociationsTableName()
throws java.io.IOException,
AutomationException
getAssociationsTableName in interface IDEBaseNetworkjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getSystemJunctionsTableName()
throws java.io.IOException,
AutomationException
getSystemJunctionsTableName in interface IDEBaseNetworkjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getDirtyAreaTableName()
throws java.io.IOException,
AutomationException
getDirtyAreaTableName in interface IDEBaseNetworkjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getPointErrorsTableName()
throws java.io.IOException,
AutomationException
getPointErrorsTableName in interface IDEBaseNetworkjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getLineErrorsTableName()
throws java.io.IOException,
AutomationException
getLineErrorsTableName in interface IDEBaseNetworkjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getPolygonErrorsTableName()
throws java.io.IOException,
AutomationException
getPolygonErrorsTableName in interface IDEBaseNetworkjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getTraceConfigurationsTableName()
throws java.io.IOException,
AutomationException
getTraceConfigurationsTableName in interface IDEBaseNetworkjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.