|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface INetworkQuery2
Provides access to members that query the elements of the network dataset.
Method Summary | |
---|---|
Date |
convertLocalTimeToUTCTime(int localTimeZoneID,
Date localTime)
Converts local time for the given time zone to UTC time. |
Date |
convertUTCTimeToLocalTime(int localTimeZoneID,
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 |
Method Detail |
---|
int getTimeZoneID(INetworkElement networkElement) throws IOException, AutomationException
networkElement
- A reference to a com.esri.arcgis.geodatabase.INetworkElement (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.Date convertLocalTimeToUTCTime(int localTimeZoneID, Date localTime) throws IOException, AutomationException
localTimeZoneID
- The localTimeZoneID (in)localTime
- The localTime (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.Date convertUTCTimeToLocalTime(int localTimeZoneID, Date utcTime) throws IOException, AutomationException
localTimeZoneID
- The localTimeZoneID (in)utcTime
- The utcTime (in)
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 |