|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface INAServerNetworkSource
Deprecated as of 10.0. Provides access to properties that describe a network source.
At version 10.1, ArcGIS for Server no longer supports performing network analysis via local connections using the GISServer and GISClient APIs. Use the SOAP or REST API instead.
The INAServerNetworkSource interface is used to access the properties of a network source within NAServer.
Method Summary | |
---|---|
int |
getElementType()
Network element type of this network source. |
int |
getID()
Unique identifier of this network source. |
String |
getName()
Name of the class associated with this network source. |
int |
getSourceType()
Type of network source. |
Method Detail |
---|
String getName() throws IOException, AutomationException
Name specifies the name of the network source.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getID() throws IOException, AutomationException
ID specifies the ID of the network source within the network dataset.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getSourceType() throws IOException, AutomationException
SourceType specifies the esriNetworkSourceType of the network source. Valid values include network source (default), system junction, junction feature, edge feature, and turn feature.
This property is useful if you need to find the source that corresponds to system junctions (esriNSTSystemJunction).
All SDC network sources have a source type of esriNSTNetworkSource.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getElementType() throws IOException, AutomationException
ElementType specifies the esriNetworkElementType of the network source. Valid values include junction, edge, and turn.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |