|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.carto.RasterDefaultsEnv
public class RasterDefaultsEnv
A container for default raster environmental variables.
Constructor Summary | |
---|---|
RasterDefaultsEnv()
Constructs a RasterDefaultsEnv using ArcGIS Engine. |
|
RasterDefaultsEnv(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. RasterDefaultsEnv theRasterDefaultsEnv = (RasterDefaultsEnv) obj; |
Method Summary | |
---|---|
boolean |
equals(Object o)
Compare this object with another |
IColor |
getBackgroundColor()
The color of background. |
static String |
getClsid()
getClsid. |
IRasterFormatInfo |
getFormat(int i)
Information about the format indicated by index i. |
double |
getGammaBlueValue()
Gamma blue value. |
double |
getGammaGreenValue()
Gamma green value. |
double |
getGammaRedValue()
Gamma red value. |
int |
getMaximumBuildAttributeTableSize()
The maximum attribute table size that can be built. |
int |
getMaximumRastersColorMatching()
The maximum number of rasters for color matching. |
double |
getMaxPercent()
The maximum (high) percent value. |
int |
getMaxTableSize()
Default maximum table size. |
double |
getMinPercent()
The minimum (low) percent value. |
IColor |
getNoDataColor()
Nodata color for a raster layer. |
int |
getNumFormats()
Number of supported raster formats. |
String |
getProxyFilePath()
Default proxy file path. |
int |
getPyramidCreateOpt()
Default pyramid creation option. |
int |
getRenderingMode()
Default rendering mode. |
int |
getResampling()
Default resampling for display. |
double |
getStandardDeviationsParam()
Standard deviation parameter for the stretch renderer. |
int |
getStretchType()
Indicate stretch type. |
int |
hashCode()
the hashcode for this object |
boolean |
isAskSubdatasetSelection()
Indicates if the subdataset selection dialog should pop up. |
boolean |
isAssumeHomogeneousCatalog()
Indicates if raster catalogs can be assumed to be homogeneous. |
boolean |
isBoundarySubLayerIsVisible()
Indicates if the boundary sub-layer of a mosaic layer is visible by default. |
boolean |
isCreateTiledTIFF()
Indicates if newly created TIFF images should be tiled. |
boolean |
isDisplayBackground()
Indicates if a background value is being used. |
boolean |
isDisplayWithContrastStretch()
Indicates if displaying raster datasets with contrast stretching as default. |
boolean |
isFavorWorldFile()
Indicates if the world file should overrides the raster dataset internal georeferencing. |
boolean |
isFootprintSubLayerIsVisible()
Indicates if the footprint sub-layer of a mosaic layer is visible by default. |
boolean |
isMosaicLayerIsExpanded()
Indicates if a mosaic layer should be expanded or collapsed by default. |
boolean |
isPreviewSubLayerIsVisible()
Indicates if the preview sub-layer of a mosaic layer is visible by default. |
boolean |
isSeamlineSubLayerIsVisible()
Indicates if the seamline sub-layer of a mosaic layer is visible by default. |
boolean |
isUseExtChecking()
Indicates if extension checking is on. |
boolean |
isUseGamma()
Indicates if Gamma stretch should be applied. |
void |
query3BandRGB(int[] redIndex,
int[] greenIndex,
int[] blueIndex)
Default zero indexed bands for a 3 band raster. |
void |
query4BandRGB(int[] redIndex,
int[] greenIndex,
int[] blueIndex)
Default zero indexed bands for a 4 or more band raster. |
void |
queryBackgroundValues(double[] pRed,
double[] pGreen,
double[] pBlue)
background value. |
void |
set3BandRGB(int redIndex,
int greenIndex,
int blueIndex)
Default zero indexed bands for a 3 band raster. |
void |
set4BandRGB(int redIndex,
int greenIndex,
int blueIndex)
Default zero indexed bands for a 4 or more band raster. |
void |
setAskSubdatasetSelection(boolean pAsk)
Indicates if the subdataset selection dialog should pop up. |
void |
setAssumeHomogeneousCatalog(boolean pHomogeneous)
Indicates if raster catalogs can be assumed to be homogeneous. |
void |
setBackgroundColor(IColor ppColor)
The color of background. |
void |
setBackgroundValues(double red,
double green,
double blue)
background value. |
void |
setBoundarySubLayerIsVisible(boolean pIsVisible)
Indicates if the boundary sub-layer of a mosaic layer is visible by default. |
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 |
setDisplayWithContrastStretch(boolean pStretch)
Indicates if displaying raster datasets with contrast stretching as default. |
void |
setFavorWorldFile(boolean pFavor)
Indicates if the world file should overrides the raster dataset internal georeferencing. |
void |
setFootprintSubLayerIsVisible(boolean pIsVisible)
Indicates if the footprint sub-layer of a mosaic layer is visible by default. |
void |
setGammaBlueValue(double pBlueGamma)
Gamma blue value. |
void |
setGammaGreenValue(double pGreenGamma)
Gamma green value. |
void |
setGammaRedValue(double pRedGamma)
Gamma red value. |
void |
setMaximumBuildAttributeTableSize(int pSize)
The maximum attribute table size that can be built. |
void |
setMaximumRastersColorMatching(int pSize)
The maximum number of rasters for color matching. |
void |
setMaxPercent(double pPercent)
The maximum (high) percent value. |
void |
setMaxTableSize(int pMaxTableSize)
Default maximum table size. |
void |
setMinPercent(double pPercent)
The minimum (low) percent value. |
void |
setMosaicLayerIsExpanded(boolean pIsExpanded)
Indicates if a mosaic layer should be expanded or collapsed by default. |
void |
setNoDataColor(IColor ppColor)
Nodata color for a raster layer. |
void |
setPreviewSubLayerIsVisible(boolean pIsVisible)
Indicates if the preview sub-layer of a mosaic layer is visible by default. |
void |
setProxyFilePath(String pProxyFilePath)
Default proxy file path. |
void |
setPyramidCreateOpt(int opt)
Default pyramid creation option. |
void |
setRenderingMode(int pRenderingMode)
Default rendering mode. |
void |
setResampling(int pDefaultResampling)
Default resampling for display. |
void |
setSeamlineSubLayerIsVisible(boolean pIsVisible)
Indicates if the seamline sub-layer of a mosaic layer is visible by default. |
void |
setStandardDeviationsParam(double param)
Standard deviation parameter for the stretch renderer. |
void |
setStretchType(int en_stretch)
Indicate stretch type. |
void |
setUseExtChecking(boolean useExts)
Indicates if extension checking is on. |
void |
setUseGamma(boolean pUseGamma)
Indicates if Gamma stretch should be applied. |
void |
updateAll()
Updates the registry with all changes to the raster environment in the current session. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
---|
getJintegraDispatch, release |
Constructor Detail |
---|
public RasterDefaultsEnv() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic RasterDefaultsEnv(Object obj) throws IOException
RasterDefaultsEnv theRasterDefaultsEnv = (RasterDefaultsEnv) obj;
obj
to RasterDefaultsEnv
.
obj
- an object returned from ArcGIS Engine or Server
IOException
- if there are interop problemsMethod Detail |
---|
public static String getClsid()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public int getPyramidCreateOpt() throws IOException, AutomationException
getPyramidCreateOpt
in interface IRasterDefaultsEnv
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setPyramidCreateOpt(int opt) throws IOException, AutomationException
setPyramidCreateOpt
in interface IRasterDefaultsEnv
opt
- A com.esri.arcgis.carto.esriRasterPyramidOptEnum constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void query3BandRGB(int[] redIndex, int[] greenIndex, int[] blueIndex) throws IOException, AutomationException
The Query3BandRGB, Query4BandRGB, Set3BandRGB, and Set4BandRGB methods allow you to view or set the default band combinations used to display rasters with three or more bands. The indices set for these defaults will populate the red, green, and blue channels of the RGB renderer when a raster is initially displayed.
The Query3BandRGB and Set3BandRGB methods apply only to three band rasters, while the Query4BandRGB and Set4BandRGB methods apply to all rasters containing four or more bands.
query3BandRGB
in interface IRasterDefaultsEnv
redIndex
- The redIndex (out: use single element array)greenIndex
- The greenIndex (out: use single element array)blueIndex
- The blueIndex (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void set3BandRGB(int redIndex, int greenIndex, int blueIndex) throws IOException, AutomationException
set3BandRGB
in interface IRasterDefaultsEnv
redIndex
- The redIndex (in)greenIndex
- The greenIndex (in)blueIndex
- The blueIndex (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void query4BandRGB(int[] redIndex, int[] greenIndex, int[] blueIndex) throws IOException, AutomationException
query4BandRGB
in interface IRasterDefaultsEnv
redIndex
- The redIndex (out: use single element array)greenIndex
- The greenIndex (out: use single element array)blueIndex
- The blueIndex (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void set4BandRGB(int redIndex, int greenIndex, int blueIndex) throws IOException, AutomationException
set4BandRGB
in interface IRasterDefaultsEnv
redIndex
- The redIndex (in)greenIndex
- The greenIndex (in)blueIndex
- The blueIndex (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isUseExtChecking() throws IOException, AutomationException
This method is used to specify whether using file extension checking or not when you browse file based raster data such as .img, .tif, and jp2 etc.
Using file extension checking (true) is faster in browsing raster datasets, and this is the default.
The UseExtChecking property specifies how ArcCatalog and the GxBrowser search for raster datasets. A True value for extension checking means that files or folders will be identified as raster datasets only if their extension matches the list of supported raster format extensions. A False value means that all files and folders will be opened to determine whether they are a raster dataset in any of the supported raster formats. This is more reliable but is much slower than extension checking only. Extension checking only is the default.
isUseExtChecking
in interface IRasterDefaultsEnv
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setUseExtChecking(boolean useExts) throws IOException, AutomationException
setUseExtChecking
in interface IRasterDefaultsEnv
useExts
- The useExts (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getNumFormats() throws IOException, AutomationException
The NumFormats property returns the number of supported raster formats, and the Format method returns a RasterFormatInfo object specific to one raster format, which can specify default properties for that format.
getNumFormats
in interface IRasterDefaultsEnv
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IRasterFormatInfo getFormat(int i) throws IOException, AutomationException
getFormat
in interface IRasterDefaultsEnv
i
- The i (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setRenderingMode(int pRenderingMode) throws IOException, AutomationException
setRenderingMode
in interface IRasterDefaultsEnv2
pRenderingMode
- A com.esri.arcgis.carto.esriRasterRenderingModeEnum constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getRenderingMode() throws IOException, AutomationException
The RenderingMode property specifies the drawing mode used when displaying a raster dataset. The full option waits until the entire raster has been drawn to a backing store, then displays it to the screen at once.
Block mode draws the raster one block at a time, starting at the upper left and progressing left to right and then down. Top-to-bottom mode begins at the top and draws a few lines at a time as it progresses down the screen.
getRenderingMode
in interface IRasterDefaultsEnv2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setResampling(int pDefaultResampling) throws IOException, AutomationException
setResampling
in interface IRasterDefaultsEnv2
pDefaultResampling
- A com.esri.arcgis.geodatabase.rstResamplingTypes constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getResampling() throws IOException, AutomationException
The Resampling property controls the default resampling technique used when a raster is first displayed. Single-band rasters are displayed using the stretched renderer or unique value renderer by default.
getResampling
in interface IRasterDefaultsEnv2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setProxyFilePath(String pProxyFilePath) throws IOException, AutomationException
The ProxyFilePath property controls the directory location where these proxy files, as well as any auxiliary or pyramid files for these datasets, are located. This property can only be set by users with Administrator access to their computer. The rest of these properties control the appearance of raster datasets when first viewed in ArcGIS.
setProxyFilePath
in interface IRasterDefaultsEnv2
pProxyFilePath
- The pProxyFilePath (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getProxyFilePath() throws IOException, AutomationException
This method is used to set the path for proxy files, e.g. files generated in the local proxy folder when accessing read only raster datasets. This applies to ArcGIS 9.1 and older version only.
ArcGIS 9.2 always use Windows system default temp folder for writting proxy files.
getProxyFilePath
in interface IRasterDefaultsEnv2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMaxTableSize(int pMaxTableSize) throws IOException, AutomationException
setMaxTableSize
in interface IRasterDefaultsEnv2
pMaxTableSize
- The pMaxTableSize (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getMaxTableSize() throws IOException, AutomationException
If a dataset has more entries in its table then the MaxTableSize property, it will be displayed by default using the stretched renderer. A dataset with fewer unique values than this threshold will display using the unique value renderer. This value is 25 by default.
getMaxTableSize
in interface IRasterDefaultsEnv2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void updateAll() throws IOException, AutomationException
updateAll
in interface IRasterDefaultsEnv2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMaximumBuildAttributeTableSize(int pSize) throws IOException, AutomationException
setMaximumBuildAttributeTableSize
in interface IRasterDefaultsEnv3
pSize
- The pSize (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getMaximumBuildAttributeTableSize() throws IOException, AutomationException
This property specifies the maximum limit for building a raster attribute table. The default is 65536.
getMaximumBuildAttributeTableSize
in interface IRasterDefaultsEnv3
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setFavorWorldFile(boolean pFavor) throws IOException, AutomationException
setFavorWorldFile
in interface IRasterDefaultsEnv3
pFavor
- The pFavor (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isFavorWorldFile() throws IOException, AutomationException
By default (returns as false), ArcGIS will read the internal spatial reference (map extent or projection info) of a raster dataset. If you want ArcGIS reads the world file of the raster dataset, set it to be true.
isFavorWorldFile
in interface IRasterDefaultsEnv3
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isAssumeHomogeneousCatalog() throws IOException, AutomationException
isAssumeHomogeneousCatalog
in interface IRasterDefaultsEnv3
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAssumeHomogeneousCatalog(boolean pHomogeneous) throws IOException, AutomationException
setAssumeHomogeneousCatalog
in interface IRasterDefaultsEnv3
pHomogeneous
- The pHomogeneous (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAskSubdatasetSelection(boolean pAsk) throws IOException, AutomationException
setAskSubdatasetSelection
in interface IRasterDefaultsEnv4
pAsk
- The pAsk (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isAskSubdatasetSelection() throws IOException, AutomationException
isAskSubdatasetSelection
in interface IRasterDefaultsEnv4
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDisplayWithContrastStretch(boolean pStretch) throws IOException, AutomationException
setDisplayWithContrastStretch
in interface IRasterDefaultsEnv4
pStretch
- The pStretch (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isDisplayWithContrastStretch() throws IOException, AutomationException
isDisplayWithContrastStretch
in interface IRasterDefaultsEnv4
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMaximumRastersColorMatching(int pSize) throws IOException, AutomationException
setMaximumRastersColorMatching
in interface IRasterDefaultsEnv4
pSize
- The pSize (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getMaximumRastersColorMatching() throws IOException, AutomationException
getMaximumRastersColorMatching
in interface IRasterDefaultsEnv4
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDisplayBackground(boolean b) throws IOException, AutomationException
setDisplayBackground
in interface IRasterDefaultsEnv5
b
- The b (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isDisplayBackground() throws IOException, AutomationException
isDisplayBackground
in interface IRasterDefaultsEnv5
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void queryBackgroundValues(double[] pRed, double[] pGreen, double[] pBlue) throws IOException, AutomationException
queryBackgroundValues
in interface IRasterDefaultsEnv5
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.public void setBackgroundValues(double red, double green, double blue) throws IOException, AutomationException
setBackgroundValues
in interface IRasterDefaultsEnv5
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.public IColor getBackgroundColor() throws IOException, AutomationException
getBackgroundColor
in interface IRasterDefaultsEnv5
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setBackgroundColor(IColor ppColor) throws IOException, AutomationException
setBackgroundColor
in interface IRasterDefaultsEnv5
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.public IColor getNoDataColor() throws IOException, AutomationException
getNoDataColor
in interface IRasterDefaultsEnv5
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setNoDataColor(IColor ppColor) throws IOException, AutomationException
setNoDataColor
in interface IRasterDefaultsEnv5
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.public boolean isCreateTiledTIFF() throws IOException, AutomationException
isCreateTiledTIFF
in interface IRasterDefaultsEnv5
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setCreateTiledTIFF(boolean pTiled) throws IOException, AutomationException
setCreateTiledTIFF
in interface IRasterDefaultsEnv5
pTiled
- The pTiled (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMosaicLayerIsExpanded(boolean pIsExpanded) throws IOException, AutomationException
setMosaicLayerIsExpanded
in interface IRasterDefaultsEnv6
pIsExpanded
- The pIsExpanded (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isMosaicLayerIsExpanded() throws IOException, AutomationException
isMosaicLayerIsExpanded
in interface IRasterDefaultsEnv6
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setBoundarySubLayerIsVisible(boolean pIsVisible) throws IOException, AutomationException
setBoundarySubLayerIsVisible
in interface IRasterDefaultsEnv6
pIsVisible
- The pIsVisible (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isBoundarySubLayerIsVisible() throws IOException, AutomationException
isBoundarySubLayerIsVisible
in interface IRasterDefaultsEnv6
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setFootprintSubLayerIsVisible(boolean pIsVisible) throws IOException, AutomationException
setFootprintSubLayerIsVisible
in interface IRasterDefaultsEnv6
pIsVisible
- The pIsVisible (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isFootprintSubLayerIsVisible() throws IOException, AutomationException
isFootprintSubLayerIsVisible
in interface IRasterDefaultsEnv6
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setPreviewSubLayerIsVisible(boolean pIsVisible) throws IOException, AutomationException
setPreviewSubLayerIsVisible
in interface IRasterDefaultsEnv6
pIsVisible
- The pIsVisible (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isPreviewSubLayerIsVisible() throws IOException, AutomationException
isPreviewSubLayerIsVisible
in interface IRasterDefaultsEnv6
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSeamlineSubLayerIsVisible(boolean pIsVisible) throws IOException, AutomationException
setSeamlineSubLayerIsVisible
in interface IRasterDefaultsEnv6
pIsVisible
- The pIsVisible (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isSeamlineSubLayerIsVisible() throws IOException, AutomationException
isSeamlineSubLayerIsVisible
in interface IRasterDefaultsEnv6
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setStretchType(int en_stretch) throws IOException, AutomationException
setStretchType
in interface IRasterDefaultsEnv7
en_stretch
- A com.esri.arcgis.carto.esriRasterStretchTypesEnum constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getStretchType() throws IOException, AutomationException
getStretchType
in interface IRasterDefaultsEnv7
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setStandardDeviationsParam(double param) throws IOException, AutomationException
setStandardDeviationsParam
in interface IRasterDefaultsEnv7
param
- The param (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getStandardDeviationsParam() throws IOException, AutomationException
getStandardDeviationsParam
in interface IRasterDefaultsEnv7
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setUseGamma(boolean pUseGamma) throws IOException, AutomationException
setUseGamma
in interface IRasterDefaultsEnv7
pUseGamma
- The pUseGamma (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isUseGamma() throws IOException, AutomationException
isUseGamma
in interface IRasterDefaultsEnv7
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setGammaRedValue(double pRedGamma) throws IOException, AutomationException
setGammaRedValue
in interface IRasterDefaultsEnv7
pRedGamma
- The pRedGamma (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getGammaRedValue() throws IOException, AutomationException
getGammaRedValue
in interface IRasterDefaultsEnv7
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setGammaGreenValue(double pGreenGamma) throws IOException, AutomationException
setGammaGreenValue
in interface IRasterDefaultsEnv7
pGreenGamma
- The pGreenGamma (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getGammaGreenValue() throws IOException, AutomationException
getGammaGreenValue
in interface IRasterDefaultsEnv7
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setGammaBlueValue(double pBlueGamma) throws IOException, AutomationException
setGammaBlueValue
in interface IRasterDefaultsEnv7
pBlueGamma
- The pBlueGamma (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getGammaBlueValue() throws IOException, AutomationException
getGammaBlueValue
in interface IRasterDefaultsEnv7
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMinPercent(double pPercent) throws IOException, AutomationException
setMinPercent
in interface IRasterDefaultsEnv7
pPercent
- The pPercent (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getMinPercent() throws IOException, AutomationException
getMinPercent
in interface IRasterDefaultsEnv7
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMaxPercent(double pPercent) throws IOException, AutomationException
setMaxPercent
in interface IRasterDefaultsEnv7
pPercent
- The pPercent (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getMaxPercent() throws IOException, AutomationException
getMaxPercent
in interface IRasterDefaultsEnv7
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 |