com.esri.arcgis.carto
Interface IRasterDefaultsEnv9

All Superinterfaces:
IRasterDefaultsEnv, IRasterDefaultsEnv2, IRasterDefaultsEnv3, IRasterDefaultsEnv4, IRasterDefaultsEnv5, IRasterDefaultsEnv6, IRasterDefaultsEnv7, IRasterDefaultsEnv8, Serializable
All Known Implementing Classes:
RasterDefaultsEnv

public interface IRasterDefaultsEnv9
extends IRasterDefaultsEnv8, Serializable

Provides access to members that control the default raster environment.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


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

setPyramidResamplingMethod

void setPyramidResamplingMethod(int pYes)
                                throws IOException,
                                       AutomationException
Pyramid resampling method.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
pYes - A com.esri.arcgis.geodatabase.rstResamplingTypes constant (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getPyramidResamplingMethod

int getPyramidResamplingMethod()
                               throws IOException,
                                      AutomationException
Pyramid resampling method.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
A com.esri.arcgis.geodatabase.rstResamplingTypes constant
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPyramidCompressionType

void setPyramidCompressionType(int compressionType)
                               throws IOException,
                                      AutomationException
Pyramid compression type.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
compressionType - A com.esri.arcgis.geodatabase.esriRasterCompressionType constant (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getPyramidCompressionType

int getPyramidCompressionType()
                              throws IOException,
                                     AutomationException
Pyramid compression type.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
A com.esri.arcgis.geodatabase.esriRasterCompressionType constant
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPyramidCompressionQuality

void setPyramidCompressionQuality(int quality)
                                  throws IOException,
                                         AutomationException
pyramid compression quality.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

getPyramidCompressionQuality

int getPyramidCompressionQuality()
                                 throws IOException,
                                        AutomationException
pyramid compression quality.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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