com.esri.arcgis.geoprocessing
Interface IGPRasterGDBEnvTileSize

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GPRasterGDBEnvTileSize, IGPRasterGDBEnvTileSizeProxy

public interface IGPRasterGDBEnvTileSize
extends java.io.Serializable

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

Description: 'Provides access to raster GDB environment tile size control.' 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 IID1870ec97_d71c_464e_9e3d_dad6f97417c9
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getTileHeight()
          Tile height.
 int getTileWidth()
          Tile width.
 void setTileHeight(int height)
          Tile height.
 void setTileWidth(int width)
          Tile width.
 

Field Detail

IID1870ec97_d71c_464e_9e3d_dad6f97417c9

static final int IID1870ec97_d71c_464e_9e3d_dad6f97417c9
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

getTileWidth

int getTileWidth()
                 throws java.io.IOException,
                        AutomationException
Tile width.

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

setTileWidth

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

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

getTileHeight

int getTileHeight()
                  throws java.io.IOException,
                         AutomationException
Tile height.

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

setTileHeight

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

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