com.esri.arcgis.geodatabaseextensions
Class ITemporalQueryFilterProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.geodatabaseextensions.ITemporalQueryFilterProxy
All Implemented Interfaces:
ITemporalQueryFilter, java.io.Externalizable, java.io.Serializable
Direct Known Subclasses:
ITemporalQueryFilter2Proxy

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

Description: 'Provides access to properties and methods needed to manage temporal query filters.' 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 ITemporalQueryFilterProxy
extends com.esri.arcgis.interop.Dispatch
implements ITemporalQueryFilter, 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.geodatabaseextensions.ITemporalQueryFilter
IID, IIDd0cee203_56da_11d5_ae49_00104ba2abcc
 
Constructor Summary
  ITemporalQueryFilterProxy()
          Deprecated. For internal use only
  ITemporalQueryFilterProxy(java.lang.Object obj)
          Deprecated.  
protected ITemporalQueryFilterProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  ITemporalQueryFilterProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected ITemporalQueryFilterProxy(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.  
 java.lang.Object getEndingDate()
          Deprecated. Indicates the latest date included in the query.
 ITemporalOperator getRelativeTimeOperator()
          Deprecated. The object that contains a relative time to offset the temporal values.
 java.lang.Object getStartingDate()
          Deprecated. Indicates the earliest date included in the query.
 int getTemporalConversion()
          Deprecated. The temporal conversion mode to use (if any) by the temporal query.
 int getTemporalOrder()
          Deprecated. Defines order in which temporal records are sorted.
 int getTemporalRelationship()
          Deprecated. The temporal relation used in the temporal query.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setEndingDate(java.lang.Object pVal)
          Deprecated. Indicates the latest date included in the query.
 void setRelativeTimeOperator(ITemporalOperator pVal)
          Deprecated. The object that contains a relative time to offset the temporal values.
 void setStartingDate(java.lang.Object pVal)
          Deprecated. Indicates the earliest date included in the query.
 void setTemporalConversion(int pVal)
          Deprecated. The temporal conversion mode to use (if any) by the temporal query.
 void setTemporalOrder(int pVal)
          Deprecated. Defines order in which temporal records are sorted.
 void setTemporalRelationship(int pVal)
          Deprecated. The temporal relation used in the temporal query.
 
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

ITemporalQueryFilterProxy

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

ITemporalQueryFilterProxy

public ITemporalQueryFilterProxy()
Deprecated. 
For internal use only


ITemporalQueryFilterProxy

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

ITemporalQueryFilterProxy

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

ITemporalQueryFilterProxy

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

getTemporalOrder

public int getTemporalOrder()
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Defines order in which temporal records are sorted.

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

setTemporalOrder

public void setTemporalOrder(int pVal)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Defines order in which temporal records are sorted.

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

getTemporalRelationship

public int getTemporalRelationship()
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
The temporal relation used in the temporal query.

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

setTemporalRelationship

public void setTemporalRelationship(int pVal)
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
The temporal relation used in the temporal query.

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

getStartingDate

public java.lang.Object getStartingDate()
                                 throws java.io.IOException,
                                        AutomationException
Deprecated. 
Indicates the earliest date included in the query.

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

setStartingDate

public void setStartingDate(java.lang.Object pVal)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Indicates the earliest date included in the query.

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

getEndingDate

public java.lang.Object getEndingDate()
                               throws java.io.IOException,
                                      AutomationException
Deprecated. 
Indicates the latest date included in the query.

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

setEndingDate

public void setEndingDate(java.lang.Object pVal)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Indicates the latest date included in the query.

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

getTemporalConversion

public int getTemporalConversion()
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
The temporal conversion mode to use (if any) by the temporal query.

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

setTemporalConversion

public void setTemporalConversion(int pVal)
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
The temporal conversion mode to use (if any) by the temporal query.

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

getRelativeTimeOperator

public ITemporalOperator getRelativeTimeOperator()
                                          throws java.io.IOException,
                                                 AutomationException
Deprecated. 
The object that contains a relative time to offset the temporal values.

Specified by:
getRelativeTimeOperator in interface ITemporalQueryFilter
Returns:
A reference to a com.esri.arcgis.geodatabaseextensions.ITemporalOperator
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setRelativeTimeOperator

public void setRelativeTimeOperator(ITemporalOperator pVal)
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
The object that contains a relative time to offset the temporal values.

Specified by:
setRelativeTimeOperator in interface ITemporalQueryFilter
Parameters:
pVal - 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.