com.esri.arcgis.carto
Interface IRasterDefaultsEnv4

All Superinterfaces:
IRasterDefaultsEnv, IRasterDefaultsEnv2, IRasterDefaultsEnv3, java.io.Serializable
All Known Subinterfaces:
IRasterDefaultsEnv5, IRasterDefaultsEnv6, IRasterDefaultsEnv7, IRasterDefaultsEnv8, IRasterDefaultsEnv9
All Known Implementing Classes:
IRasterDefaultsEnv4Proxy, IRasterDefaultsEnv5Proxy, IRasterDefaultsEnv6Proxy, IRasterDefaultsEnv7Proxy, IRasterDefaultsEnv8Proxy, IRasterDefaultsEnv9Proxy, RasterDefaultsEnv

public interface IRasterDefaultsEnv4
extends IRasterDefaultsEnv3, java.io.Serializable

COM Interface 'IRasterDefaultsEnv4'. 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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID4dcd6e47_90a1_4341_a90b_52ab6df2ffa4
           
static int xxDummy
          Deprecated. Internal use only
 
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
 
Method Summary
 int getMaximumRastersColorMatching()
          The maximum number of rasters for color matching.
 boolean isAskSubdatasetSelection()
          Indicates if the subdataset selection dialog should pop up.
 boolean isDisplayWithContrastStretch()
          Indicates if displaying raster datasets with contrast stretching as default.
 void setAskSubdatasetSelection(boolean pAsk)
          Indicates if the subdataset selection dialog should pop up.
 void setDisplayWithContrastStretch(boolean pStretch)
          Indicates if displaying raster datasets with contrast stretching as default.
 void setMaximumRastersColorMatching(int pSize)
          The maximum number of rasters for color matching.
 
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
 

Field Detail

IID4dcd6e47_90a1_4341_a90b_52ab6df2ffa4

static final int IID4dcd6e47_90a1_4341_a90b_52ab6df2ffa4
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
Method Detail

setAskSubdatasetSelection

void setAskSubdatasetSelection(boolean pAsk)
                               throws java.io.IOException,
                                      AutomationException
Indicates if the subdataset selection dialog should pop up.

Parameters:
pAsk - The pAsk (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isAskSubdatasetSelection

boolean isAskSubdatasetSelection()
                                 throws java.io.IOException,
                                        AutomationException
Indicates if the subdataset selection dialog should pop up.

Returns:
The pAsk
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDisplayWithContrastStretch

void setDisplayWithContrastStretch(boolean pStretch)
                                   throws java.io.IOException,
                                          AutomationException
Indicates if displaying raster datasets with contrast stretching as default.

Parameters:
pStretch - The pStretch (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isDisplayWithContrastStretch

boolean isDisplayWithContrastStretch()
                                     throws java.io.IOException,
                                            AutomationException
Indicates if displaying raster datasets with contrast stretching as default.

Returns:
The pStretch
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMaximumRastersColorMatching

void setMaximumRastersColorMatching(int pSize)
                                    throws java.io.IOException,
                                           AutomationException
The maximum number of rasters for color matching.

Parameters:
pSize - The pSize (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMaximumRastersColorMatching

int getMaximumRastersColorMatching()
                                   throws java.io.IOException,
                                          AutomationException
The maximum number of rasters for color matching.

Returns:
The pSize
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.