com.esri.arcgis.geoprocessing
Interface IGPCreateTiles

All Superinterfaces:
Serializable
All Known Implementing Classes:
GPCreateTiles

public interface IGPCreateTiles
extends Serializable

Create a set of tiles for chunking.

Product Availability

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


Method Summary
 void createTiles(IArray pInputs)
          Creates a set of tiles based upon the array of input datasets.
 void createTilesByPercentage(IArray pInputs, double ratio)
          Creates a set of tiles based upon the array of input datasets increased by a given percentage.
 IEnvelope getNextTile()
          Returns the next tile.
 void reset()
          Resets the enumeration of tiles.
 

Method Detail

createTiles

void createTiles(IArray pInputs)
                 throws IOException,
                        AutomationException
Creates a set of tiles based upon the array of input datasets.

Product Availability

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

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

createTilesByPercentage

void createTilesByPercentage(IArray pInputs,
                             double ratio)
                             throws IOException,
                                    AutomationException
Creates a set of tiles based upon the array of input datasets increased by a given percentage.

Product Availability

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

Parameters:
pInputs - A reference to a com.esri.arcgis.system.IArray (in)
ratio - The ratio (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

reset

void reset()
           throws IOException,
                  AutomationException
Resets the enumeration of tiles.

Product Availability

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

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

getNextTile

IEnvelope getNextTile()
                      throws IOException,
                             AutomationException
Returns the next tile.

Product Availability

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

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