public interface IRasterSdeStorage
extends java.io.Serializable
Description: 'Provides access to members that control RasterSDE storage.' 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 |
IIDb4153f6e_fe14_11d3_b2bf_00c04f8edeff |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
int |
getCompressionType()
The compression type.
|
java.lang.String |
getKeyword()
The keyword.
|
int |
getPyramidOption()
The option for building pyramids.
|
int |
getPyramidResampleType()
The resampling method.
|
ISpatialReference |
getSpatialReference()
The SpatialReference.
|
int |
getTileHeight()
The tile height.
|
int |
getTileWidth()
The tile width.
|
void |
setCompressionType(int type)
The compression type.
|
void |
setKeyword(java.lang.String keyword)
The keyword.
|
void |
setMosaicingTolerance(IPoint rhs1)
The mosaicing tolerance.
|
void |
setPyramidOption(int option)
The option for building pyramids.
|
void |
setPyramidResampleType(int method)
The resampling method.
|
void |
setSpatialReferenceByRef(ISpatialReference spRef)
The SpatialReference.
|
void |
setTileHeight(int height)
The tile height.
|
void |
setTileWidth(int width)
The tile width.
|
static final int IIDb4153f6e_fe14_11d3_b2bf_00c04f8edeff
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.ISpatialReference getSpatialReference() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setSpatialReferenceByRef(ISpatialReference spRef) throws java.io.IOException, AutomationException
spRef
- A reference to a com.esri.arcgis.geometry.ISpatialReference (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setPyramidOption(int option) throws java.io.IOException, AutomationException
option
- A com.esri.arcgis.datasourcesraster.esriRasterSdePyramidOptEnum constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getPyramidOption() 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.esriRasterSdeCompressionTypeEnum 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 setKeyword(java.lang.String keyword) throws java.io.IOException, AutomationException
keyword
- The keyword (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getKeyword() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setMosaicingTolerance(IPoint rhs1) throws java.io.IOException, AutomationException
rhs1
- 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.