|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.system.ITimeZoneInfoProxy
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
Internal use class
| 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 |
|---|
public static final java.lang.Class targetClass
public boolean noncastable
| Constructor Detail |
|---|
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.UnknownHostException
java.io.IOExceptionpublic ITimeZoneInfoProxy()
public ITimeZoneInfoProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOException
protected ITimeZoneInfoProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOException
protected 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.IOException| Method Detail |
|---|
public void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
addListener in class com.esri.arcgis.interop.Dispatchjava.io.IOException
public void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
removeListener in class com.esri.arcgis.interop.Dispatchjava.io.IOException
public 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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||