com.esri.arcgis.carto
Interface IRasterDefaultsEnv6

All Superinterfaces:
IRasterDefaultsEnv, IRasterDefaultsEnv2, IRasterDefaultsEnv3, IRasterDefaultsEnv4, IRasterDefaultsEnv5, Serializable
All Known Subinterfaces:
IRasterDefaultsEnv7, IRasterDefaultsEnv8, IRasterDefaultsEnv9
All Known Implementing Classes:
IRasterDefaultsEnv6Proxy, RasterDefaultsEnv

public interface IRasterDefaultsEnv6
extends IRasterDefaultsEnv5, Serializable

Provides access to members that control the default raster environment.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


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
 

Method Detail

setMosaicLayerIsExpanded

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

isMosaicLayerIsExpanded

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setBoundarySubLayerIsVisible

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

isBoundarySubLayerIsVisible

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setFootprintSubLayerIsVisible

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

isFootprintSubLayerIsVisible

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setPreviewSubLayerIsVisible

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

isPreviewSubLayerIsVisible

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setSeamlineSubLayerIsVisible

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

isSeamlineSubLayerIsVisible

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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