com.esri.arcgisws
Class ImageQueryFilter

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

public class ImageQueryFilter
extends TimeQueryFilter
implements Serializable

ESRI Image Query Filter Object.

Java class for ImageQueryFilter complex type.

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

 <complexType name="ImageQueryFilter">
   <complexContent>
     <extension base="{http://www.esri.com/schemas/ArcGIS/10.0}TimeQueryFilter">
       <sequence>
         <element name="PixelSize" type="{http://www.esri.com/schemas/ArcGIS/10.0}Point"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
ESRI Image Query Filter Object.

See Also:
Serialized Form

Constructor Summary
ImageQueryFilter()
          ImageQueryFilter default constructor.
ImageQueryFilter(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, Point pixelSize)
          Deprecated. 
 
Method Summary
 Point getPixelSize()
          Gets the value of the pixelSize property.
 void setPixelSize(Point value)
          Sets the value of the pixelSize property.
 
Methods inherited from class com.esri.arcgisws.TimeQueryFilter
getOutputTimeReference, getTimeRelation, getTimeValue, setOutputTimeReference, setTimeRelation, setTimeValue
 
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

ImageQueryFilter

@Deprecated
public ImageQueryFilter(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,
                                   Point pixelSize)
Deprecated. 

ImageQueryFilter constructor.


ImageQueryFilter

public ImageQueryFilter()
ImageQueryFilter default constructor.

Method Detail

getPixelSize

public Point getPixelSize()
Gets the value of the pixelSize property.

Returns:
possible object is Point

setPixelSize

public void setPixelSize(Point value)
Sets the value of the pixelSize property.

Parameters:
value - allowed object is Point