public interface IEdgeFeatureSource
extends 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 |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDcc16e6db_051a_4ccb_adaf_0ca823ecd00b |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
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 |
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.
|
static final int IIDcc16e6db_051a_4ccb_adaf_0ca823ecd00b
static final int xxDummy
static final java.lang.String IID
int getClassConnectivityPolicy() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setClassConnectivityPolicy(int policy) throws java.io.IOException, AutomationException
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.int getClassConnectivityGroup() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setClassConnectivityGroup(int group) throws java.io.IOException, AutomationException
group
- The group (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getSubtypeConnectivityPolicy(int subtypeCode) throws java.io.IOException, AutomationException
subtypeCode
- The subtypeCode (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setSubtypeConnectivityPolicy(int subtypeCode, int policy) throws java.io.IOException, AutomationException
subtypeCode
- 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.int getSubtypeConnectivityGroup(int subtypeCode) throws java.io.IOException, AutomationException
subtypeCode
- The subtypeCode (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setSubtypeConnectivityGroup(int subtypeCode, int group) throws java.io.IOException, AutomationException
subtypeCode
- The subtypeCode (in)group
- The group (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isUsesSubtypes() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setUsesSubtypes(boolean bySubtype) throws java.io.IOException, AutomationException
bySubtype
- The bySubtype (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getFromElevationFieldName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setFromElevationFieldName(java.lang.String name) throws java.io.IOException, AutomationException
name
- The name (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getToElevationFieldName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setToElevationFieldName(java.lang.String name) throws java.io.IOException, AutomationException
name
- The name (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.