com.esri.arcgis.geoprocessing
Interface IGPCreateTiles

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GPCreateTiles, IGPCreateTilesProxy

public interface IGPCreateTiles
extends java.io.Serializable

COM Interface 'IGPCreateTiles'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriGeoprocessing.olb'

Description: 'Create a set of tiles for chunking.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDfce175fa_bc70_4973_9a8d_15b1ed8435a1
           
static int xxDummy
          Deprecated. Internal use only
 
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.
 

Field Detail

IIDfce175fa_bc70_4973_9a8d_15b1ed8435a1

static final int IIDfce175fa_bc70_4973_9a8d_15b1ed8435a1
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

createTiles

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

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

createTilesByPercentage

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

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

reset

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

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

getNextTile

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

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