com.esri.arcgis.carto
Interface IImageQueryFilter

All Superinterfaces:
Serializable
All Known Implementing Classes:
IImageQueryFilterProxy, ImageQueryFilter

public interface IImageQueryFilter
extends Serializable

Provides access to members that control an image query filter.

Remarks

IImageQueryFilter interface defines a query filter which can be used to retrieve images for a given cell size.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 IPoint getPixelSize()
          The query pixel size in a given spatial reference.
 void setPixelSizeByRef(IPoint ppPixelSize)
          The query pixel size in a given spatial reference.
 

Method Detail

getPixelSize

IPoint getPixelSize()
                    throws IOException,
                           AutomationException
The query pixel size in a given spatial reference.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
A reference to a com.esri.arcgis.geometry.IPoint
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPixelSizeByRef

void setPixelSizeByRef(IPoint ppPixelSize)
                       throws IOException,
                              AutomationException
The query pixel size in a given spatial reference.

Remarks

Pixel size is used to select catalog items based the minimum and maximum pixel size range of each raster. The unit of the pixel size is defined by the spatial reference.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
ppPixelSize - A reference to a com.esri.arcgis.geometry.IPoint (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.