|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IRasterDefaultsEnv5
Provides access to members that control the default raster environment.
| Method Summary | |
|---|---|
IColor |
getBackgroundColor()
The color of background. |
IColor |
getNoDataColor()
Nodata color for a raster layer. |
boolean |
isCreateTiledTIFF()
Indicates if newly created TIFF images should be tiled. |
boolean |
isDisplayBackground()
Indicates if a background value is being used. |
void |
queryBackgroundValues(double[] pRed,
double[] pGreen,
double[] pBlue)
background value. |
void |
setBackgroundColor(IColor ppColor)
The color of background. |
void |
setBackgroundValues(double red,
double green,
double blue)
background value. |
void |
setCreateTiledTIFF(boolean pTiled)
Indicates if newly created TIFF images should be tiled. |
void |
setDisplayBackground(boolean b)
Indicates if a background value is being used. |
void |
setNoDataColor(IColor ppColor)
Nodata color for a raster layer. |
| 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 setDisplayBackground(boolean b)
throws IOException,
AutomationException
b - The b (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isDisplayBackground()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void queryBackgroundValues(double[] pRed,
double[] pGreen,
double[] pBlue)
throws IOException,
AutomationException
pRed - The pRed (out: use single element array)pGreen - The pGreen (out: use single element array)pBlue - The pBlue (out: use single element array)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setBackgroundValues(double red,
double green,
double blue)
throws IOException,
AutomationException
red - The red (in)green - The green (in)blue - The blue (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IColor getBackgroundColor()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setBackgroundColor(IColor ppColor)
throws IOException,
AutomationException
ppColor - A reference to a com.esri.arcgis.display.IColor (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IColor getNoDataColor()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setNoDataColor(IColor ppColor)
throws IOException,
AutomationException
ppColor - A reference to a com.esri.arcgis.display.IColor (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isCreateTiledTIFF()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setCreateTiledTIFF(boolean pTiled)
throws IOException,
AutomationException
pTiled - The pTiled (in)
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 | ||||||||