|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.geodatabase.IDEGeometricNetworkProxy
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
Internal use class
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 |
---|
public static final java.lang.Class targetClass
public boolean noncastable
Constructor Detail |
---|
public IDEGeometricNetworkProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public IDEGeometricNetworkProxy()
public IDEGeometricNetworkProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IDEGeometricNetworkProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IDEGeometricNetworkProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
addListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public IArray getRules() throws java.io.IOException, AutomationException
getRules
in interface IDEGeometricNetwork
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setRulesByRef(IArray rules) throws java.io.IOException, AutomationException
setRulesByRef
in interface IDEGeometricNetwork
rules
- A reference to a com.esri.arcgis.system.IArray (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getNetworkType() throws java.io.IOException, AutomationException
getNetworkType
in interface IDEGeometricNetwork
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setNetworkType(int type) throws java.io.IOException, AutomationException
setNetworkType
in interface IDEGeometricNetwork
type
- A com.esri.arcgis.geodatabase.esriNetworkType constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getOrphanJunctionFeatureClassName() throws java.io.IOException, AutomationException
getOrphanJunctionFeatureClassName
in interface IDEGeometricNetwork
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setOrphanJunctionFeatureClassName(java.lang.String featureClass) throws java.io.IOException, AutomationException
setOrphanJunctionFeatureClassName
in interface IDEGeometricNetwork
featureClass
- The featureClass (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IStringArray getFeatureClassNames() throws java.io.IOException, AutomationException
getFeatureClassNames
in interface IDEGeometricNetwork
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setFeatureClassNamesByRef(IStringArray featureClassNames) throws java.io.IOException, AutomationException
setFeatureClassNamesByRef
in interface IDEGeometricNetwork
featureClassNames
- A reference to a com.esri.arcgis.system.IStringArray (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IArray getNetworkWeights() throws java.io.IOException, AutomationException
getNetworkWeights
in interface IDEGeometricNetwork
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setNetworkWeightsByRef(IArray netWeights) throws java.io.IOException, AutomationException
setNetworkWeightsByRef
in interface IDEGeometricNetwork
netWeights
- A reference to a com.esri.arcgis.system.IArray (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IArray getWeightAssociations() throws java.io.IOException, AutomationException
getWeightAssociations
in interface IDEGeometricNetwork
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setWeightAssociationsByRef(IArray weightAssociations) throws java.io.IOException, AutomationException
setWeightAssociationsByRef
in interface IDEGeometricNetwork
weightAssociations
- A reference to a com.esri.arcgis.system.IArray (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |