|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGPCreateTiles
Create a set of tiles for chunking.
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 |
---|
void createTiles(IArray pInputs) throws IOException, AutomationException
pInputs
- A reference to a com.esri.arcgis.system.IArray (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void createTilesByPercentage(IArray pInputs, double ratio) throws IOException, AutomationException
pInputs
- A reference to a com.esri.arcgis.system.IArray (in)ratio
- The ratio (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void reset() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IEnvelope getNextTile() throws IOException, AutomationException
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 |