public interface IRasterStorageDef
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID30b9828a_85a6_4228_a7a4_7afb8a9842cc |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
IPnt |
getCellSize()
The cell size of the raster to be stored.
|
int |
getCompressionQuality()
The compression quality (in case of JPEG compression) to be applied to the raster being stored.
|
int |
getCompressionType()
The compression type to be applied on the raster being stored.
|
IPoint |
getOrigin()
The origin of the raster to be stored.
|
int |
getPyramidLevel()
The number of pyramid levels.
|
int |
getPyramidResampleType()
The method used for pyramid resampling.
|
int |
getTileHeight()
The raster storage tile height.
|
int |
getTileWidth()
The raster storage tile width.
|
void |
setCellSizeByRef(IPnt cellSize)
The cell size of the raster to be stored.
|
void |
setCompressionQuality(int value)
The compression quality (in case of JPEG compression) to be applied to the raster being stored.
|
void |
setCompressionType(int type)
The compression type to be applied on the raster being stored.
|
void |
setOriginByRef(IPoint origin)
The origin of the raster to be stored.
|
void |
setPyramidLevel(int level)
The number of pyramid levels.
|
void |
setPyramidResampleType(int method)
The method used for pyramid resampling.
|
void |
setTileHeight(int height)
The raster storage tile height.
|
void |
setTileWidth(int width)
The raster storage tile width.
|
static final int IID30b9828a_85a6_4228_a7a4_7afb8a9842cc
static final int xxDummy
static final java.lang.String IID
void setTileWidth(int width) throws java.io.IOException, AutomationException
width
- The width (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getTileWidth() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setTileHeight(int height) throws java.io.IOException, AutomationException
height
- The height (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getTileHeight() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setPyramidResampleType(int method) throws java.io.IOException, AutomationException
method
- A com.esri.arcgis.geodatabase.rstResamplingTypes constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getPyramidResampleType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setPyramidLevel(int level) throws java.io.IOException, AutomationException
level
- The level (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getPyramidLevel() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setCompressionType(int type) throws java.io.IOException, AutomationException
type
- A com.esri.arcgis.geodatabase.esriRasterCompressionType constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getCompressionType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setCompressionQuality(int value) throws java.io.IOException, AutomationException
value
- The value (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getCompressionQuality() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setOriginByRef(IPoint origin) throws java.io.IOException, AutomationException
origin
- A reference to a com.esri.arcgis.geometry.IPoint (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IPoint getOrigin() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setCellSizeByRef(IPnt cellSize) throws java.io.IOException, AutomationException
cellSize
- A reference to a com.esri.arcgis.geodatabase.IPnt (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IPnt getCellSize() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.