public class IEdgeFeatureSourceProxy extends com.esri.arcgis.interop.Dispatch implements IEdgeFeatureSource, java.io.Serializable
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 =
| Modifier and Type | Field and Description |
|---|---|
boolean |
noncastable |
static java.lang.Class |
targetClass |
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRefIID, IIDcc16e6db_051a_4ccb_adaf_0ca823ecd00b| Modifier | Constructor and Description |
|---|---|
|
IEdgeFeatureSourceProxy()
For internal use only
|
|
IEdgeFeatureSourceProxy(java.lang.Object obj) |
protected |
IEdgeFeatureSourceProxy(java.lang.Object obj,
java.lang.String iid) |
|
IEdgeFeatureSourceProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo) |
protected |
IEdgeFeatureSourceProxy(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 |
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.
|
int |
getClassConnectivityGroup()
Connectivity group in which this edge feature source participates.
|
int |
getClassConnectivityPolicy()
Policy determining how all edge elements in this source connect to each other.
|
java.lang.String |
getFromElevationFieldName()
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)
Connectivity group in which the specified subtype of this edge feature source participates.
|
int |
getSubtypeConnectivityPolicy(int subtypeCode)
Policy determining how the edge elements in the specified subtype of this source connect to each other.
|
java.lang.String |
getToElevationFieldName()
The field name on the feature source to be used as the to elevation field when determining connectivity at coincident end vertices.
|
boolean |
isUsesSubtypes()
Indicates if this edge feature source determines connectivity groups and policies by subtypes.
|
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 |
setClassConnectivityGroup(int group)
Connectivity group in which this edge feature source participates.
|
void |
setClassConnectivityPolicy(int policy)
Policy determining how all edge elements in this source connect to each other.
|
void |
setFromElevationFieldName(java.lang.String name)
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)
Connectivity group in which the specified subtype of this edge feature source participates.
|
void |
setSubtypeConnectivityPolicy(int subtypeCode,
int policy)
Policy determining how the edge elements in the specified subtype of this source connect to each other.
|
void |
setToElevationFieldName(java.lang.String name)
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)
Indicates if this edge 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, writeExternalpublic static final java.lang.Class targetClass
public boolean noncastable
public IEdgeFeatureSourceProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.net.UnknownHostException,
java.io.IOException
java.net.UnknownHostExceptionjava.io.IOExceptionpublic IEdgeFeatureSourceProxy()
public IEdgeFeatureSourceProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOExceptionprotected IEdgeFeatureSourceProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOExceptionprotected IEdgeFeatureSourceProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.io.IOException
java.io.IOExceptionpublic void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
com.esri.arcgis.interop.DispatchaddListener in class com.esri.arcgis.interop.DispatchiidStr - 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.IOExceptionpublic void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
com.esri.arcgis.interop.DispatchremoveListener in class com.esri.arcgis.interop.DispatchiidStr - the ID of the outgoing interface, implemented by the listenertheListener - the object that no longer wishes to be informed of the eventsjava.io.IOExceptionpublic int getClassConnectivityPolicy()
throws java.io.IOException,
AutomationException
getClassConnectivityPolicy in interface IEdgeFeatureSourcejava.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 IEdgeFeatureSourcepolicy - A com.esri.arcgis.geodatabase.esriNetworkEdgeConnectivityPolicy constant (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getClassConnectivityGroup()
throws java.io.IOException,
AutomationException
getClassConnectivityGroup in interface IEdgeFeatureSourcejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setClassConnectivityGroup(int group)
throws java.io.IOException,
AutomationException
setClassConnectivityGroup in interface IEdgeFeatureSourcegroup - The group (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 IEdgeFeatureSourcesubtypeCode - 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 IEdgeFeatureSourcesubtypeCode - The subtypeCode (in)policy - A com.esri.arcgis.geodatabase.esriNetworkEdgeConnectivityPolicy constant (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getSubtypeConnectivityGroup(int subtypeCode)
throws java.io.IOException,
AutomationException
getSubtypeConnectivityGroup in interface IEdgeFeatureSourcesubtypeCode - The subtypeCode (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setSubtypeConnectivityGroup(int subtypeCode,
int group)
throws java.io.IOException,
AutomationException
setSubtypeConnectivityGroup in interface IEdgeFeatureSourcesubtypeCode - The subtypeCode (in)group - The group (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 IEdgeFeatureSourcejava.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 IEdgeFeatureSourcebySubtype - The bySubtype (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getFromElevationFieldName()
throws java.io.IOException,
AutomationException
getFromElevationFieldName in interface IEdgeFeatureSourcejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setFromElevationFieldName(java.lang.String name)
throws java.io.IOException,
AutomationException
setFromElevationFieldName in interface IEdgeFeatureSourcename - The name (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getToElevationFieldName()
throws java.io.IOException,
AutomationException
getToElevationFieldName in interface IEdgeFeatureSourcejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setToElevationFieldName(java.lang.String name)
throws java.io.IOException,
AutomationException
setToElevationFieldName in interface IEdgeFeatureSourcename - The name (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.