public class IJunctionFeatureSourceProxy extends com.esri.arcgis.interop.Dispatch implements IJunctionFeatureSource, java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
boolean |
noncastable |
static java.lang.Class |
targetClass |
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
IID, IID442ace6e_78ca_452f_91e9_405534cc9d27
Modifier | Constructor and Description |
---|---|
|
IJunctionFeatureSourceProxy()
For internal use only
|
|
IJunctionFeatureSourceProxy(java.lang.Object obj) |
protected |
IJunctionFeatureSourceProxy(java.lang.Object obj,
java.lang.String iid) |
|
IJunctionFeatureSourceProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo) |
protected |
IJunctionFeatureSourceProxy(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 |
addClassConnectivityGroup(int group)
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)
Adds a Java object to be a listener for a specific kind of event generated by the COM object.
|
void |
addSubtypeConnectivityGroup(int subtypeCode,
int group)
Adds a connectivity group in which the specified subtype of this junction feature source participates.
|
ILongArray |
getClassConnectivityGroups()
Connectivity groups in which this junction feature source participates.
|
int |
getClassConnectivityPolicy()
Policy determining how all junction elements in this source connect to other edge elements.
|
java.lang.String |
getElevationFieldName()
The field name on the feature source to be used as the elevation field when determining connectivity at coincident vertices.
|
ILongArray |
getSubtypeConnectivityGroups(int subtypeCode)
Connectivity groups in which the specified subtype of this junction feature source participates.
|
int |
getSubtypeConnectivityPolicy(int subtypeCode)
Policy determining how the junction elements in the specified subtype of this source connect to other edge elements.
|
boolean |
isUsesSubtypes()
Indicates if this junction feature source determines connectivity groups and policies by subtypes.
|
void |
removeAllClassConnectivityGroups()
Removes all connectivity groups in which this junction feature source participates.
|
void |
removeAllSubtypeConnectivityGroups(int subtypeCode)
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)
Removes a Java object as a listener to events generated by a COM object.
|
void |
setClassConnectivityPolicy(int policy)
Policy determining how all junction elements in this source connect to other edge elements.
|
void |
setElevationFieldName(java.lang.String name)
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)
Policy determining how the junction elements in the specified subtype of this source connect to other edge elements.
|
void |
setUsesSubtypes(boolean bySubtype)
Indicates if this junction feature source determines connectivity groups and policies by subtypes.
|
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
public static final java.lang.Class targetClass
public boolean noncastable
public IJunctionFeatureSourceProxy(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 IJunctionFeatureSourceProxy()
public IJunctionFeatureSourceProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IJunctionFeatureSourceProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IJunctionFeatureSourceProxy(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
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
addListener
in class com.esri.arcgis.interop.Dispatch
iidStr
- 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.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
removeListener
in class com.esri.arcgis.interop.Dispatch
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object that no longer wishes to be informed of the eventsjava.io.IOException
public ILongArray getClassConnectivityGroups() throws java.io.IOException, AutomationException
getClassConnectivityGroups
in interface IJunctionFeatureSource
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void addClassConnectivityGroup(int group) throws java.io.IOException, AutomationException
addClassConnectivityGroup
in interface IJunctionFeatureSource
group
- The group (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void removeAllClassConnectivityGroups() throws java.io.IOException, AutomationException
removeAllClassConnectivityGroups
in interface IJunctionFeatureSource
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public ILongArray getSubtypeConnectivityGroups(int subtypeCode) throws java.io.IOException, AutomationException
getSubtypeConnectivityGroups
in interface IJunctionFeatureSource
subtypeCode
- The subtypeCode (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void addSubtypeConnectivityGroup(int subtypeCode, int group) throws java.io.IOException, AutomationException
addSubtypeConnectivityGroup
in interface IJunctionFeatureSource
subtypeCode
- The subtypeCode (in)group
- The group (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void removeAllSubtypeConnectivityGroups(int subtypeCode) throws java.io.IOException, AutomationException
removeAllSubtypeConnectivityGroups
in interface IJunctionFeatureSource
subtypeCode
- The subtypeCode (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getClassConnectivityPolicy() throws java.io.IOException, AutomationException
getClassConnectivityPolicy
in interface IJunctionFeatureSource
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setClassConnectivityPolicy(int policy) throws java.io.IOException, AutomationException
setClassConnectivityPolicy
in interface IJunctionFeatureSource
policy
- A com.esri.arcgis.geodatabase.esriNetworkJunctionConnectivityPolicy constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getSubtypeConnectivityPolicy(int subtypeCode) throws java.io.IOException, AutomationException
getSubtypeConnectivityPolicy
in interface IJunctionFeatureSource
subtypeCode
- The subtypeCode (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setSubtypeConnectivityPolicy(int subtypeCode, int policy) throws java.io.IOException, AutomationException
setSubtypeConnectivityPolicy
in interface IJunctionFeatureSource
subtypeCode
- The subtypeCode (in)policy
- A com.esri.arcgis.geodatabase.esriNetworkJunctionConnectivityPolicy constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isUsesSubtypes() throws java.io.IOException, AutomationException
isUsesSubtypes
in interface IJunctionFeatureSource
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setUsesSubtypes(boolean bySubtype) throws java.io.IOException, AutomationException
setUsesSubtypes
in interface IJunctionFeatureSource
bySubtype
- The bySubtype (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.String getElevationFieldName() throws java.io.IOException, AutomationException
getElevationFieldName
in interface IJunctionFeatureSource
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setElevationFieldName(java.lang.String name) throws java.io.IOException, AutomationException
setElevationFieldName
in interface IJunctionFeatureSource
name
- The name (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.