|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRasterDefaultsEnv8
Provides access to members that control the default raster environment.
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 |
---|
void setRenderingDefaultsEnabled(boolean pYes) throws IOException, AutomationException
pYes
- The pYes (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isRenderingDefaultsEnabled() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setUseBandSpectralInfoForRGBMapping(boolean pYes) throws IOException, AutomationException
pYes
- The pYes (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isUseBandSpectralInfoForRGBMapping() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDisplayServiceCacheByDefault(boolean pYes) throws IOException, AutomationException
pYes
- The pYes (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isDisplayServiceCacheByDefault() 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 |