com.esri.arcgis.carto
Interface IRasterDefaultsEnv8

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

public interface IRasterDefaultsEnv8
extends IRasterDefaultsEnv7, Serializable

Provides access to members that control the default raster environment.

Product Availability

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


Method Summary
 boolean isDisplayServiceCacheByDefault()
          Indicates if raster type service layers is to draw using the service cache by default (if available) when added to an application.
 boolean isRenderingDefaultsEnabled()
          Indicates if the user specified default settings are to be used for rendering.
 boolean isUseBandSpectralInfoForRGBMapping()
          Indicates if the band's spectral information (if available) is to be used to determine the RGB mapping for rendering multi-band raster datasets.
 void setDisplayServiceCacheByDefault(boolean pYes)
          Indicates if raster type service layers is to draw using the service cache by default (if available) when added to an application.
 void setRenderingDefaultsEnabled(boolean pYes)
          Indicates if the user specified default settings are to be used for rendering.
 void setUseBandSpectralInfoForRGBMapping(boolean pYes)
          Indicates if the band's spectral information (if available) is to be used to determine the RGB mapping for rendering multi-band raster datasets.
 
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

setRenderingDefaultsEnabled

void setRenderingDefaultsEnabled(boolean pYes)
                                 throws IOException,
                                        AutomationException
Indicates if the user specified default settings are to be used for rendering.

Product Availability

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

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

isRenderingDefaultsEnabled

boolean isRenderingDefaultsEnabled()
                                   throws IOException,
                                          AutomationException
Indicates if the user specified default settings are to be used for rendering.

Product Availability

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

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

setUseBandSpectralInfoForRGBMapping

void setUseBandSpectralInfoForRGBMapping(boolean pYes)
                                         throws IOException,
                                                AutomationException
Indicates if the band's spectral information (if available) is to be used to determine the RGB mapping for rendering multi-band raster datasets.

Product Availability

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

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

isUseBandSpectralInfoForRGBMapping

boolean isUseBandSpectralInfoForRGBMapping()
                                           throws IOException,
                                                  AutomationException
Indicates if the band's spectral information (if available) is to be used to determine the RGB mapping for rendering multi-band raster datasets.

Product Availability

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

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

setDisplayServiceCacheByDefault

void setDisplayServiceCacheByDefault(boolean pYes)
                                     throws IOException,
                                            AutomationException
Indicates if raster type service layers is to draw using the service cache by default (if available) when added to an application.

Product Availability

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

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

isDisplayServiceCacheByDefault

boolean isDisplayServiceCacheByDefault()
                                       throws IOException,
                                              AutomationException
Indicates if raster type service layers is to draw using the service cache by default (if available) when added to an application.

Product Availability

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

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