com.esri.arcgis.geodatabase
Interface INetworkQuery2

All Superinterfaces:
INetworkQuery, java.io.Serializable
All Known Subinterfaces:
INetworkQuery3
All Known Implementing Classes:
INetworkQuery2Proxy, INetworkQuery3Proxy, NetworkDataset

public interface INetworkQuery2
extends INetworkQuery, java.io.Serializable

COM Interface 'INetworkQuery2'. 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 IIDf5c55877_9fbe_47dc_92cd_b49037605b9f
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabase.INetworkQuery
IID73bed6fc_fda9_45b0_a82d_1b42d52a26d0
 
Method Summary
 java.util.Date convertLocalTimeToUTCTime(int localTimeZoneID, java.util.Date localTime)
          Converts local time for the given time zone to UTC time.
 java.util.Date convertUTCTimeToLocalTime(int localTimeZoneID, java.util.Date utcTime)
          Converts UTC time to local time for the given time zone.
 int getTimeZoneID(INetworkElement networkElement)
          The time zone ID for the given network element.
 
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

IIDf5c55877_9fbe_47dc_92cd_b49037605b9f

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

getTimeZoneID

int getTimeZoneID(INetworkElement networkElement)
                  throws java.io.IOException,
                         AutomationException
The time zone ID for the given network element.

Parameters:
networkElement - A reference to a com.esri.arcgis.geodatabase.INetworkElement (in)
Returns:
The timeZoneID
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

convertLocalTimeToUTCTime

java.util.Date convertLocalTimeToUTCTime(int localTimeZoneID,
                                         java.util.Date localTime)
                                         throws java.io.IOException,
                                                AutomationException
Converts local time for the given time zone to UTC time.

Parameters:
localTimeZoneID - The localTimeZoneID (in)
localTime - The localTime (in)
Returns:
The utcTime
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

convertUTCTimeToLocalTime

java.util.Date convertUTCTimeToLocalTime(int localTimeZoneID,
                                         java.util.Date utcTime)
                                         throws java.io.IOException,
                                                AutomationException
Converts UTC time to local time for the given time zone.

Parameters:
localTimeZoneID - The localTimeZoneID (in)
utcTime - The utcTime (in)
Returns:
The localTime
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.