com.esri.arcgis.system
Class ITimeZoneInfoProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.system.ITimeZoneInfoProxy
All Implemented Interfaces:
ITimeZoneInfo, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for COM Interface 'ITimeZoneInfo'. Generated 3/19/2015 1:20:51 PM from 'C:\ArcGIS\COM\esriSystem.olb'

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

Internal use class

See Also:
Serialized Form

Field Summary
 boolean noncastable
          Deprecated.  
static java.lang.Class targetClass
          Deprecated.  
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Fields inherited from interface com.esri.arcgis.system.ITimeZoneInfo
IID, IID0f8fd6ab_ce6d_4bb2_a5ef_2f6035e304c5
 
Constructor Summary
  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.  
 
Method Summary
 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.  
 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.  
 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.
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
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, writeExternal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

ITimeZoneInfoProxy

public ITimeZoneInfoProxy(java.lang.String CLSID,
                          java.lang.String host,
                          com.esri.arcgis.interop.AuthInfo authInfo)
                   throws java.net.UnknownHostException,
                          java.io.IOException
Deprecated. 
Throws:
java.net.UnknownHostException
java.io.IOException

ITimeZoneInfoProxy

public ITimeZoneInfoProxy()
Deprecated. 
For internal use only


ITimeZoneInfoProxy

public ITimeZoneInfoProxy(java.lang.Object obj)
                   throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

ITimeZoneInfoProxy

protected ITimeZoneInfoProxy(java.lang.Object obj,
                             java.lang.String iid)
                      throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

ITimeZoneInfoProxy

protected ITimeZoneInfoProxy(java.lang.String CLSID,
                             java.lang.String iid,
                             java.lang.String host,
                             com.esri.arcgis.interop.AuthInfo authInfo)
                      throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Deprecated. 
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Deprecated. 
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

getWindowsID

public java.lang.String getWindowsID()
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
Time zone Windows ID name.

Specified by:
getWindowsID in interface ITimeZoneInfo
Returns:
The windowsID
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setWindowsID

public void setWindowsID(java.lang.String windowsID)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Time zone Windows ID name.

Specified by:
setWindowsID in interface ITimeZoneInfo
Parameters:
windowsID - The windowsID (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDisplayName

public java.lang.String getDisplayName()
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
Descriptive display name of the time zone.

Specified by:
getDisplayName in interface ITimeZoneInfo
Returns:
The displayName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDisplayName

public void setDisplayName(java.lang.String displayName)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Descriptive display name of the time zone.

Specified by:
setDisplayName in interface ITimeZoneInfo
Parameters:
displayName - The displayName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCustomDescription

public java.lang.String getCustomDescription()
                                      throws java.io.IOException,
                                             AutomationException
Deprecated. 
Custom description for the time zone.

Specified by:
getCustomDescription in interface ITimeZoneInfo
Returns:
The displayName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCustomDescription

public void setCustomDescription(java.lang.String displayName)
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
Custom description for the time zone.

Specified by:
setCustomDescription in interface ITimeZoneInfo
Parameters:
displayName - The displayName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDaylightTimeName

public java.lang.String getDaylightTimeName()
                                     throws java.io.IOException,
                                            AutomationException
Deprecated. 
The time zone name during daylight time.

Specified by:
getDaylightTimeName in interface ITimeZoneInfo
Returns:
The daylightTimeName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDaylightTimeName

public void setDaylightTimeName(java.lang.String daylightTimeName)
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
The time zone name during daylight time.

Specified by:
setDaylightTimeName in interface ITimeZoneInfo
Parameters:
daylightTimeName - The daylightTimeName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getStandardTimeName

public java.lang.String getStandardTimeName()
                                     throws java.io.IOException,
                                            AutomationException
Deprecated. 
The time zone name during standard time.

Specified by:
getStandardTimeName in interface ITimeZoneInfo
Returns:
The standardTimeName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setStandardTimeName

public void setStandardTimeName(java.lang.String standardTimeName)
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
The time zone name during standard time.

Specified by:
setStandardTimeName in interface ITimeZoneInfo
Parameters:
standardTimeName - The standardTimeName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDefaultRule

public ITimeZoneRule getDefaultRule()
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
The default time zone adjustment rule.

Specified by:
getDefaultRule in interface ITimeZoneInfo
Returns:
A reference to a com.esri.arcgis.system.ITimeZoneRule
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDefaultRule

public void setDefaultRule(ITimeZoneRule defaultTimeZoneRule)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
The default time zone adjustment rule.

Specified by:
setDefaultRule in interface ITimeZoneInfo
Parameters:
defaultTimeZoneRule - A reference to a com.esri.arcgis.system.ITimeZoneRule (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDynamicRulesCount

public int getDynamicRulesCount()
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Number of dynamic adjustment rules for the time zone.

Specified by:
getDynamicRulesCount in interface ITimeZoneInfo
Returns:
The dynamicRulesCount
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFirstDynamicRuleYear

public int getFirstDynamicRuleYear()
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
The first dynamic adjustment rule year.

Specified by:
getFirstDynamicRuleYear in interface ITimeZoneInfo
Returns:
The firstDynamicRuleYear
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getLastDynamicRuleYear

public int getLastDynamicRuleYear()
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
The last dynamic adjustment rule year.

Specified by:
getLastDynamicRuleYear in interface ITimeZoneInfo
Returns:
The lastDynamicRuleYear
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getNextDynamicRuleYear

public int getNextDynamicRuleYear(int currentDynamicRuleYear)
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
The next dynamic adjustment rule year that cyclicly proceeds the given dynamic adjustment rule year.

Specified by:
getNextDynamicRuleYear in interface ITimeZoneInfo
Parameters:
currentDynamicRuleYear - The currentDynamicRuleYear (in)
Returns:
The nextDynamicRuleYear
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDynamicRule

public ITimeZoneRule getDynamicRule(int year)
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
The dynamic adjustment rule for a specific year.

Specified by:
getDynamicRule in interface ITimeZoneInfo
Parameters:
year - The year (in)
Returns:
A reference to a com.esri.arcgis.system.ITimeZoneRule
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

addDynamicRule

public void addDynamicRule(ITimeZoneRule dynamicRule)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Adds a dynamic adjustment to the time zone.

Specified by:
addDynamicRule in interface ITimeZoneInfo
Parameters:
dynamicRule - A reference to a com.esri.arcgis.system.ITimeZoneRule (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.