com.esri.arcgis.networkanalyst
Interface INAServerNetworkDescription3
- All Superinterfaces:
- INAServerNetworkDescription, INAServerNetworkDescription2, java.io.Serializable
- All Known Implementing Classes:
- INAServerNetworkDescription3Proxy, NAServerNetworkDescription
public interface INAServerNetworkDescription3
- extends INAServerNetworkDescription2, java.io.Serializable
COM Interface 'INAServerNetworkDescription3'. Generated 3/19/2015 1:20:59 PM
from 'C:\ArcGIS\COM\esriNetworkAnalyst.olb'
Description: 'Deprecated as of 10.0. Provides access to properties that describe the 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 =
IID6cbf5119_0b4c_45ec_b09b_7d523b91ff4c
static final int IID6cbf5119_0b4c_45ec_b09b_7d523b91ff4c
- See Also:
- Constant Field Values
xxDummy
static final int xxDummy
- Deprecated. Internal use only
- See Also:
- Constant Field Values
IID
static final java.lang.String IID
- Deprecated. Internal use only
- See Also:
- Constant Field Values
getElevationModel
int getElevationModel()
throws java.io.IOException,
AutomationException
- Network Dataset elevation model.
- Returns:
- A com.esri.arcgis.geodatabase.esriNetworkElevationModel constant
- Throws:
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
getTravelModes
INAServerTravelMode[] getTravelModes()
throws java.io.IOException,
AutomationException
- Array of Travel Modes in the network dataset.
- Returns:
- A reference to a com.esri.arcgis.networkanalyst.INAServerTravelMode array
- Throws:
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.