|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRasterDefaultsEnv6
Provides access to members that control the default raster environment.
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 |
---|
void setMosaicLayerIsExpanded(boolean pIsExpanded) throws IOException, AutomationException
pIsExpanded
- The pIsExpanded (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isMosaicLayerIsExpanded() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setBoundarySubLayerIsVisible(boolean pIsVisible) throws IOException, AutomationException
pIsVisible
- The pIsVisible (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isBoundarySubLayerIsVisible() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFootprintSubLayerIsVisible(boolean pIsVisible) throws IOException, AutomationException
pIsVisible
- The pIsVisible (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isFootprintSubLayerIsVisible() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setPreviewSubLayerIsVisible(boolean pIsVisible) throws IOException, AutomationException
pIsVisible
- The pIsVisible (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isPreviewSubLayerIsVisible() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSeamlineSubLayerIsVisible(boolean pIsVisible) throws IOException, AutomationException
pIsVisible
- The pIsVisible (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isSeamlineSubLayerIsVisible() throws IOException, AutomationException
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 |