com.esri.arcgis.catalogUI
Interface INetworkElevationConfiguration

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
INetworkElevationConfiguration2
All Known Implementing Classes:
INetworkElevationConfiguration2Proxy, INetworkElevationConfigurationProxy, NetworkConfiguration

public interface INetworkElevationConfiguration
extends java.io.Serializable

COM Interface 'INetworkElevationConfiguration'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriCatalogUI.olb'

Description: 'Provides access to the network elevation configuration.' 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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID6dc46e9d_90ec_4f58_8655_44709ba94c54
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IStringArray getBaseNames()
          The root names of the elevation fields.
 IStringArray getFromEndPrefixes()
          The elevation prefixes for the from end.
 IStringArray getToEndPrefixes()
          The elevation prefixes for the to end.
 

Field Detail

IID6dc46e9d_90ec_4f58_8655_44709ba94c54

static final int IID6dc46e9d_90ec_4f58_8655_44709ba94c54
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
Method Detail

getFromEndPrefixes

IStringArray getFromEndPrefixes()
                                throws java.io.IOException,
                                       AutomationException
The elevation prefixes for the from end.

Returns:
A reference to a com.esri.arcgis.system.IStringArray
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getToEndPrefixes

IStringArray getToEndPrefixes()
                              throws java.io.IOException,
                                     AutomationException
The elevation prefixes for the to end.

Returns:
A reference to a com.esri.arcgis.system.IStringArray
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getBaseNames

IStringArray getBaseNames()
                          throws java.io.IOException,
                                 AutomationException
The root names of the elevation fields.

Returns:
A reference to a com.esri.arcgis.system.IStringArray
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.