Description: 'Provides access to members that control the Time Zone Factory.' 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 =
public class ITimeZoneFactory3Proxy extends ITimeZoneFactory2Proxy implements ITimeZoneFactory3, java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
boolean |
noncastable
Deprecated.
|
static java.lang.Class |
targetClass
Deprecated.
|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRefIID, IID13a006d4_c2e5_44af_b641_a09db8216761IID4caa06be_7199_40b3_adb6_78bae35d5227IID1b4768dd_508e_4946_ab04_e042dfceb29f| Modifier | Constructor and Description |
|---|---|
|
ITimeZoneFactory3Proxy()
Deprecated.
For internal use only
|
|
ITimeZoneFactory3Proxy(java.lang.Object obj)
Deprecated.
|
protected |
ITimeZoneFactory3Proxy(java.lang.Object obj,
java.lang.String iid)
Deprecated.
|
|
ITimeZoneFactory3Proxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
protected |
ITimeZoneFactory3Proxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated.
Adds a Java object to be a listener for a specific kind of event generated by the COM object.
|
ITimeReference |
createTimeReference(java.lang.String iD)
Deprecated.
Creates a time reference from a time zone ID.
|
void |
getFirstTimeZoneID(java.lang.String[] firstTimeZoneOlsonID)
Deprecated.
The first time zone olson ID.
|
void |
getNextTimeZoneID(java.lang.String currentTimeZoneOlsonID,
java.lang.String[] nextTimeZoneOlsonID)
Deprecated.
The next time zone olson ID after the given time zone olson ID.
|
java.lang.String |
queryLocalTimeZoneID()
Deprecated.
Obtains the machine's current local time zone olson ID.
|
void |
queryTimeZoneDefaultOffsets(java.lang.String iD,
int[] stdOffsetFromUTC,
int[] dstOffsetFromStd)
Deprecated.
Get the default standard and daylight offsets in milliseconds for the time zone ID.
|
void |
queryTimeZoneDisplayName(java.lang.String iD,
java.lang.String[] displayName,
java.lang.String[] longDisplayName)
Deprecated.
Get the display name, and long display name if it exists, for the time zone ID.
|
java.lang.String |
queryTimeZoneOlsonIDFromWindowsID(java.lang.String windowsID,
boolean respectsDST)
Deprecated.
Returns the time zone olson ID that corresponds to the given time zone windows ID and respecting daylight saving time.
|
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated.
Removes a Java object as a listener to events generated by a COM object.
|
void |
updateOlsonIDFromWindowsID(ITimeReference timeReference)
Deprecated.
Sets the time zone olson ID based on the time reference's windows ID and respecting daylight saving time.
|
queryLocalTimeReference, reloadTimeZones, saveTimeZonescreateLocaleInfoFromLocaleID, createTimeReferenceFromWindowsID, createTimeZoneInfoFromWindowsID, getFirstLocaleID, getFirstTimeZoneWindowsID, getNextLocaleID, getNextTimeZoneWindowsID, isValidLocaleID, isValidTimeZoneWindowsID, queryLocalTimeZoneWindowsID, queryTimeZoneOlsonIDsFromWindowsID, queryTimeZoneWindowsIDFromOlsonIDbindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternalclone, finalize, getClass, notify, notifyAll, wait, wait, waitqueryLocalTimeReference, reloadTimeZones, saveTimeZonescreateLocaleInfoFromLocaleID, createTimeReferenceFromWindowsID, createTimeZoneInfoFromWindowsID, getFirstLocaleID, getFirstTimeZoneWindowsID, getNextLocaleID, getNextTimeZoneWindowsID, isValidLocaleID, isValidTimeZoneWindowsID, queryLocalTimeZoneWindowsID, queryTimeZoneOlsonIDsFromWindowsID, queryTimeZoneWindowsIDFromOlsonIDpublic static final java.lang.Class targetClass
public boolean noncastable
public ITimeZoneFactory3Proxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.net.UnknownHostException,
java.io.IOException
java.net.UnknownHostExceptionjava.io.IOExceptionpublic ITimeZoneFactory3Proxy()
public ITimeZoneFactory3Proxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOExceptionprotected ITimeZoneFactory3Proxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOExceptionprotected ITimeZoneFactory3Proxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.io.IOException
java.io.IOExceptionpublic void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
com.esri.arcgis.interop.DispatchaddListener in class ITimeZoneFactory2ProxyiidStr - the ID of the outgoing interface, implemented by the listenertheListener - the object to be informed of the eventstheSource - the proxy class that represents the COM class that is the source of the eventsjava.io.IOExceptionpublic void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
com.esri.arcgis.interop.DispatchremoveListener in class ITimeZoneFactory2ProxyiidStr - the ID of the outgoing interface, implemented by the listenertheListener - the object that no longer wishes to be informed of the eventsjava.io.IOExceptionpublic ITimeReference createTimeReference(java.lang.String iD) throws java.io.IOException, AutomationException
createTimeReference in interface ITimeZoneFactory3iD - The iD (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String queryLocalTimeZoneID()
throws java.io.IOException,
AutomationException
queryLocalTimeZoneID in interface ITimeZoneFactory3java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void queryTimeZoneDisplayName(java.lang.String iD,
java.lang.String[] displayName,
java.lang.String[] longDisplayName)
throws java.io.IOException,
AutomationException
queryTimeZoneDisplayName in interface ITimeZoneFactory3iD - The iD (in)displayName - The displayName (out: use single element array)longDisplayName - The longDisplayName (out: use single element array)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void queryTimeZoneDefaultOffsets(java.lang.String iD,
int[] stdOffsetFromUTC,
int[] dstOffsetFromStd)
throws java.io.IOException,
AutomationException
queryTimeZoneDefaultOffsets in interface ITimeZoneFactory3iD - The iD (in)stdOffsetFromUTC - The stdOffsetFromUTC (out: use single element array)dstOffsetFromStd - The dstOffsetFromStd (out: use single element array)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void getFirstTimeZoneID(java.lang.String[] firstTimeZoneOlsonID)
throws java.io.IOException,
AutomationException
getFirstTimeZoneID in interface ITimeZoneFactory3firstTimeZoneOlsonID - The firstTimeZoneOlsonID (out: use single element array)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void getNextTimeZoneID(java.lang.String currentTimeZoneOlsonID,
java.lang.String[] nextTimeZoneOlsonID)
throws java.io.IOException,
AutomationException
getNextTimeZoneID in interface ITimeZoneFactory3currentTimeZoneOlsonID - The currentTimeZoneOlsonID (in)nextTimeZoneOlsonID - The nextTimeZoneOlsonID (out: use single element array)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String queryTimeZoneOlsonIDFromWindowsID(java.lang.String windowsID,
boolean respectsDST)
throws java.io.IOException,
AutomationException
queryTimeZoneOlsonIDFromWindowsID in interface ITimeZoneFactory3windowsID - The windowsID (in)respectsDST - The respectsDST (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void updateOlsonIDFromWindowsID(ITimeReference timeReference) throws java.io.IOException, AutomationException
updateOlsonIDFromWindowsID in interface ITimeZoneFactory3timeReference - A reference to a com.esri.arcgis.system.ITimeReference (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.