|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.trackinganalyst.ITimeRegionalSettingsProxy
public class ITimeRegionalSettingsProxy
Provides access to properties and methods needed to change the parsing behavior of a string temporal field. These properties and methods are not used for date type temporal fields and this information is not used for realtime data sources.
This interface provides access to AM/PM designators and date/time styles needed to change the parsing behavior of a string temporal field.
These properties and methods are not used for date type temporal fields and this information is not used for realtime data sources.
Field Summary | |
---|---|
boolean |
noncastable
|
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Constructor Summary | |
---|---|
|
ITimeRegionalSettingsProxy()
|
|
ITimeRegionalSettingsProxy(Object obj)
|
protected |
ITimeRegionalSettingsProxy(Object obj,
String iid)
|
Method Summary | |
---|---|
void |
addListener(String iidStr,
Object theListener,
Object theSource)
|
String |
getAMDesignator()
String for the AM designator. |
String |
getDateStyleFormat()
Date style used when parsing the date portion of a time string in the temporal column. |
int |
getLanguageLocaleID()
Language ID used to parse dates from string values. |
String |
getPMDesignator()
String for the PM designator. |
String |
getTimeStyleFormat()
Time formatting style used to parse the time portion of a time string in the temporal column. |
void |
removeListener(String iidStr,
Object theListener)
|
void |
setAMDesignator(String pbstrAMDesignator)
String for the AM designator. |
void |
setDateStyleFormat(String pbstrDateStyleFormat)
Date style used when parsing the date portion of a time string in the temporal column. |
void |
setLanguageLocaleID(int plLanguageLocaleID)
Language ID used to parse dates from string values. |
void |
setPMDesignator(String pbstrPMDesignator)
String for the PM designator. |
void |
setTimeStyleFormat(String pbstrTimeStyleFormat)
Time formatting style used to parse the time portion of a time string in the temporal column. |
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 boolean noncastable
Constructor Detail |
---|
public ITimeRegionalSettingsProxy()
public ITimeRegionalSettingsProxy(Object obj) throws IOException
IOException
protected ITimeRegionalSettingsProxy(Object obj, String iid) throws IOException
IOException
Method Detail |
---|
public void addListener(String iidStr, Object theListener, Object theSource) throws IOException
addListener
in class com.esri.arcgis.interop.Dispatch
IOException
public void removeListener(String iidStr, Object theListener) throws IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
IOException
public int getLanguageLocaleID() throws IOException, AutomationException
getLanguageLocaleID
in interface ITimeRegionalSettings
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLanguageLocaleID(int plLanguageLocaleID) throws IOException, AutomationException
setLanguageLocaleID
in interface ITimeRegionalSettings
plLanguageLocaleID
- The plLanguageLocaleID (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getTimeStyleFormat() throws IOException, AutomationException
This property indicates time formatting style used when parsing the date portion of a time string in the temporal column.
getTimeStyleFormat
in interface ITimeRegionalSettings
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setTimeStyleFormat(String pbstrTimeStyleFormat) throws IOException, AutomationException
setTimeStyleFormat
in interface ITimeRegionalSettings
pbstrTimeStyleFormat
- The pbstrTimeStyleFormat (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getDateStyleFormat() throws IOException, AutomationException
getDateStyleFormat
in interface ITimeRegionalSettings
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDateStyleFormat(String pbstrDateStyleFormat) throws IOException, AutomationException
setDateStyleFormat
in interface ITimeRegionalSettings
pbstrDateStyleFormat
- The pbstrDateStyleFormat (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getAMDesignator() throws IOException, AutomationException
This property indicates the AM designator.
getAMDesignator
in interface ITimeRegionalSettings
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAMDesignator(String pbstrAMDesignator) throws IOException, AutomationException
setAMDesignator
in interface ITimeRegionalSettings
pbstrAMDesignator
- The pbstrAMDesignator (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getPMDesignator() throws IOException, AutomationException
This property indicates the PM designator.
getPMDesignator
in interface ITimeRegionalSettings
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setPMDesignator(String pbstrPMDesignator) throws IOException, AutomationException
setPMDesignator
in interface ITimeRegionalSettings
pbstrPMDesignator
- The pbstrPMDesignator (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 |