com.esri.arcgis.trackinganalyst
Class ITemporalOperator3Proxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.trackinganalyst.ITemporalOperator3Proxy
All Implemented Interfaces:
ITemporalOperator3, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for COM Interface 'ITemporalOperator3'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriTrackingAnalyst.olb'

Description: 'Provides access to additional methods and properties used to configure the temporal operator beyond ITemporalOperator2 and ITemporalOperator.' 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 ITemporalOperator3Proxy
extends com.esri.arcgis.interop.Dispatch
implements ITemporalOperator3, java.io.Serializable

Internal use class

See Also:
Serialized Form

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.trackinganalyst.ITemporalOperator3
IID, IIDff92f4f1_c224_4a97_9355_48e14a8f4f60
 
Constructor Summary
  ITemporalOperator3Proxy()
          Deprecated. For internal use only
  ITemporalOperator3Proxy(java.lang.Object obj)
          Deprecated.  
protected ITemporalOperator3Proxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  ITemporalOperator3Proxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected ITemporalOperator3Proxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
 
Method Summary
 void add(ITemporalOperator piOtherOperator)
          Deprecated. Adds a new temporal operator.
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Deprecated.  
 java.lang.Object getAsDate()
          Deprecated. Temporal information as a date field.
 java.lang.Object getAsInterval(int enumUnits)
          Deprecated. Temporal information as an interval value.
 java.lang.String getAsString(java.lang.String bstrFormat)
          Deprecated. Temporal information as a string.
 double getIntervalQuantity()
          Deprecated. Number of intervals between events.
 int getIntervalUnits()
          Deprecated. Units used for interval.
 int getType()
          Deprecated. The type of temporal data used.
 java.lang.Object getValue()
          Deprecated. Value of temporal information.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void reset()
          Deprecated. Resets the temporal operator.
 void setDateTime(int lYear, short lMonth, short lDayOfMonth, short lHour, short lMinute, short lSecond, short lMillisecond)
          Deprecated. Sets the value for date and time information.
 void setDateTimeFromString(java.lang.String bstrDateTime)
          Deprecated. Sets the value for date and time information from a string.
 void setDateTimeFromVariant(java.lang.Object dateTime)
          Deprecated. Sets the value for date and time information from a variant.
 void setInterval(double dQuantity, int enumUnits)
          Deprecated. Sets the time interval.
 void subtract(ITemporalOperator piOtherOperator)
          Deprecated. Subtracts a temporal operator.
 void temporalUnitsAsString(int eUnits, int eAppearance, boolean bvPlural, java.lang.String[] pbstrUnitString)
          Deprecated. Obtains a string representation of a temporal unit enumeration, in upper, lower, or mixed case, with singular or plural form.
 
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
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

ITemporalOperator3Proxy

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

ITemporalOperator3Proxy

public ITemporalOperator3Proxy()
Deprecated. 
For internal use only


ITemporalOperator3Proxy

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

ITemporalOperator3Proxy

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

ITemporalOperator3Proxy

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

temporalUnitsAsString

public void temporalUnitsAsString(int eUnits,
                                  int eAppearance,
                                  boolean bvPlural,
                                  java.lang.String[] pbstrUnitString)
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
Obtains a string representation of a temporal unit enumeration, in upper, lower, or mixed case, with singular or plural form.

Specified by:
temporalUnitsAsString in interface ITemporalOperator3
Parameters:
eUnits - A com.esri.arcgis.trackinganalyst.enumTemporalUnits constant (in)
eAppearance - A com.esri.arcgis.system.esriCaseAppearance constant (in)
bvPlural - The bvPlural (in)
pbstrUnitString - The pbstrUnitString (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDateTimeFromString

public void setDateTimeFromString(java.lang.String bstrDateTime)
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
Sets the value for date and time information from a string.

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

setDateTimeFromVariant

public void setDateTimeFromVariant(java.lang.Object dateTime)
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
Sets the value for date and time information from a variant.

Specified by:
setDateTimeFromVariant in interface ITemporalOperator3
Parameters:
dateTime - A Variant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDateTime

public void setDateTime(int lYear,
                        short lMonth,
                        short lDayOfMonth,
                        short lHour,
                        short lMinute,
                        short lSecond,
                        short lMillisecond)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Sets the value for date and time information.

Specified by:
setDateTime in interface ITemporalOperator3
Parameters:
lYear - The lYear (in)
lMonth - The lMonth (in)
lDayOfMonth - The lDayOfMonth (in)
lHour - The lHour (in)
lMinute - The lMinute (in)
lSecond - The lSecond (in)
lMillisecond - The lMillisecond (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setInterval

public void setInterval(double dQuantity,
                        int enumUnits)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Sets the time interval.

Specified by:
setInterval in interface ITemporalOperator3
Parameters:
dQuantity - The dQuantity (in)
enumUnits - A com.esri.arcgis.geodatabaseextensions.enumTemporalOperatorUnits constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getType

public int getType()
            throws java.io.IOException,
                   AutomationException
Deprecated. 
The type of temporal data used.

Specified by:
getType in interface ITemporalOperator3
Returns:
A com.esri.arcgis.geodatabaseextensions.enumTemporalOperatorType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

reset

public void reset()
           throws java.io.IOException,
                  AutomationException
Deprecated. 
Resets the temporal operator.

Specified by:
reset in interface ITemporalOperator3
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

add

public void add(ITemporalOperator piOtherOperator)
         throws java.io.IOException,
                AutomationException
Deprecated. 
Adds a new temporal operator.

Specified by:
add in interface ITemporalOperator3
Parameters:
piOtherOperator - A reference to a com.esri.arcgis.geodatabaseextensions.ITemporalOperator (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

subtract

public void subtract(ITemporalOperator piOtherOperator)
              throws java.io.IOException,
                     AutomationException
Deprecated. 
Subtracts a temporal operator.

Specified by:
subtract in interface ITemporalOperator3
Parameters:
piOtherOperator - A reference to a com.esri.arcgis.geodatabaseextensions.ITemporalOperator (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getAsString

public java.lang.String getAsString(java.lang.String bstrFormat)
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
Temporal information as a string.

Specified by:
getAsString in interface ITemporalOperator3
Parameters:
bstrFormat - The bstrFormat (in)
Returns:
The pVal
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getAsDate

public java.lang.Object getAsDate()
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
Temporal information as a date field.

Specified by:
getAsDate in interface ITemporalOperator3
Returns:
A Variant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getAsInterval

public java.lang.Object getAsInterval(int enumUnits)
                               throws java.io.IOException,
                                      AutomationException
Deprecated. 
Temporal information as an interval value.

Specified by:
getAsInterval in interface ITemporalOperator3
Parameters:
enumUnits - A com.esri.arcgis.geodatabaseextensions.enumTemporalOperatorUnits constant (in)
Returns:
A Variant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getValue

public java.lang.Object getValue()
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
Value of temporal information.

Specified by:
getValue in interface ITemporalOperator3
Returns:
A Variant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getIntervalQuantity

public double getIntervalQuantity()
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
Number of intervals between events.

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

getIntervalUnits

public int getIntervalUnits()
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Units used for interval.

Specified by:
getIntervalUnits in interface ITemporalOperator3
Returns:
A com.esri.arcgis.geodatabaseextensions.enumTemporalOperatorUnits constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.