com.esri.arcgisws
Class TimeQueryFilter

java.lang.Object
  extended by com.esri.arcgisws.QueryFilter
      extended by com.esri.arcgisws.SpatialFilter
          extended by com.esri.arcgisws.TimeQueryFilter
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ImageQueryFilter

public class TimeQueryFilter
extends SpatialFilter
implements Serializable

Java class for TimeQueryFilter complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="TimeQueryFilter">
   <complexContent>
     <extension base="{http://www.esri.com/schemas/ArcGIS/10.0}SpatialFilter">
       <sequence>
         <element name="TimeValue" type="{http://www.esri.com/schemas/ArcGIS/10.0}TimeValue"/>
         <element name="OutputTimeReference" type="{http://www.esri.com/schemas/ArcGIS/10.0}TimeReference"/>
         <element name="TimeRelation" type="{http://www.esri.com/schemas/ArcGIS/10.0}esriTimeRelation"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
TimeQueryFilter()
          TimeQueryFilter default constructor.
TimeQueryFilter(String subFields, String whereClause, String spatialReferenceFieldName, double resolution, SpatialReference outputSpatialReference, FIDSet fidSet, String postfixClause, FilterDef[] filterDefs, String prefixClause, EsriSearchOrder searchOrder, EsriSpatialRelEnum spatialRel, String spatialRelDescription, Geometry filterGeometry, String geometryFieldName, boolean filterOwnsGeometry, TimeValue timeValue, TimeReference outputTimeReference, EsriTimeRelation timeRelation)
          Deprecated. 
 
Method Summary
 TimeReference getOutputTimeReference()
          Gets the value of the outputTimeReference property.
 EsriTimeRelation getTimeRelation()
          Gets the value of the timeRelation property.
 TimeValue getTimeValue()
          Gets the value of the timeValue property.
 void setOutputTimeReference(TimeReference value)
          Sets the value of the outputTimeReference property.
 void setTimeRelation(EsriTimeRelation value)
          Sets the value of the timeRelation property.
 void setTimeValue(TimeValue value)
          Sets the value of the timeValue property.
 
Methods inherited from class com.esri.arcgisws.SpatialFilter
getFilterGeometry, getGeometryFieldName, getSearchOrder, getSpatialRel, getSpatialRelDescription, isFilterOwnsGeometry, setFilterGeometry, setFilterOwnsGeometry, setGeometryFieldName, setSearchOrder, setSpatialRel, setSpatialRelDescription
 
Methods inherited from class com.esri.arcgisws.QueryFilter
getFIDSet, getFilterDefs, getOutputSpatialReference, getPostfixClause, getPrefixClause, getResolution, getSpatialReferenceFieldName, getSubFields, getWhereClause, setFIDSet, setFilterDefs, setOutputSpatialReference, setPostfixClause, setPrefixClause, setResolution, setSpatialReferenceFieldName, setSubFields, setWhereClause
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimeQueryFilter

@Deprecated
public TimeQueryFilter(String subFields,
                                  String whereClause,
                                  String spatialReferenceFieldName,
                                  double resolution,
                                  SpatialReference outputSpatialReference,
                                  FIDSet fidSet,
                                  String postfixClause,
                                  FilterDef[] filterDefs,
                                  String prefixClause,
                                  EsriSearchOrder searchOrder,
                                  EsriSpatialRelEnum spatialRel,
                                  String spatialRelDescription,
                                  Geometry filterGeometry,
                                  String geometryFieldName,
                                  boolean filterOwnsGeometry,
                                  TimeValue timeValue,
                                  TimeReference outputTimeReference,
                                  EsriTimeRelation timeRelation)
Deprecated. 

TimeQueryFilter constructor.


TimeQueryFilter

public TimeQueryFilter()
TimeQueryFilter default constructor.

Method Detail

getTimeValue

public TimeValue getTimeValue()
Gets the value of the timeValue property.

Returns:
possible object is TimeValue

setTimeValue

public void setTimeValue(TimeValue value)
Sets the value of the timeValue property.

Parameters:
value - allowed object is TimeValue

getOutputTimeReference

public TimeReference getOutputTimeReference()
Gets the value of the outputTimeReference property.

Returns:
possible object is TimeReference

setOutputTimeReference

public void setOutputTimeReference(TimeReference value)
Sets the value of the outputTimeReference property.

Parameters:
value - allowed object is TimeReference

getTimeRelation

public EsriTimeRelation getTimeRelation()
Gets the value of the timeRelation property.

Returns:
possible object is EsriTimeRelation

setTimeRelation

public void setTimeRelation(EsriTimeRelation value)
Sets the value of the timeRelation property.

Parameters:
value - allowed object is EsriTimeRelation