com.esri.arcgis.trackinganalyst
Interface ITimeRegionalSettings

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ITimeRegionalSettingsProxy, TemporalFeatureLayer

public interface ITimeRegionalSettings
extends java.io.Serializable

COM Interface 'ITimeRegionalSettings'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriTrackingAnalyst.olb'

Description: '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.' 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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID74bdfe0b_13e2_42b9_b823_0f8ebe1daada
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getAMDesignator()
          String for the AM designator.
 java.lang.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.
 java.lang.String getPMDesignator()
          String for the PM designator.
 java.lang.String getTimeStyleFormat()
          Time formatting style used to parse the time portion of a time string in the temporal column.
 void setAMDesignator(java.lang.String pbstrAMDesignator)
          String for the AM designator.
 void setDateStyleFormat(java.lang.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(java.lang.String pbstrPMDesignator)
          String for the PM designator.
 void setTimeStyleFormat(java.lang.String pbstrTimeStyleFormat)
          Time formatting style used to parse the time portion of a time string in the temporal column.
 

Field Detail

IID74bdfe0b_13e2_42b9_b823_0f8ebe1daada

static final int IID74bdfe0b_13e2_42b9_b823_0f8ebe1daada
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getLanguageLocaleID

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

Returns:
The plLanguageLocaleID
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setLanguageLocaleID

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

Parameters:
plLanguageLocaleID - The plLanguageLocaleID (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTimeStyleFormat

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

Returns:
The pbstrTimeStyleFormat
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTimeStyleFormat

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

Parameters:
pbstrTimeStyleFormat - The pbstrTimeStyleFormat (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDateStyleFormat

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

Returns:
The pbstrDateStyleFormat
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDateStyleFormat

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

Parameters:
pbstrDateStyleFormat - The pbstrDateStyleFormat (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getAMDesignator

java.lang.String getAMDesignator()
                                 throws java.io.IOException,
                                        AutomationException
String for the AM designator.

Returns:
The pbstrAMDesignator
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAMDesignator

void setAMDesignator(java.lang.String pbstrAMDesignator)
                     throws java.io.IOException,
                            AutomationException
String for the AM designator.

Parameters:
pbstrAMDesignator - The pbstrAMDesignator (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getPMDesignator

java.lang.String getPMDesignator()
                                 throws java.io.IOException,
                                        AutomationException
String for the PM designator.

Returns:
The pbstrPMDesignator
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPMDesignator

void setPMDesignator(java.lang.String pbstrPMDesignator)
                     throws java.io.IOException,
                            AutomationException
String for the PM designator.

Parameters:
pbstrPMDesignator - The pbstrPMDesignator (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.