|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IGPCreateTiles
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 |
|---|
static final int IIDfce175fa_bc70_4973_9a8d_15b1ed8435a1
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
void createTiles(IArray pInputs)
throws java.io.IOException,
AutomationException
pInputs - A reference to a com.esri.arcgis.system.IArray (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void createTilesByPercentage(IArray pInputs,
double ratio)
throws java.io.IOException,
AutomationException
pInputs - A reference to a com.esri.arcgis.system.IArray (in)ratio - The ratio (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void reset()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IEnvelope getNextTile()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||