com.esri.arcgis.geodatabase
Class IDEGeometricNetworkProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.geodatabase.IDEGeometricNetworkProxy
All Implemented Interfaces:
IDEGeometricNetwork, java.io.Externalizable, java.io.Serializable
Direct Known Subclasses:
IDEGeometricNetwork2Proxy

Deprecated. Internal use only. Proxy for COM Interface 'IDEGeometricNetwork'. Generated 3/19/2015 1:20:56 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Provides access to members that describe geometric network data elements.' 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 IDEGeometricNetworkProxy
extends com.esri.arcgis.interop.Dispatch
implements IDEGeometricNetwork, java.io.Serializable

Internal use class

See Also:
Serialized Form

Field Summary
 boolean noncastable
          Deprecated.  
static java.lang.Class targetClass
          Deprecated.  
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Fields inherited from interface com.esri.arcgis.geodatabase.IDEGeometricNetwork
IID, IIDacdbe3c0_e303_43e1_8038_8b391692f267
 
Constructor Summary
  IDEGeometricNetworkProxy()
          Deprecated. For internal use only
  IDEGeometricNetworkProxy(java.lang.Object obj)
          Deprecated.  
protected IDEGeometricNetworkProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IDEGeometricNetworkProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IDEGeometricNetworkProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Deprecated.  
 IStringArray getFeatureClassNames()
          Deprecated. The feature classes involved in the geometric network.
 int getNetworkType()
          Deprecated. The type of associated logical network.
 IArray getNetworkWeights()
          Deprecated. The weights of the geometric network.
 java.lang.String getOrphanJunctionFeatureClassName()
          Deprecated. The FeatureClass containing the OrphanJunctionFeatures.
 IArray getRules()
          Deprecated. The connectivity rules associated with the network.
 IArray getWeightAssociations()
          Deprecated. The weight associations of the geometric network.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setFeatureClassNamesByRef(IStringArray featureClassNames)
          Deprecated. The feature classes involved in the geometric network.
 void setNetworkType(int type)
          Deprecated. The type of associated logical network.
 void setNetworkWeightsByRef(IArray netWeights)
          Deprecated. The weights of the geometric network.
 void setOrphanJunctionFeatureClassName(java.lang.String featureClass)
          Deprecated. The FeatureClass containing the OrphanJunctionFeatures.
 void setRulesByRef(IArray rules)
          Deprecated. The connectivity rules associated with the network.
 void setWeightAssociationsByRef(IArray weightAssociations)
          Deprecated. The weight associations of the geometric network.
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
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, writeExternal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IDEGeometricNetworkProxy

public IDEGeometricNetworkProxy(java.lang.String CLSID,
                                java.lang.String host,
                                com.esri.arcgis.interop.AuthInfo authInfo)
                         throws java.net.UnknownHostException,
                                java.io.IOException
Deprecated. 
Throws:
java.net.UnknownHostException
java.io.IOException

IDEGeometricNetworkProxy

public IDEGeometricNetworkProxy()
Deprecated. 
For internal use only


IDEGeometricNetworkProxy

public IDEGeometricNetworkProxy(java.lang.Object obj)
                         throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IDEGeometricNetworkProxy

protected IDEGeometricNetworkProxy(java.lang.Object obj,
                                   java.lang.String iid)
                            throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IDEGeometricNetworkProxy

protected IDEGeometricNetworkProxy(java.lang.String CLSID,
                                   java.lang.String iid,
                                   java.lang.String host,
                                   com.esri.arcgis.interop.AuthInfo authInfo)
                            throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Deprecated. 
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Deprecated. 
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

getRules

public IArray getRules()
                throws java.io.IOException,
                       AutomationException
Deprecated. 
The connectivity rules associated with the network.

Specified by:
getRules in interface IDEGeometricNetwork
Returns:
A reference to a com.esri.arcgis.system.IArray
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setRulesByRef

public void setRulesByRef(IArray rules)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
The connectivity rules associated with the network.

Specified by:
setRulesByRef in interface IDEGeometricNetwork
Parameters:
rules - A reference to a com.esri.arcgis.system.IArray (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getNetworkType

public int getNetworkType()
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
The type of associated logical network.

Specified by:
getNetworkType in interface IDEGeometricNetwork
Returns:
A com.esri.arcgis.geodatabase.esriNetworkType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setNetworkType

public void setNetworkType(int type)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
The type of associated logical network.

Specified by:
setNetworkType in interface IDEGeometricNetwork
Parameters:
type - A com.esri.arcgis.geodatabase.esriNetworkType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getOrphanJunctionFeatureClassName

public java.lang.String getOrphanJunctionFeatureClassName()
                                                   throws java.io.IOException,
                                                          AutomationException
Deprecated. 
The FeatureClass containing the OrphanJunctionFeatures.

Specified by:
getOrphanJunctionFeatureClassName in interface IDEGeometricNetwork
Returns:
The featureClass
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setOrphanJunctionFeatureClassName

public void setOrphanJunctionFeatureClassName(java.lang.String featureClass)
                                       throws java.io.IOException,
                                              AutomationException
Deprecated. 
The FeatureClass containing the OrphanJunctionFeatures.

Specified by:
setOrphanJunctionFeatureClassName in interface IDEGeometricNetwork
Parameters:
featureClass - The featureClass (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFeatureClassNames

public IStringArray getFeatureClassNames()
                                  throws java.io.IOException,
                                         AutomationException
Deprecated. 
The feature classes involved in the geometric network.

Specified by:
getFeatureClassNames in interface IDEGeometricNetwork
Returns:
A reference to a com.esri.arcgis.system.IStringArray
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFeatureClassNamesByRef

public void setFeatureClassNamesByRef(IStringArray featureClassNames)
                               throws java.io.IOException,
                                      AutomationException
Deprecated. 
The feature classes involved in the geometric network.

Specified by:
setFeatureClassNamesByRef in interface IDEGeometricNetwork
Parameters:
featureClassNames - A reference to a com.esri.arcgis.system.IStringArray (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getNetworkWeights

public IArray getNetworkWeights()
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
The weights of the geometric network.

Specified by:
getNetworkWeights in interface IDEGeometricNetwork
Returns:
A reference to a com.esri.arcgis.system.IArray
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setNetworkWeightsByRef

public void setNetworkWeightsByRef(IArray netWeights)
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
The weights of the geometric network.

Specified by:
setNetworkWeightsByRef in interface IDEGeometricNetwork
Parameters:
netWeights - A reference to a com.esri.arcgis.system.IArray (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getWeightAssociations

public IArray getWeightAssociations()
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
The weight associations of the geometric network.

Specified by:
getWeightAssociations in interface IDEGeometricNetwork
Returns:
A reference to a com.esri.arcgis.system.IArray
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setWeightAssociationsByRef

public void setWeightAssociationsByRef(IArray weightAssociations)
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
The weight associations of the geometric network.

Specified by:
setWeightAssociationsByRef in interface IDEGeometricNetwork
Parameters:
weightAssociations - A reference to a com.esri.arcgis.system.IArray (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.