com.esri.arcgis.trackinganalyst
Class ITemporalReferenceProxy

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

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

Description: 'Provides access to properties and methods needed to manage temporal reference information for a dataset.' 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 ITemporalReferenceProxy
extends com.esri.arcgis.interop.Dispatch
implements ITemporalReference, 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.ITemporalReference
IID, IID78c74237_17cf_11d5_b7cf_00010265adc5
 
Constructor Summary
  ITemporalReferenceProxy()
          Deprecated. For internal use only
  ITemporalReferenceProxy(java.lang.Object obj)
          Deprecated.  
protected ITemporalReferenceProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  ITemporalReferenceProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected ITemporalReferenceProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Deprecated.  
 int getTemporalMode()
          Deprecated. Controls the behavior of temporal reference to reflect real-time or playback mode.
 double getTemporalPeriod()
          Deprecated. Used by the temporal renderer property page to determine the default time period for the temporal legend classes.
 int getTemporalPeriodUnits()
          Deprecated. Describes the temporal units that define the temporal period property.
 java.lang.Object getTemporalPerspective()
          Deprecated. Timestamp used by the temporal renderer to compare its time ranges stored in the temporal legend's temporal classes.
 java.lang.Object getTemporalPerspectiveAsDate()
          Deprecated. The current temporal perspective in COleDateTime format, so the temporal perspective can be retrieved from VB.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setTemporalMode(int pVal)
          Deprecated. Controls the behavior of temporal reference to reflect real-time or playback mode.
 void setTemporalPeriod(double pVal)
          Deprecated. Used by the temporal renderer property page to determine the default time period for the temporal legend classes.
 void setTemporalPeriodUnits(int pVal)
          Deprecated. Describes the temporal units that define the temporal period property.
 void setTemporalPerspective(java.lang.Object pVal)
          Deprecated. Timestamp used by the temporal renderer to compare its time ranges stored in the temporal legend's temporal classes.
 
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

ITemporalReferenceProxy

public ITemporalReferenceProxy(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

ITemporalReferenceProxy

public ITemporalReferenceProxy()
Deprecated. 
For internal use only


ITemporalReferenceProxy

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

ITemporalReferenceProxy

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

ITemporalReferenceProxy

protected ITemporalReferenceProxy(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

getTemporalPerspective

public java.lang.Object getTemporalPerspective()
                                        throws java.io.IOException,
                                               AutomationException
Deprecated. 
Timestamp used by the temporal renderer to compare its time ranges stored in the temporal legend's temporal classes.

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

setTemporalPerspective

public void setTemporalPerspective(java.lang.Object pVal)
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
Timestamp used by the temporal renderer to compare its time ranges stored in the temporal legend's temporal classes.

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

getTemporalMode

public int getTemporalMode()
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Controls the behavior of temporal reference to reflect real-time or playback mode.

Specified by:
getTemporalMode in interface ITemporalReference
Returns:
A com.esri.arcgis.trackinganalyst.enumTemporalMode constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTemporalMode

public void setTemporalMode(int pVal)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Controls the behavior of temporal reference to reflect real-time or playback mode.

Specified by:
setTemporalMode in interface ITemporalReference
Parameters:
pVal - A com.esri.arcgis.trackinganalyst.enumTemporalMode constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTemporalPeriod

public double getTemporalPeriod()
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Used by the temporal renderer property page to determine the default time period for the temporal legend classes.

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

setTemporalPeriod

public void setTemporalPeriod(double pVal)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Used by the temporal renderer property page to determine the default time period for the temporal legend classes.

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

getTemporalPeriodUnits

public int getTemporalPeriodUnits()
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
Describes the temporal units that define the temporal period property.

Specified by:
getTemporalPeriodUnits in interface ITemporalReference
Returns:
A com.esri.arcgis.trackinganalyst.enumTemporalUnits constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTemporalPeriodUnits

public void setTemporalPeriodUnits(int pVal)
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
Describes the temporal units that define the temporal period property.

Specified by:
setTemporalPeriodUnits in interface ITemporalReference
Parameters:
pVal - A com.esri.arcgis.trackinganalyst.enumTemporalUnits constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTemporalPerspectiveAsDate

public java.lang.Object getTemporalPerspectiveAsDate()
                                              throws java.io.IOException,
                                                     AutomationException
Deprecated. 
The current temporal perspective in COleDateTime format, so the temporal perspective can be retrieved from VB.

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