|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRasterDefaultsEnv9
Provides access to members that control the default raster environment.
Method Summary | |
---|---|
int |
getPyramidCompressionQuality()
pyramid compression quality. |
int |
getPyramidCompressionType()
Pyramid compression type. |
int |
getPyramidResamplingMethod()
Pyramid resampling method. |
void |
setPyramidCompressionQuality(int quality)
pyramid compression quality. |
void |
setPyramidCompressionType(int compressionType)
Pyramid compression type. |
void |
setPyramidResamplingMethod(int pYes)
Pyramid resampling method. |
Methods inherited from interface com.esri.arcgis.carto.IRasterDefaultsEnv8 |
---|
isDisplayServiceCacheByDefault, isRenderingDefaultsEnabled, isUseBandSpectralInfoForRGBMapping, setDisplayServiceCacheByDefault, setRenderingDefaultsEnabled, setUseBandSpectralInfoForRGBMapping |
Methods inherited from interface com.esri.arcgis.carto.IRasterDefaultsEnv7 |
---|
getGammaBlueValue, getGammaGreenValue, getGammaRedValue, getMaxPercent, getMinPercent, getStandardDeviationsParam, getStretchType, isUseGamma, setGammaBlueValue, setGammaGreenValue, setGammaRedValue, setMaxPercent, setMinPercent, setStandardDeviationsParam, setStretchType, setUseGamma |
Methods inherited from interface com.esri.arcgis.carto.IRasterDefaultsEnv6 |
---|
isBoundarySubLayerIsVisible, isFootprintSubLayerIsVisible, isMosaicLayerIsExpanded, isPreviewSubLayerIsVisible, isSeamlineSubLayerIsVisible, setBoundarySubLayerIsVisible, setFootprintSubLayerIsVisible, setMosaicLayerIsExpanded, setPreviewSubLayerIsVisible, setSeamlineSubLayerIsVisible |
Methods inherited from interface com.esri.arcgis.carto.IRasterDefaultsEnv5 |
---|
getBackgroundColor, getNoDataColor, isCreateTiledTIFF, isDisplayBackground, queryBackgroundValues, setBackgroundColor, setBackgroundValues, setCreateTiledTIFF, setDisplayBackground, setNoDataColor |
Methods inherited from interface com.esri.arcgis.carto.IRasterDefaultsEnv4 |
---|
getMaximumRastersColorMatching, isAskSubdatasetSelection, isDisplayWithContrastStretch, setAskSubdatasetSelection, setDisplayWithContrastStretch, setMaximumRastersColorMatching |
Methods inherited from interface com.esri.arcgis.carto.IRasterDefaultsEnv3 |
---|
getMaximumBuildAttributeTableSize, isAssumeHomogeneousCatalog, isFavorWorldFile, setAssumeHomogeneousCatalog, setFavorWorldFile, setMaximumBuildAttributeTableSize |
Methods inherited from interface com.esri.arcgis.carto.IRasterDefaultsEnv2 |
---|
getMaxTableSize, getProxyFilePath, getRenderingMode, getResampling, setMaxTableSize, setProxyFilePath, setRenderingMode, setResampling, updateAll |
Methods inherited from interface com.esri.arcgis.carto.IRasterDefaultsEnv |
---|
getFormat, getNumFormats, getPyramidCreateOpt, isUseExtChecking, query3BandRGB, query4BandRGB, set3BandRGB, set4BandRGB, setPyramidCreateOpt, setUseExtChecking |
Method Detail |
---|
void setPyramidResamplingMethod(int pYes) throws IOException, AutomationException
pYes
- A com.esri.arcgis.geodatabase.rstResamplingTypes constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getPyramidResamplingMethod() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setPyramidCompressionType(int compressionType) throws IOException, AutomationException
compressionType
- A com.esri.arcgis.geodatabase.esriRasterCompressionType constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getPyramidCompressionType() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setPyramidCompressionQuality(int quality) throws IOException, AutomationException
quality
- The quality (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getPyramidCompressionQuality() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |