|
|||||||||
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
COM Class 'RasterDefaultsEnv'. Generated 3/19/2015 1:20:41 PM from 'C:\ArcGIS\COM\esriCarto.olb'
Description 'A container for default raster environmental variables.' 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 =
Field Summary |
---|
Fields inherited from interface com.esri.arcgis.carto.IRasterDefaultsEnv9 |
---|
IID, IID55141934_2352_4fa1_9a42_5f13c0b4d9c4, xxDummy |
Fields inherited from interface com.esri.arcgis.carto.IRasterDefaultsEnv8 |
---|
IIDbcbed4b5_354f_4b65_811e_91d322b2ede7 |
Fields inherited from interface com.esri.arcgis.carto.IRasterDefaultsEnv7 |
---|
IIDd6071d40_e01c_453e_8f3b_a84e0bda0192 |
Fields inherited from interface com.esri.arcgis.carto.IRasterDefaultsEnv6 |
---|
IIDfd9acc55_6a35_4888_b3c8_9604887b2fc3 |
Fields inherited from interface com.esri.arcgis.carto.IRasterDefaultsEnv5 |
---|
IIDaf3085cd_39d4_45e3_93d0_1071cb4527cb |
Fields inherited from interface com.esri.arcgis.carto.IRasterDefaultsEnv4 |
---|
IID4dcd6e47_90a1_4341_a90b_52ab6df2ffa4 |
Fields inherited from interface com.esri.arcgis.carto.IRasterDefaultsEnv3 |
---|
IIDbbce4f14_f0da_4cbf_8196_0e380b34ccbb |
Fields inherited from interface com.esri.arcgis.carto.IRasterDefaultsEnv2 |
---|
IIDe5191e5e_4d03_45d9_94a4_9e2d8c5c9aed |
Fields inherited from interface com.esri.arcgis.carto.IRasterDefaultsEnv |
---|
IIDfb89a39b_c08e_11d2_9f43_00c04f8ed21a |
Constructor Summary | |
---|---|
RasterDefaultsEnv()
Constructs a RasterDefaultsEnv using ArcGIS Engine. |
|
RasterDefaultsEnv(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. RasterDefaultsEnv theRasterDefaultsEnv = (RasterDefaultsEnv) obj; |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
Compare this object with another |
IColor |
getBackgroundColor()
The color of background. |
static java.lang.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. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
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. |
java.lang.String |
getProxyFilePath()
Default proxy file path. |
int |
getPyramidCompressionQuality()
pyramid compression quality. |
int |
getPyramidCompressionType()
Pyramid compression type. |
int |
getPyramidCreateOpt()
Default pyramid creation option. |
int |
getPyramidResamplingMethod()
Pyramid resampling method. |
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 |
isDisplayServiceCacheByDefault()
Indicates if raster type service layers is to draw using the service cache by default (if available) when added to an application. |
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 |
isRenderingDefaultsEnabled()
Indicates if the user specified default settings are to be used for rendering. |
boolean |
isSeamlineSubLayerIsVisible()
Indicates if the seamline sub-layer of a mosaic layer is visible by default. |
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. |
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 |
release()
Release a RasterDefaultsEnv. |
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 |
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 |
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(java.lang.String pProxyFilePath)
Default proxy file path. |
void |
setPyramidCompressionQuality(int quality)
pyramid compression quality. |
void |
setPyramidCompressionType(int compressionType)
Pyramid compression type. |
void |
setPyramidCreateOpt(int opt)
Default pyramid creation option. |
void |
setPyramidResamplingMethod(int pYes)
Pyramid resampling method. |
void |
setRenderingDefaultsEnabled(boolean pYes)
Indicates if the user specified default settings are to be used for rendering. |
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 |
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. |
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 |
Constructor Detail |
---|
public RasterDefaultsEnv() throws java.io.IOException, java.net.UnknownHostException
java.io.IOException
- if there are interop problems
java.net.UnknownHostException
- if there are interop problemspublic RasterDefaultsEnv(java.lang.Object obj) throws java.io.IOException
RasterDefaultsEnv theRasterDefaultsEnv = (RasterDefaultsEnv) obj;
obj
to RasterDefaultsEnv
.
obj
- an object returned from ArcGIS Engine or Server
java.io.IOException
- if there are interop problemsMethod Detail |
---|
public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch
in interface com.esri.arcgis.interop.RemoteObjRef
public void release()
release
in interface com.esri.arcgis.interop.RemoteObjRef
public int getPyramidCreateOpt() throws java.io.IOException, AutomationException
getPyramidCreateOpt
in interface IRasterDefaultsEnv
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setPyramidCreateOpt(int opt) throws java.io.IOException, AutomationException
setPyramidCreateOpt
in interface IRasterDefaultsEnv
opt
- A com.esri.arcgis.carto.esriRasterPyramidOptEnum constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void query3BandRGB(int[] redIndex, int[] greenIndex, int[] blueIndex) throws java.io.IOException, AutomationException
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)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void set3BandRGB(int redIndex, int greenIndex, int blueIndex) throws java.io.IOException, AutomationException
set3BandRGB
in interface IRasterDefaultsEnv
redIndex
- The redIndex (in)greenIndex
- The greenIndex (in)blueIndex
- The blueIndex (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void query4BandRGB(int[] redIndex, int[] greenIndex, int[] blueIndex) throws java.io.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)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void set4BandRGB(int redIndex, int greenIndex, int blueIndex) throws java.io.IOException, AutomationException
set4BandRGB
in interface IRasterDefaultsEnv
redIndex
- The redIndex (in)greenIndex
- The greenIndex (in)blueIndex
- The blueIndex (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isUseExtChecking() throws java.io.IOException, AutomationException
isUseExtChecking
in interface IRasterDefaultsEnv
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setUseExtChecking(boolean useExts) throws java.io.IOException, AutomationException
setUseExtChecking
in interface IRasterDefaultsEnv
useExts
- The useExts (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getNumFormats() throws java.io.IOException, AutomationException
getNumFormats
in interface IRasterDefaultsEnv
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IRasterFormatInfo getFormat(int i) throws java.io.IOException, AutomationException
getFormat
in interface IRasterDefaultsEnv
i
- The i (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setRenderingMode(int pRenderingMode) throws java.io.IOException, AutomationException
setRenderingMode
in interface IRasterDefaultsEnv2
pRenderingMode
- A com.esri.arcgis.carto.esriRasterRenderingModeEnum constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getRenderingMode() throws java.io.IOException, AutomationException
getRenderingMode
in interface IRasterDefaultsEnv2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setResampling(int pDefaultResampling) throws java.io.IOException, AutomationException
setResampling
in interface IRasterDefaultsEnv2
pDefaultResampling
- A com.esri.arcgis.geodatabase.rstResamplingTypes constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getResampling() throws java.io.IOException, AutomationException
getResampling
in interface IRasterDefaultsEnv2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setProxyFilePath(java.lang.String pProxyFilePath) throws java.io.IOException, AutomationException
setProxyFilePath
in interface IRasterDefaultsEnv2
pProxyFilePath
- The pProxyFilePath (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getProxyFilePath() throws java.io.IOException, AutomationException
getProxyFilePath
in interface IRasterDefaultsEnv2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMaxTableSize(int pMaxTableSize) throws java.io.IOException, AutomationException
setMaxTableSize
in interface IRasterDefaultsEnv2
pMaxTableSize
- The pMaxTableSize (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getMaxTableSize() throws java.io.IOException, AutomationException
getMaxTableSize
in interface IRasterDefaultsEnv2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void updateAll() throws java.io.IOException, AutomationException
updateAll
in interface IRasterDefaultsEnv2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMaximumBuildAttributeTableSize(int pSize) throws java.io.IOException, AutomationException
setMaximumBuildAttributeTableSize
in interface IRasterDefaultsEnv3
pSize
- The pSize (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getMaximumBuildAttributeTableSize() throws java.io.IOException, AutomationException
getMaximumBuildAttributeTableSize
in interface IRasterDefaultsEnv3
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setFavorWorldFile(boolean pFavor) throws java.io.IOException, AutomationException
setFavorWorldFile
in interface IRasterDefaultsEnv3
pFavor
- The pFavor (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isFavorWorldFile() throws java.io.IOException, AutomationException
isFavorWorldFile
in interface IRasterDefaultsEnv3
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isAssumeHomogeneousCatalog() throws java.io.IOException, AutomationException
isAssumeHomogeneousCatalog
in interface IRasterDefaultsEnv3
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAssumeHomogeneousCatalog(boolean pHomogeneous) throws java.io.IOException, AutomationException
setAssumeHomogeneousCatalog
in interface IRasterDefaultsEnv3
pHomogeneous
- The pHomogeneous (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAskSubdatasetSelection(boolean pAsk) throws java.io.IOException, AutomationException
setAskSubdatasetSelection
in interface IRasterDefaultsEnv4
pAsk
- The pAsk (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isAskSubdatasetSelection() throws java.io.IOException, AutomationException
isAskSubdatasetSelection
in interface IRasterDefaultsEnv4
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDisplayWithContrastStretch(boolean pStretch) throws java.io.IOException, AutomationException
setDisplayWithContrastStretch
in interface IRasterDefaultsEnv4
pStretch
- The pStretch (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isDisplayWithContrastStretch() throws java.io.IOException, AutomationException
isDisplayWithContrastStretch
in interface IRasterDefaultsEnv4
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMaximumRastersColorMatching(int pSize) throws java.io.IOException, AutomationException
setMaximumRastersColorMatching
in interface IRasterDefaultsEnv4
pSize
- The pSize (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getMaximumRastersColorMatching() throws java.io.IOException, AutomationException
getMaximumRastersColorMatching
in interface IRasterDefaultsEnv4
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDisplayBackground(boolean b) throws java.io.IOException, AutomationException
setDisplayBackground
in interface IRasterDefaultsEnv5
b
- The b (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isDisplayBackground() throws java.io.IOException, AutomationException
isDisplayBackground
in interface IRasterDefaultsEnv5
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void queryBackgroundValues(double[] pRed, double[] pGreen, double[] pBlue) throws java.io.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)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setBackgroundValues(double red, double green, double blue) throws java.io.IOException, AutomationException
setBackgroundValues
in interface IRasterDefaultsEnv5
red
- The red (in)green
- The green (in)blue
- The blue (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IColor getBackgroundColor() throws java.io.IOException, AutomationException
getBackgroundColor
in interface IRasterDefaultsEnv5
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setBackgroundColor(IColor ppColor) throws java.io.IOException, AutomationException
setBackgroundColor
in interface IRasterDefaultsEnv5
ppColor
- A reference to a com.esri.arcgis.display.IColor (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IColor getNoDataColor() throws java.io.IOException, AutomationException
getNoDataColor
in interface IRasterDefaultsEnv5
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setNoDataColor(IColor ppColor) throws java.io.IOException, AutomationException
setNoDataColor
in interface IRasterDefaultsEnv5
ppColor
- A reference to a com.esri.arcgis.display.IColor (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isCreateTiledTIFF() throws java.io.IOException, AutomationException
isCreateTiledTIFF
in interface IRasterDefaultsEnv5
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setCreateTiledTIFF(boolean pTiled) throws java.io.IOException, AutomationException
setCreateTiledTIFF
in interface IRasterDefaultsEnv5
pTiled
- The pTiled (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMosaicLayerIsExpanded(boolean pIsExpanded) throws java.io.IOException, AutomationException
setMosaicLayerIsExpanded
in interface IRasterDefaultsEnv6
pIsExpanded
- The pIsExpanded (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isMosaicLayerIsExpanded() throws java.io.IOException, AutomationException
isMosaicLayerIsExpanded
in interface IRasterDefaultsEnv6
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setBoundarySubLayerIsVisible(boolean pIsVisible) throws java.io.IOException, AutomationException
setBoundarySubLayerIsVisible
in interface IRasterDefaultsEnv6
pIsVisible
- The pIsVisible (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isBoundarySubLayerIsVisible() throws java.io.IOException, AutomationException
isBoundarySubLayerIsVisible
in interface IRasterDefaultsEnv6
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setFootprintSubLayerIsVisible(boolean pIsVisible) throws java.io.IOException, AutomationException
setFootprintSubLayerIsVisible
in interface IRasterDefaultsEnv6
pIsVisible
- The pIsVisible (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isFootprintSubLayerIsVisible() throws java.io.IOException, AutomationException
isFootprintSubLayerIsVisible
in interface IRasterDefaultsEnv6
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setPreviewSubLayerIsVisible(boolean pIsVisible) throws java.io.IOException, AutomationException
setPreviewSubLayerIsVisible
in interface IRasterDefaultsEnv6
pIsVisible
- The pIsVisible (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isPreviewSubLayerIsVisible() throws java.io.IOException, AutomationException
isPreviewSubLayerIsVisible
in interface IRasterDefaultsEnv6
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSeamlineSubLayerIsVisible(boolean pIsVisible) throws java.io.IOException, AutomationException
setSeamlineSubLayerIsVisible
in interface IRasterDefaultsEnv6
pIsVisible
- The pIsVisible (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isSeamlineSubLayerIsVisible() throws java.io.IOException, AutomationException
isSeamlineSubLayerIsVisible
in interface IRasterDefaultsEnv6
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setStretchType(int en_stretch) throws java.io.IOException, AutomationException
setStretchType
in interface IRasterDefaultsEnv7
en_stretch
- A com.esri.arcgis.carto.esriRasterStretchTypesEnum constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getStretchType() throws java.io.IOException, AutomationException
getStretchType
in interface IRasterDefaultsEnv7
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setStandardDeviationsParam(double param) throws java.io.IOException, AutomationException
setStandardDeviationsParam
in interface IRasterDefaultsEnv7
param
- The param (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getStandardDeviationsParam() throws java.io.IOException, AutomationException
getStandardDeviationsParam
in interface IRasterDefaultsEnv7
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setUseGamma(boolean pUseGamma) throws java.io.IOException, AutomationException
setUseGamma
in interface IRasterDefaultsEnv7
pUseGamma
- The pUseGamma (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isUseGamma() throws java.io.IOException, AutomationException
isUseGamma
in interface IRasterDefaultsEnv7
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setGammaRedValue(double pRedGamma) throws java.io.IOException, AutomationException
setGammaRedValue
in interface IRasterDefaultsEnv7
pRedGamma
- The pRedGamma (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getGammaRedValue() throws java.io.IOException, AutomationException
getGammaRedValue
in interface IRasterDefaultsEnv7
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setGammaGreenValue(double pGreenGamma) throws java.io.IOException, AutomationException
setGammaGreenValue
in interface IRasterDefaultsEnv7
pGreenGamma
- The pGreenGamma (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getGammaGreenValue() throws java.io.IOException, AutomationException
getGammaGreenValue
in interface IRasterDefaultsEnv7
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setGammaBlueValue(double pBlueGamma) throws java.io.IOException, AutomationException
setGammaBlueValue
in interface IRasterDefaultsEnv7
pBlueGamma
- The pBlueGamma (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getGammaBlueValue() throws java.io.IOException, AutomationException
getGammaBlueValue
in interface IRasterDefaultsEnv7
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMinPercent(double pPercent) throws java.io.IOException, AutomationException
setMinPercent
in interface IRasterDefaultsEnv7
pPercent
- The pPercent (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getMinPercent() throws java.io.IOException, AutomationException
getMinPercent
in interface IRasterDefaultsEnv7
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMaxPercent(double pPercent) throws java.io.IOException, AutomationException
setMaxPercent
in interface IRasterDefaultsEnv7
pPercent
- The pPercent (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getMaxPercent() throws java.io.IOException, AutomationException
getMaxPercent
in interface IRasterDefaultsEnv7
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setRenderingDefaultsEnabled(boolean pYes) throws java.io.IOException, AutomationException
setRenderingDefaultsEnabled
in interface IRasterDefaultsEnv8
pYes
- The pYes (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isRenderingDefaultsEnabled() throws java.io.IOException, AutomationException
isRenderingDefaultsEnabled
in interface IRasterDefaultsEnv8
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setUseBandSpectralInfoForRGBMapping(boolean pYes) throws java.io.IOException, AutomationException
setUseBandSpectralInfoForRGBMapping
in interface IRasterDefaultsEnv8
pYes
- The pYes (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isUseBandSpectralInfoForRGBMapping() throws java.io.IOException, AutomationException
isUseBandSpectralInfoForRGBMapping
in interface IRasterDefaultsEnv8
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDisplayServiceCacheByDefault(boolean pYes) throws java.io.IOException, AutomationException
setDisplayServiceCacheByDefault
in interface IRasterDefaultsEnv8
pYes
- The pYes (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isDisplayServiceCacheByDefault() throws java.io.IOException, AutomationException
isDisplayServiceCacheByDefault
in interface IRasterDefaultsEnv8
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setPyramidResamplingMethod(int pYes) throws java.io.IOException, AutomationException
setPyramidResamplingMethod
in interface IRasterDefaultsEnv9
pYes
- A com.esri.arcgis.geodatabase.rstResamplingTypes constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getPyramidResamplingMethod() throws java.io.IOException, AutomationException
getPyramidResamplingMethod
in interface IRasterDefaultsEnv9
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setPyramidCompressionType(int compressionType) throws java.io.IOException, AutomationException
setPyramidCompressionType
in interface IRasterDefaultsEnv9
compressionType
- A com.esri.arcgis.geodatabase.esriRasterCompressionType constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getPyramidCompressionType() throws java.io.IOException, AutomationException
getPyramidCompressionType
in interface IRasterDefaultsEnv9
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setPyramidCompressionQuality(int quality) throws java.io.IOException, AutomationException
setPyramidCompressionQuality
in interface IRasterDefaultsEnv9
quality
- The quality (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getPyramidCompressionQuality() throws java.io.IOException, AutomationException
getPyramidCompressionQuality
in interface IRasterDefaultsEnv9
java.io.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 |