com.esri.arcgis.trackinganalyst
Class ITimeRegionalSettingsProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.trackinganalyst.ITimeRegionalSettingsProxy
All Implemented Interfaces:
ITimeRegionalSettings, Externalizable, Serializable

public class ITimeRegionalSettingsProxy
extends com.esri.arcgis.interop.Dispatch
implements ITimeRegionalSettings, Serializable

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.

Description

This interface provides access to AM/PM designators and date/time styles needed to change the parsing behavior of a string temporal field.

Remarks

These properties and methods are not used for date type temporal fields and this information is not used for realtime data sources.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also:
Serialized Form

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

noncastable

public boolean noncastable
Constructor Detail

ITimeRegionalSettingsProxy

public ITimeRegionalSettingsProxy()

ITimeRegionalSettingsProxy

public ITimeRegionalSettingsProxy(Object obj)
                           throws IOException
Throws:
IOException

ITimeRegionalSettingsProxy

protected ITimeRegionalSettingsProxy(Object obj,
                                     String iid)
                              throws IOException
Throws:
IOException
Method Detail

addListener

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

removeListener

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

getLanguageLocaleID

public int getLanguageLocaleID()
                        throws IOException,
                               AutomationException
Language ID used to parse dates from string values.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

Specified by:
getLanguageLocaleID in interface ITimeRegionalSettings
Returns:
The plLanguageLocaleID
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setLanguageLocaleID

public void setLanguageLocaleID(int plLanguageLocaleID)
                         throws IOException,
                                AutomationException
Language ID used to parse dates from string values.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

Specified by:
setLanguageLocaleID in interface ITimeRegionalSettings
Parameters:
plLanguageLocaleID - The plLanguageLocaleID (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTimeStyleFormat

public String getTimeStyleFormat()
                          throws IOException,
                                 AutomationException
Time formatting style used to parse the time portion of a time string in the temporal column.

Description

This property indicates time formatting style used when parsing the date portion of a time string in the temporal column.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

Specified by:
getTimeStyleFormat in interface ITimeRegionalSettings
Returns:
The pbstrTimeStyleFormat
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTimeStyleFormat

public void setTimeStyleFormat(String pbstrTimeStyleFormat)
                        throws IOException,
                               AutomationException
Time formatting style used to parse the time portion of a time string in the temporal column.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

Specified by:
setTimeStyleFormat in interface ITimeRegionalSettings
Parameters:
pbstrTimeStyleFormat - The pbstrTimeStyleFormat (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDateStyleFormat

public String getDateStyleFormat()
                          throws IOException,
                                 AutomationException
Date style used when parsing the date portion of a time string in the temporal column.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

Specified by:
getDateStyleFormat in interface ITimeRegionalSettings
Returns:
The pbstrDateStyleFormat
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDateStyleFormat

public void setDateStyleFormat(String pbstrDateStyleFormat)
                        throws IOException,
                               AutomationException
Date style used when parsing the date portion of a time string in the temporal column.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

Specified by:
setDateStyleFormat in interface ITimeRegionalSettings
Parameters:
pbstrDateStyleFormat - The pbstrDateStyleFormat (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getAMDesignator

public String getAMDesignator()
                       throws IOException,
                              AutomationException
String for the AM designator.

Description

This property indicates the AM designator.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

Specified by:
getAMDesignator in interface ITimeRegionalSettings
Returns:
The pbstrAMDesignator
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAMDesignator

public void setAMDesignator(String pbstrAMDesignator)
                     throws IOException,
                            AutomationException
String for the AM designator.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

Specified by:
setAMDesignator in interface ITimeRegionalSettings
Parameters:
pbstrAMDesignator - The pbstrAMDesignator (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getPMDesignator

public String getPMDesignator()
                       throws IOException,
                              AutomationException
String for the PM designator.

Description

This property indicates the PM designator.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

Specified by:
getPMDesignator in interface ITimeRegionalSettings
Returns:
The pbstrPMDesignator
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPMDesignator

public void setPMDesignator(String pbstrPMDesignator)
                     throws IOException,
                            AutomationException
String for the PM designator.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

Specified by:
setPMDesignator in interface ITimeRegionalSettings
Parameters:
pbstrPMDesignator - The pbstrPMDesignator (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.