com.esri.arcgis.geodatabase
Interface INetworkQuery3

All Superinterfaces:
INetworkQuery, INetworkQuery2, java.io.Serializable
All Known Implementing Classes:
INetworkQuery3Proxy, NetworkDataset

public interface INetworkQuery3
extends INetworkQuery2, java.io.Serializable

COM Interface 'INetworkQuery3'. Generated 3/19/2015 1:20:57 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Provides access to members that query the elements of 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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDc8451f72_ca7e_47d1_8e07_d545073dedce
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabase.INetworkQuery2
IIDf5c55877_9fbe_47dc_92cd_b49037605b9f
 
Fields inherited from interface com.esri.arcgis.geodatabase.INetworkQuery
IID73bed6fc_fda9_45b0_a82d_1b42d52a26d0
 
Method Summary
 void refreshDynamicTrafficData(java.util.Date utcTime, int utcTimeUsage, java.util.Date[] pDynamicTrafficUTCStartTime, java.util.Date[] pDynamicTrafficUTCEndTime)
          Refreshes the current dynamic traffic data referenced by the network dataset based on the specified time and usage.
 
Methods inherited from interface com.esri.arcgis.geodatabase.INetworkQuery2
convertLocalTimeToUTCTime, convertUTCTimeToLocalTime, getTimeZoneID
 
Methods inherited from interface com.esri.arcgis.geodatabase.INetworkQuery
clearIDCache, createForwardStar, createForwardStarAdjacencies, createNetworkElement, getComplexTurnCount, getEdgesByPosition, getEdgesBySegment, getElementCount, getElements, getElementsByOID, getElementsByOIDs, getElementsForSource, getMaxEID, getMaxValence, populateIDCache, queryEdge, queryJunction, queryTurn
 

Field Detail

IIDc8451f72_ca7e_47d1_8e07_d545073dedce

static final int IIDc8451f72_ca7e_47d1_8e07_d545073dedce
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

refreshDynamicTrafficData

void refreshDynamicTrafficData(java.util.Date utcTime,
                               int utcTimeUsage,
                               java.util.Date[] pDynamicTrafficUTCStartTime,
                               java.util.Date[] pDynamicTrafficUTCEndTime)
                               throws java.io.IOException,
                                      AutomationException
Refreshes the current dynamic traffic data referenced by the network dataset based on the specified time and usage.

Parameters:
utcTime - The utcTime (in)
utcTimeUsage - A com.esri.arcgis.geodatabase.esriNetworkTimeUsage constant (in)
pDynamicTrafficUTCStartTime - The pDynamicTrafficUTCStartTime (out: use single element array)
pDynamicTrafficUTCEndTime - The pDynamicTrafficUTCEndTime (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.