com.esri.arcgis.carto
Interface IRasterDefaultsEnv6

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

public interface IRasterDefaultsEnv6
extends IRasterDefaultsEnv5, java.io.Serializable

COM Interface 'IRasterDefaultsEnv6'. 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 IIDfd9acc55_6a35_4888_b3c8_9604887b2fc3
           
static int xxDummy
          Deprecated. Internal use only
 
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
 
Method Summary
 boolean isBoundarySubLayerIsVisible()
          Indicates if the boundary sub-layer of a mosaic layer is visible by default.
 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.
 void setBoundarySubLayerIsVisible(boolean pIsVisible)
          Indicates if the boundary sub-layer of a mosaic layer is visible by default.
 void setFootprintSubLayerIsVisible(boolean pIsVisible)
          Indicates if the footprint sub-layer of a mosaic layer is visible by default.
 void setMosaicLayerIsExpanded(boolean pIsExpanded)
          Indicates if a mosaic layer should be expanded or collapsed by default.
 void setPreviewSubLayerIsVisible(boolean pIsVisible)
          Indicates if the preview sub-layer of a mosaic layer is visible by default.
 void setSeamlineSubLayerIsVisible(boolean pIsVisible)
          Indicates if the seamline sub-layer of a mosaic layer is visible by default.
 
Methods inherited from interface com.esri.arcgis.carto.IRasterDefaultsEnv5
getBackgroundColor, getNoDataColor, isCreateTiledTIFF, isDisplayBackground, queryBackgroundValues, setBackgroundColor, setBackgroundValues, setCreateTiledTIFF, setDisplayBackground, setNoDataColor
 
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
 

Field Detail

IIDfd9acc55_6a35_4888_b3c8_9604887b2fc3

static final int IIDfd9acc55_6a35_4888_b3c8_9604887b2fc3
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

setMosaicLayerIsExpanded

void setMosaicLayerIsExpanded(boolean pIsExpanded)
                              throws java.io.IOException,
                                     AutomationException
Indicates if a mosaic layer should be expanded or collapsed by default.

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

isMosaicLayerIsExpanded

boolean isMosaicLayerIsExpanded()
                                throws java.io.IOException,
                                       AutomationException
Indicates if a mosaic layer should be expanded or collapsed by default.

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

setBoundarySubLayerIsVisible

void setBoundarySubLayerIsVisible(boolean pIsVisible)
                                  throws java.io.IOException,
                                         AutomationException
Indicates if the boundary sub-layer of a mosaic layer is visible by default.

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

isBoundarySubLayerIsVisible

boolean isBoundarySubLayerIsVisible()
                                    throws java.io.IOException,
                                           AutomationException
Indicates if the boundary sub-layer of a mosaic layer is visible by default.

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

setFootprintSubLayerIsVisible

void setFootprintSubLayerIsVisible(boolean pIsVisible)
                                   throws java.io.IOException,
                                          AutomationException
Indicates if the footprint sub-layer of a mosaic layer is visible by default.

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

isFootprintSubLayerIsVisible

boolean isFootprintSubLayerIsVisible()
                                     throws java.io.IOException,
                                            AutomationException
Indicates if the footprint sub-layer of a mosaic layer is visible by default.

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

setPreviewSubLayerIsVisible

void setPreviewSubLayerIsVisible(boolean pIsVisible)
                                 throws java.io.IOException,
                                        AutomationException
Indicates if the preview sub-layer of a mosaic layer is visible by default.

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

isPreviewSubLayerIsVisible

boolean isPreviewSubLayerIsVisible()
                                   throws java.io.IOException,
                                          AutomationException
Indicates if the preview sub-layer of a mosaic layer is visible by default.

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

setSeamlineSubLayerIsVisible

void setSeamlineSubLayerIsVisible(boolean pIsVisible)
                                  throws java.io.IOException,
                                         AutomationException
Indicates if the seamline sub-layer of a mosaic layer is visible by default.

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

isSeamlineSubLayerIsVisible

boolean isSeamlineSubLayerIsVisible()
                                    throws java.io.IOException,
                                           AutomationException
Indicates if the seamline sub-layer of a mosaic layer is visible by default.

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