public interface INetworkSource
extends java.io.Serializable
Description: 'Provides access to members that specify the properties of a source in a network dataset.' 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 |
IID10f8d75c_1d54_4f2a_8ce8_fb7d50a0df1d |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
int |
getElementType()
Network element type of this network source.
|
int |
getGeometryType()
The enumerated geometry type.
|
int |
getID()
Unique identifier of this network source.
|
java.lang.String |
getName()
Name of the class associated with this network source.
|
INetworkSourceDirections |
getNetworkSourceDirections()
The directions settings for this network source.
|
IPropertySet |
getProperties()
Property set of this network source.
|
int |
getSourceType()
Type of network source.
|
boolean |
isUsesGeometryInConnectivity()
Indicates if the source object's geometry is used in determining network connectivity.
|
void |
setElementType(int elementType)
Network element type of this network source.
|
void |
setName(java.lang.String sourceName)
Name of the class associated with this network source.
|
void |
setNetworkSourceDirectionsByRef(INetworkSourceDirections sourceDirections)
The directions settings for this network source.
|
void |
setProperties(IPropertySet sourceProperties)
Property set of this network source.
|
void |
setUsesGeometryInConnectivity(boolean usesGeometry)
Indicates if the source object's geometry is used in determining network connectivity.
|
static final int IID10f8d75c_1d54_4f2a_8ce8_fb7d50a0df1d
static final int xxDummy
static final java.lang.String IID
int getID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getElementType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setElementType(int elementType) throws java.io.IOException, AutomationException
elementType
- A com.esri.arcgis.geodatabase.esriNetworkElementType constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setName(java.lang.String sourceName) throws java.io.IOException, AutomationException
sourceName
- The sourceName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IPropertySet getProperties() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setProperties(IPropertySet sourceProperties) throws java.io.IOException, AutomationException
sourceProperties
- A reference to a com.esri.arcgis.system.IPropertySet (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isUsesGeometryInConnectivity() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setUsesGeometryInConnectivity(boolean usesGeometry) throws java.io.IOException, AutomationException
usesGeometry
- The usesGeometry (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getSourceType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.INetworkSourceDirections getNetworkSourceDirections() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setNetworkSourceDirectionsByRef(INetworkSourceDirections sourceDirections) throws java.io.IOException, AutomationException
sourceDirections
- A reference to a com.esri.arcgis.geodatabase.INetworkSourceDirections (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getGeometryType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.