com.esri.arcgis.geoprocessing
Interface IGPRasterGDBEnvTileSize

All Superinterfaces:
Serializable
All Known Implementing Classes:
GPRasterGDBEnvTileSize

public interface IGPRasterGDBEnvTileSize
extends Serializable

Provides access to raster GDB environment tile size control.

Product Availability

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


Method Summary
 int getTileHeight()
          Tile height.
 int getTileWidth()
          Tile width.
 void setTileHeight(int height)
          Tile height.
 void setTileWidth(int width)
          Tile width.
 

Method Detail

getTileWidth

int getTileWidth()
                 throws IOException,
                        AutomationException
Tile width.

Product Availability

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

Supported Platforms

Windows

Returns:
The width
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTileWidth

void setTileWidth(int width)
                  throws IOException,
                         AutomationException
Tile width.

Product Availability

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

Supported Platforms

Windows

Parameters:
width - The width (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTileHeight

int getTileHeight()
                  throws IOException,
                         AutomationException
Tile height.

Product Availability

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

Supported Platforms

Windows

Returns:
The height
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTileHeight

void setTileHeight(int height)
                   throws IOException,
                          AutomationException
Tile height.

Product Availability

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

Supported Platforms

Windows

Parameters:
height - The height (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.