com.esri.arcgis.carto
Interface IRasterDefaultsEnv8
- All Superinterfaces:
- IRasterDefaultsEnv, IRasterDefaultsEnv2, IRasterDefaultsEnv3, IRasterDefaultsEnv4, IRasterDefaultsEnv5, IRasterDefaultsEnv6, IRasterDefaultsEnv7, java.io.Serializable
- All Known Subinterfaces:
- IRasterDefaultsEnv9
- All Known Implementing Classes:
- IRasterDefaultsEnv8Proxy, IRasterDefaultsEnv9Proxy, RasterDefaultsEnv
public interface IRasterDefaultsEnv8
- extends IRasterDefaultsEnv7, java.io.Serializable
COM Interface 'IRasterDefaultsEnv8'. Generated 3/19/2015 1:20:53 PM
from 'C:\ArcGIS\COM\esriCarto.olb'
Description: 'Provides access to members that control the default raster environment.'
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 =
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 |
IIDbcbed4b5_354f_4b65_811e_91d322b2ede7
static final int IIDbcbed4b5_354f_4b65_811e_91d322b2ede7
- See Also:
- Constant Field Values
xxDummy
static final int xxDummy
- Deprecated. Internal use only
- See Also:
- Constant Field Values
IID
static final java.lang.String IID
- Deprecated. Internal use only
- See Also:
- Constant Field Values
setRenderingDefaultsEnabled
void setRenderingDefaultsEnabled(boolean pYes)
throws java.io.IOException,
AutomationException
- Indicates if the user specified default settings are to be used for rendering.
- Parameters:
pYes
- The pYes (in)
- Throws:
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
isRenderingDefaultsEnabled
boolean isRenderingDefaultsEnabled()
throws java.io.IOException,
AutomationException
- Indicates if the user specified default settings are to be used for rendering.
- Returns:
- The pYes
- Throws:
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
setUseBandSpectralInfoForRGBMapping
void setUseBandSpectralInfoForRGBMapping(boolean pYes)
throws java.io.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.
- Parameters:
pYes
- The pYes (in)
- Throws:
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
isUseBandSpectralInfoForRGBMapping
boolean isUseBandSpectralInfoForRGBMapping()
throws java.io.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.
- Returns:
- The pYes
- Throws:
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
setDisplayServiceCacheByDefault
void setDisplayServiceCacheByDefault(boolean pYes)
throws java.io.IOException,
AutomationException
- Indicates if raster type service layers is to draw using the service cache by default (if available) when added to an application.
- Parameters:
pYes
- The pYes (in)
- Throws:
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
isDisplayServiceCacheByDefault
boolean isDisplayServiceCacheByDefault()
throws java.io.IOException,
AutomationException
- Indicates if raster type service layers is to draw using the service cache by default (if available) when added to an application.
- Returns:
- The pYes
- Throws:
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.