com.esri.arcgis.geodatabase
Class IEdgeFeatureSourceProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.geodatabase.IEdgeFeatureSourceProxy
All Implemented Interfaces:
IEdgeFeatureSource, java.io.Externalizable, java.io.Serializable

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

Description: 'Provides access to members that specify the properties of a network dataset source whose edge elements are derived from line geometry.' 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 IEdgeFeatureSourceProxy
extends com.esri.arcgis.interop.Dispatch
implements IEdgeFeatureSource, 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.IEdgeFeatureSource
IID, IIDcc16e6db_051a_4ccb_adaf_0ca823ecd00b
 
Constructor Summary
  IEdgeFeatureSourceProxy()
          Deprecated. For internal use only
  IEdgeFeatureSourceProxy(java.lang.Object obj)
          Deprecated.  
protected IEdgeFeatureSourceProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IEdgeFeatureSourceProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IEdgeFeatureSourceProxy(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.  
 int getClassConnectivityGroup()
          Deprecated. Connectivity group in which this edge feature source participates.
 int getClassConnectivityPolicy()
          Deprecated. Policy determining how all edge elements in this source connect to each other.
 java.lang.String getFromElevationFieldName()
          Deprecated. The field name on the feature source to be used as the from elevation field when determining connectivity at coincident end vertices.
 int getSubtypeConnectivityGroup(int subtypeCode)
          Deprecated. Connectivity group in which the specified subtype of this edge feature source participates.
 int getSubtypeConnectivityPolicy(int subtypeCode)
          Deprecated. Policy determining how the edge elements in the specified subtype of this source connect to each other.
 java.lang.String getToElevationFieldName()
          Deprecated. The field name on the feature source to be used as the to elevation field when determining connectivity at coincident end vertices.
 boolean isUsesSubtypes()
          Deprecated. Indicates if this edge feature source determines connectivity groups and policies by subtypes.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setClassConnectivityGroup(int group)
          Deprecated. Connectivity group in which this edge feature source participates.
 void setClassConnectivityPolicy(int policy)
          Deprecated. Policy determining how all edge elements in this source connect to each other.
 void setFromElevationFieldName(java.lang.String name)
          Deprecated. The field name on the feature source to be used as the from elevation field when determining connectivity at coincident end vertices.
 void setSubtypeConnectivityGroup(int subtypeCode, int group)
          Deprecated. Connectivity group in which the specified subtype of this edge feature source participates.
 void setSubtypeConnectivityPolicy(int subtypeCode, int policy)
          Deprecated. Policy determining how the edge elements in the specified subtype of this source connect to each other.
 void setToElevationFieldName(java.lang.String name)
          Deprecated. The field name on the feature source to be used as the to elevation field when determining connectivity at coincident end vertices.
 void setUsesSubtypes(boolean bySubtype)
          Deprecated. Indicates if this edge feature source determines connectivity groups and policies by subtypes.
 
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

IEdgeFeatureSourceProxy

public IEdgeFeatureSourceProxy(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

IEdgeFeatureSourceProxy

public IEdgeFeatureSourceProxy()
Deprecated. 
For internal use only


IEdgeFeatureSourceProxy

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

IEdgeFeatureSourceProxy

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

IEdgeFeatureSourceProxy

protected IEdgeFeatureSourceProxy(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

getClassConnectivityPolicy

public int getClassConnectivityPolicy()
                               throws java.io.IOException,
                                      AutomationException
Deprecated. 
Policy determining how all edge elements in this source connect to each other.

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

setClassConnectivityPolicy

public void setClassConnectivityPolicy(int policy)
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
Policy determining how all edge elements in this source connect to each other.

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

getClassConnectivityGroup

public int getClassConnectivityGroup()
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
Connectivity group in which this edge feature source participates.

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

setClassConnectivityGroup

public void setClassConnectivityGroup(int group)
                               throws java.io.IOException,
                                      AutomationException
Deprecated. 
Connectivity group in which this edge feature source participates.

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

getSubtypeConnectivityPolicy

public int getSubtypeConnectivityPolicy(int subtypeCode)
                                 throws java.io.IOException,
                                        AutomationException
Deprecated. 
Policy determining how the edge elements in the specified subtype of this source connect to each other.

Specified by:
getSubtypeConnectivityPolicy in interface IEdgeFeatureSource
Parameters:
subtypeCode - The subtypeCode (in)
Returns:
A com.esri.arcgis.geodatabase.esriNetworkEdgeConnectivityPolicy constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSubtypeConnectivityPolicy

public void setSubtypeConnectivityPolicy(int subtypeCode,
                                         int policy)
                                  throws java.io.IOException,
                                         AutomationException
Deprecated. 
Policy determining how the edge elements in the specified subtype of this source connect to each other.

Specified by:
setSubtypeConnectivityPolicy in interface IEdgeFeatureSource
Parameters:
subtypeCode - The subtypeCode (in)
policy - A com.esri.arcgis.geodatabase.esriNetworkEdgeConnectivityPolicy constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSubtypeConnectivityGroup

public int getSubtypeConnectivityGroup(int subtypeCode)
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
Connectivity group in which the specified subtype of this edge feature source participates.

Specified by:
getSubtypeConnectivityGroup in interface IEdgeFeatureSource
Parameters:
subtypeCode - The subtypeCode (in)
Returns:
The group
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSubtypeConnectivityGroup

public void setSubtypeConnectivityGroup(int subtypeCode,
                                        int group)
                                 throws java.io.IOException,
                                        AutomationException
Deprecated. 
Connectivity group in which the specified subtype of this edge feature source participates.

Specified by:
setSubtypeConnectivityGroup in interface IEdgeFeatureSource
Parameters:
subtypeCode - The subtypeCode (in)
group - The group (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isUsesSubtypes

public boolean isUsesSubtypes()
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Indicates if this edge feature source determines connectivity groups and policies by subtypes.

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

setUsesSubtypes

public void setUsesSubtypes(boolean bySubtype)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Indicates if this edge feature source determines connectivity groups and policies by subtypes.

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

getFromElevationFieldName

public java.lang.String getFromElevationFieldName()
                                           throws java.io.IOException,
                                                  AutomationException
Deprecated. 
The field name on the feature source to be used as the from elevation field when determining connectivity at coincident end vertices.

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

setFromElevationFieldName

public void setFromElevationFieldName(java.lang.String name)
                               throws java.io.IOException,
                                      AutomationException
Deprecated. 
The field name on the feature source to be used as the from elevation field when determining connectivity at coincident end vertices.

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

getToElevationFieldName

public java.lang.String getToElevationFieldName()
                                         throws java.io.IOException,
                                                AutomationException
Deprecated. 
The field name on the feature source to be used as the to elevation field when determining connectivity at coincident end vertices.

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

setToElevationFieldName

public void setToElevationFieldName(java.lang.String name)
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
The field name on the feature source to be used as the to elevation field when determining connectivity at coincident end vertices.

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