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, java.io.Externalizable, java.io.Serializable

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

Internal use class Proxy for 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 =

See Also:
Serialized Form

Field Summary
 boolean noncastable
           
static java.lang.Class targetClass
           
 
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.trackinganalyst.ITimeRegionalSettings
IID, IID74bdfe0b_13e2_42b9_b823_0f8ebe1daada
 
Constructor Summary
  ITimeRegionalSettingsProxy()
          For internal use only
  ITimeRegionalSettingsProxy(java.lang.Object obj)
           
protected ITimeRegionalSettingsProxy(java.lang.Object obj, java.lang.String iid)
           
  ITimeRegionalSettingsProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
           
protected ITimeRegionalSettingsProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
           
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
           
 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 removeListener(java.lang.String iidStr, java.lang.Object theListener)
           
 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.
 
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

noncastable

public boolean noncastable
Constructor Detail

ITimeRegionalSettingsProxy

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

ITimeRegionalSettingsProxy

public ITimeRegionalSettingsProxy()
For internal use only


ITimeRegionalSettingsProxy

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

ITimeRegionalSettingsProxy

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

ITimeRegionalSettingsProxy

protected ITimeRegionalSettingsProxy(java.lang.String CLSID,
                                     java.lang.String iid,
                                     java.lang.String host,
                                     com.esri.arcgis.interop.AuthInfo authInfo)
                              throws java.io.IOException
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
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
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

getLanguageLocaleID

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

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

setLanguageLocaleID

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

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

getTimeStyleFormat

public 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.

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

setTimeStyleFormat

public 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.

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

getDateStyleFormat

public 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.

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

setDateStyleFormat

public 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.

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

getAMDesignator

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

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

setAMDesignator

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

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

getPMDesignator

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

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

setPMDesignator

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

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