com.esri.arcgis.geodatabase
Interface IRasterStorageDef2

All Superinterfaces:
IRasterStorageDef, java.io.Serializable
All Known Subinterfaces:
IRasterStorageDef3
All Known Implementing Classes:
IRasterStorageDef2Proxy, IRasterStorageDef3Proxy, RasterStorageDef

public interface IRasterStorageDef2
extends IRasterStorageDef, java.io.Serializable

COM Interface 'IRasterStorageDef2'. Generated 3/19/2015 1:20:56 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Provides access to members that control raster storage properties.' 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 IID5aa61692_eb96_4dcd_9fb9_310869d5620d
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabase.IRasterStorageDef
IID30b9828a_85a6_4228_a7a4_7afb8a9842cc
 
Method Summary
 boolean isTiled()
          Indicates if output raster dataset should be tiled if applicable.
 void setTiled(boolean tiled)
          Indicates if output raster dataset should be tiled if applicable.
 
Methods inherited from interface com.esri.arcgis.geodatabase.IRasterStorageDef
getCellSize, getCompressionQuality, getCompressionType, getOrigin, getPyramidLevel, getPyramidResampleType, getTileHeight, getTileWidth, setCellSizeByRef, setCompressionQuality, setCompressionType, setOriginByRef, setPyramidLevel, setPyramidResampleType, setTileHeight, setTileWidth
 

Field Detail

IID5aa61692_eb96_4dcd_9fb9_310869d5620d

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

isTiled

boolean isTiled()
                throws java.io.IOException,
                       AutomationException
Indicates if output raster dataset should be tiled if applicable.

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

setTiled

void setTiled(boolean tiled)
              throws java.io.IOException,
                     AutomationException
Indicates if output raster dataset should be tiled if applicable.

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