com.esri.arcgis.geodatabase
Class IJunctionFeatureSourceProxy

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

Deprecated. Internal use only. Proxy for COM Interface 'IJunctionFeatureSource'. 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 junction elements are derived from point 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 IJunctionFeatureSourceProxy
extends com.esri.arcgis.interop.Dispatch
implements IJunctionFeatureSource, 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.IJunctionFeatureSource
IID, IID442ace6e_78ca_452f_91e9_405534cc9d27
 
Constructor Summary
  IJunctionFeatureSourceProxy()
          Deprecated. For internal use only
  IJunctionFeatureSourceProxy(java.lang.Object obj)
          Deprecated.  
protected IJunctionFeatureSourceProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IJunctionFeatureSourceProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IJunctionFeatureSourceProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
 
Method Summary
 void addClassConnectivityGroup(int group)
          Deprecated. Adds a connectivity group in which this junction feature source participates.
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Deprecated.  
 void addSubtypeConnectivityGroup(int subtypeCode, int group)
          Deprecated. Adds a connectivity group in which the specified subtype of this junction feature source participates.
 ILongArray getClassConnectivityGroups()
          Deprecated. Connectivity groups in which this junction feature source participates.
 int getClassConnectivityPolicy()
          Deprecated. Policy determining how all junction elements in this source connect to other edge elements.
 java.lang.String getElevationFieldName()
          Deprecated. The field name on the feature source to be used as the elevation field when determining connectivity at coincident vertices.
 ILongArray getSubtypeConnectivityGroups(int subtypeCode)
          Deprecated. Connectivity groups in which the specified subtype of this junction feature source participates.
 int getSubtypeConnectivityPolicy(int subtypeCode)
          Deprecated. Policy determining how the junction elements in the specified subtype of this source connect to other edge elements.
 boolean isUsesSubtypes()
          Deprecated. Indicates if this junction feature source determines connectivity groups and policies by subtypes.
 void removeAllClassConnectivityGroups()
          Deprecated. Removes all connectivity groups in which this junction feature source participates.
 void removeAllSubtypeConnectivityGroups(int subtypeCode)
          Deprecated. Removes all connectivity groups in which the specified subtype of this junction feature source participates.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setClassConnectivityPolicy(int policy)
          Deprecated. Policy determining how all junction elements in this source connect to other edge elements.
 void setElevationFieldName(java.lang.String name)
          Deprecated. The field name on the feature source to be used as the elevation field when determining connectivity at coincident vertices.
 void setSubtypeConnectivityPolicy(int subtypeCode, int policy)
          Deprecated. Policy determining how the junction elements in the specified subtype of this source connect to other edge elements.
 void setUsesSubtypes(boolean bySubtype)
          Deprecated. Indicates if this junction 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

IJunctionFeatureSourceProxy

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

IJunctionFeatureSourceProxy

public IJunctionFeatureSourceProxy()
Deprecated. 
For internal use only


IJunctionFeatureSourceProxy

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

IJunctionFeatureSourceProxy

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

IJunctionFeatureSourceProxy

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

getClassConnectivityGroups

public ILongArray getClassConnectivityGroups()
                                      throws java.io.IOException,
                                             AutomationException
Deprecated. 
Connectivity groups in which this junction feature source participates.

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

addClassConnectivityGroup

public void addClassConnectivityGroup(int group)
                               throws java.io.IOException,
                                      AutomationException
Deprecated. 
Adds a connectivity group in which this junction feature source participates.

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

removeAllClassConnectivityGroups

public void removeAllClassConnectivityGroups()
                                      throws java.io.IOException,
                                             AutomationException
Deprecated. 
Removes all connectivity groups in which this junction feature source participates.

Specified by:
removeAllClassConnectivityGroups in interface IJunctionFeatureSource
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSubtypeConnectivityGroups

public ILongArray getSubtypeConnectivityGroups(int subtypeCode)
                                        throws java.io.IOException,
                                               AutomationException
Deprecated. 
Connectivity groups in which the specified subtype of this junction feature source participates.

Specified by:
getSubtypeConnectivityGroups in interface IJunctionFeatureSource
Parameters:
subtypeCode - The subtypeCode (in)
Returns:
A reference to a com.esri.arcgis.system.ILongArray
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

addSubtypeConnectivityGroup

public void addSubtypeConnectivityGroup(int subtypeCode,
                                        int group)
                                 throws java.io.IOException,
                                        AutomationException
Deprecated. 
Adds a connectivity group in which the specified subtype of this junction feature source participates.

Specified by:
addSubtypeConnectivityGroup in interface IJunctionFeatureSource
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.

removeAllSubtypeConnectivityGroups

public void removeAllSubtypeConnectivityGroups(int subtypeCode)
                                        throws java.io.IOException,
                                               AutomationException
Deprecated. 
Removes all connectivity groups in which the specified subtype of this junction feature source participates.

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

getClassConnectivityPolicy

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

Specified by:
getClassConnectivityPolicy in interface IJunctionFeatureSource
Returns:
A com.esri.arcgis.geodatabase.esriNetworkJunctionConnectivityPolicy 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 junction elements in this source connect to other edge elements.

Specified by:
setClassConnectivityPolicy in interface IJunctionFeatureSource
Parameters:
policy - A com.esri.arcgis.geodatabase.esriNetworkJunctionConnectivityPolicy constant (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 junction elements in the specified subtype of this source connect to other edge elements.

Specified by:
getSubtypeConnectivityPolicy in interface IJunctionFeatureSource
Parameters:
subtypeCode - The subtypeCode (in)
Returns:
A com.esri.arcgis.geodatabase.esriNetworkJunctionConnectivityPolicy 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 junction elements in the specified subtype of this source connect to other edge elements.

Specified by:
setSubtypeConnectivityPolicy in interface IJunctionFeatureSource
Parameters:
subtypeCode - The subtypeCode (in)
policy - A com.esri.arcgis.geodatabase.esriNetworkJunctionConnectivityPolicy constant (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 junction feature source determines connectivity groups and policies by subtypes.

Specified by:
isUsesSubtypes in interface IJunctionFeatureSource
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 junction feature source determines connectivity groups and policies by subtypes.

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

getElevationFieldName

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

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

setElevationFieldName

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

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