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 =
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.IRasterStorageDef |
getCellSize, getCompressionQuality, getCompressionType, getOrigin, getPyramidLevel, getPyramidResampleType, getTileHeight, getTileWidth, setCellSizeByRef, setCompressionQuality, setCompressionType, setOriginByRef, setPyramidLevel, setPyramidResampleType, setTileHeight, setTileWidth |
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
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.