Description: 'Provides access to members that control the time zone information.' 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 ITimeZoneInfoProxy extends com.esri.arcgis.interop.Dispatch implements ITimeZoneInfo, 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, IID0f8fd6ab_ce6d_4bb2_a5ef_2f6035e304c5| Modifier | Constructor and Description |
|---|---|
|
ITimeZoneInfoProxy()
Deprecated.
For internal use only
|
|
ITimeZoneInfoProxy(java.lang.Object obj)
Deprecated.
|
protected |
ITimeZoneInfoProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated.
|
|
ITimeZoneInfoProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
protected |
ITimeZoneInfoProxy(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 |
addDynamicRule(ITimeZoneRule dynamicRule)
Deprecated.
Adds a dynamic adjustment to the time zone.
|
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.
|
java.lang.String |
getCustomDescription()
Deprecated.
Custom description for the time zone.
|
java.lang.String |
getDaylightTimeName()
Deprecated.
The time zone name during daylight time.
|
ITimeZoneRule |
getDefaultRule()
Deprecated.
The default time zone adjustment rule.
|
java.lang.String |
getDisplayName()
Deprecated.
Descriptive display name of the time zone.
|
ITimeZoneRule |
getDynamicRule(int year)
Deprecated.
The dynamic adjustment rule for a specific year.
|
int |
getDynamicRulesCount()
Deprecated.
Number of dynamic adjustment rules for the time zone.
|
int |
getFirstDynamicRuleYear()
Deprecated.
The first dynamic adjustment rule year.
|
int |
getLastDynamicRuleYear()
Deprecated.
The last dynamic adjustment rule year.
|
int |
getNextDynamicRuleYear(int currentDynamicRuleYear)
Deprecated.
The next dynamic adjustment rule year that cyclicly proceeds the given dynamic adjustment rule year.
|
java.lang.String |
getStandardTimeName()
Deprecated.
The time zone name during standard time.
|
java.lang.String |
getWindowsID()
Deprecated.
Time zone Windows ID name.
|
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 |
setCustomDescription(java.lang.String displayName)
Deprecated.
Custom description for the time zone.
|
void |
setDaylightTimeName(java.lang.String daylightTimeName)
Deprecated.
The time zone name during daylight time.
|
void |
setDefaultRule(ITimeZoneRule defaultTimeZoneRule)
Deprecated.
The default time zone adjustment rule.
|
void |
setDisplayName(java.lang.String displayName)
Deprecated.
Descriptive display name of the time zone.
|
void |
setStandardTimeName(java.lang.String standardTimeName)
Deprecated.
The time zone name during standard time.
|
void |
setWindowsID(java.lang.String windowsID)
Deprecated.
Time zone Windows ID name.
|
bindUsingMoniker, 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, writeExternalpublic static final java.lang.Class targetClass
public boolean noncastable
public ITimeZoneInfoProxy(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 ITimeZoneInfoProxy()
public ITimeZoneInfoProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOExceptionprotected ITimeZoneInfoProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOExceptionprotected ITimeZoneInfoProxy(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 com.esri.arcgis.interop.DispatchiidStr - 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 com.esri.arcgis.interop.DispatchiidStr - the ID of the outgoing interface, implemented by the listenertheListener - the object that no longer wishes to be informed of the eventsjava.io.IOExceptionpublic java.lang.String getWindowsID()
throws java.io.IOException,
AutomationException
getWindowsID in interface ITimeZoneInfojava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setWindowsID(java.lang.String windowsID)
throws java.io.IOException,
AutomationException
setWindowsID in interface ITimeZoneInfowindowsID - The windowsID (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getDisplayName()
throws java.io.IOException,
AutomationException
getDisplayName in interface ITimeZoneInfojava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setDisplayName(java.lang.String displayName)
throws java.io.IOException,
AutomationException
setDisplayName in interface ITimeZoneInfodisplayName - The displayName (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getCustomDescription()
throws java.io.IOException,
AutomationException
getCustomDescription in interface ITimeZoneInfojava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setCustomDescription(java.lang.String displayName)
throws java.io.IOException,
AutomationException
setCustomDescription in interface ITimeZoneInfodisplayName - The displayName (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getDaylightTimeName()
throws java.io.IOException,
AutomationException
getDaylightTimeName in interface ITimeZoneInfojava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setDaylightTimeName(java.lang.String daylightTimeName)
throws java.io.IOException,
AutomationException
setDaylightTimeName in interface ITimeZoneInfodaylightTimeName - The daylightTimeName (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getStandardTimeName()
throws java.io.IOException,
AutomationException
getStandardTimeName in interface ITimeZoneInfojava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setStandardTimeName(java.lang.String standardTimeName)
throws java.io.IOException,
AutomationException
setStandardTimeName in interface ITimeZoneInfostandardTimeName - The standardTimeName (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public ITimeZoneRule getDefaultRule() throws java.io.IOException, AutomationException
getDefaultRule in interface ITimeZoneInfojava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setDefaultRule(ITimeZoneRule defaultTimeZoneRule) throws java.io.IOException, AutomationException
setDefaultRule in interface ITimeZoneInfodefaultTimeZoneRule - A reference to a com.esri.arcgis.system.ITimeZoneRule (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getDynamicRulesCount()
throws java.io.IOException,
AutomationException
getDynamicRulesCount in interface ITimeZoneInfojava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getFirstDynamicRuleYear()
throws java.io.IOException,
AutomationException
getFirstDynamicRuleYear in interface ITimeZoneInfojava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getLastDynamicRuleYear()
throws java.io.IOException,
AutomationException
getLastDynamicRuleYear in interface ITimeZoneInfojava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getNextDynamicRuleYear(int currentDynamicRuleYear)
throws java.io.IOException,
AutomationException
getNextDynamicRuleYear in interface ITimeZoneInfocurrentDynamicRuleYear - The currentDynamicRuleYear (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public ITimeZoneRule getDynamicRule(int year) throws java.io.IOException, AutomationException
getDynamicRule in interface ITimeZoneInfoyear - The year (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void addDynamicRule(ITimeZoneRule dynamicRule) throws java.io.IOException, AutomationException
addDynamicRule in interface ITimeZoneInfodynamicRule - A reference to a com.esri.arcgis.system.ITimeZoneRule (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.