com.esri.arcgis.datasourcesraster
Interface esriImageBlockingType

All Superinterfaces:
java.io.Serializable

public interface esriImageBlockingType
extends java.io.Serializable

Constants from esriImageBlockingType' enum. Generated 3/19/2015 1:20:40 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

Description: 'The image blocking types.' 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 int esriCenterBlocking
          The centered blocking.
static int esriRandomBlocking
          The randomly disttributed blocking.
static int esriRegularBlocking
          EThe venly distributed blocking.
 

Field Detail

esriCenterBlocking

static final int esriCenterBlocking
The centered blocking.

See Also:
Constant Field Values

esriRandomBlocking

static final int esriRandomBlocking
The randomly disttributed blocking.

See Also:
Constant Field Values

esriRegularBlocking

static final int esriRegularBlocking
EThe venly distributed blocking.

See Also:
Constant Field Values