com.esri.arcgis.datasourcesraster
Interface esriRequestSizeType

All Superinterfaces:
Serializable

public interface esriRequestSizeType
extends Serializable

The request size type used while building seamlines.

Product Availability

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


Field Summary
static int esriRequestSizeTypePixels
          The request size is specified as pixels
static int esriRequestSizeTypePixelSize
          The request size is specified as the pixelsize
static int esriRequestSizeTypePixelSizeFactor
          The request size is determined by as a factor of the pixelsize
 

Field Detail

esriRequestSizeTypePixels

static final int esriRequestSizeTypePixels
The request size is specified as pixels

See Also:
Constant Field Values

esriRequestSizeTypePixelSizeFactor

static final int esriRequestSizeTypePixelSizeFactor
The request size is determined by as a factor of the pixelsize

See Also:
Constant Field Values

esriRequestSizeTypePixelSize

static final int esriRequestSizeTypePixelSize
The request size is specified as the pixelsize

See Also:
Constant Field Values