com.esri.arcgis.geodatabase
Interface IRasterStorageDef3

All Superinterfaces:
IRasterStorageDef, IRasterStorageDef2, java.io.Serializable
All Known Implementing Classes:
IRasterStorageDef3Proxy

public interface IRasterStorageDef3
extends IRasterStorageDef2, java.io.Serializable

COM Interface 'IRasterStorageDef3'. 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 IID27cea6d0_6d18_4ed4_ae3a_0861ad0caf4b
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabase.IRasterStorageDef2
IID5aa61692_eb96_4dcd_9fb9_310869d5620d
 
Fields inherited from interface com.esri.arcgis.geodatabase.IRasterStorageDef
IID30b9828a_85a6_4228_a7a4_7afb8a9842cc
 
Method Summary
 java.lang.String getCreationOptions()
          A list of format specific creation options (=,...
 void setCreationOptions(java.lang.String pOptions)
          A list of format specific creation options (=,...
 
Methods inherited from interface com.esri.arcgis.geodatabase.IRasterStorageDef2
isTiled, setTiled
 
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

IID27cea6d0_6d18_4ed4_ae3a_0861ad0caf4b

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

getCreationOptions

java.lang.String getCreationOptions()
                                    throws java.io.IOException,
                                           AutomationException
A list of format specific creation options (=,... ).

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

setCreationOptions

void setCreationOptions(java.lang.String pOptions)
                        throws java.io.IOException,
                               AutomationException
A list of format specific creation options (=,... ).

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