|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.carto.IRasterDefaultsEnvProxy
com.esri.arcgis.carto.IRasterDefaultsEnv2Proxy
com.esri.arcgis.carto.IRasterDefaultsEnv3Proxy
com.esri.arcgis.carto.IRasterDefaultsEnv4Proxy
com.esri.arcgis.carto.IRasterDefaultsEnv5Proxy
com.esri.arcgis.carto.IRasterDefaultsEnv6Proxy
public class IRasterDefaultsEnv6Proxy
Provides access to members that control the default raster environment.
| Field Summary | |
|---|---|
boolean |
noncastable
|
| Fields inherited from class com.esri.arcgis.interop.Dispatch |
|---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
| Constructor Summary | |
|---|---|
|
IRasterDefaultsEnv6Proxy()
|
|
IRasterDefaultsEnv6Proxy(Object obj)
|
protected |
IRasterDefaultsEnv6Proxy(Object obj,
String iid)
|
| Method Summary | |
|---|---|
void |
addListener(String iidStr,
Object theListener,
Object theSource)
|
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 |
removeListener(String iidStr,
Object theListener)
|
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 class com.esri.arcgis.carto.IRasterDefaultsEnv5Proxy |
|---|
getBackgroundColor, getNoDataColor, isCreateTiledTIFF, isDisplayBackground, queryBackgroundValues, setBackgroundColor, setBackgroundValues, setCreateTiledTIFF, setDisplayBackground, setNoDataColor |
| Methods inherited from class com.esri.arcgis.carto.IRasterDefaultsEnv4Proxy |
|---|
getMaximumRastersColorMatching, isAskSubdatasetSelection, isDisplayWithContrastStretch, setAskSubdatasetSelection, setDisplayWithContrastStretch, setMaximumRastersColorMatching |
| Methods inherited from class com.esri.arcgis.carto.IRasterDefaultsEnv3Proxy |
|---|
getMaximumBuildAttributeTableSize, isAssumeHomogeneousCatalog, isFavorWorldFile, setAssumeHomogeneousCatalog, setFavorWorldFile, setMaximumBuildAttributeTableSize |
| Methods inherited from class com.esri.arcgis.carto.IRasterDefaultsEnv2Proxy |
|---|
getMaxTableSize, getProxyFilePath, getRenderingMode, getResampling, setMaxTableSize, setProxyFilePath, setRenderingMode, setResampling, updateAll |
| Methods inherited from class com.esri.arcgis.carto.IRasterDefaultsEnvProxy |
|---|
getFormat, getNumFormats, getPyramidCreateOpt, isUseExtChecking, query3BandRGB, query4BandRGB, set3BandRGB, set4BandRGB, setPyramidCreateOpt, setUseExtChecking |
| Methods inherited from class com.esri.arcgis.interop.Dispatch |
|---|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| 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 |
|---|
public boolean noncastable
| Constructor Detail |
|---|
public IRasterDefaultsEnv6Proxy()
public IRasterDefaultsEnv6Proxy(Object obj)
throws IOException
IOException
protected IRasterDefaultsEnv6Proxy(Object obj,
String iid)
throws IOException
IOException| Method Detail |
|---|
public void addListener(String iidStr,
Object theListener,
Object theSource)
throws IOException
addListener in class IRasterDefaultsEnv5ProxyIOException
public void removeListener(String iidStr,
Object theListener)
throws IOException
removeListener in class IRasterDefaultsEnv5ProxyIOException
public void setMosaicLayerIsExpanded(boolean pIsExpanded)
throws IOException,
AutomationException
setMosaicLayerIsExpanded in interface IRasterDefaultsEnv6pIsExpanded - The pIsExpanded (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isMosaicLayerIsExpanded()
throws IOException,
AutomationException
isMosaicLayerIsExpanded in interface IRasterDefaultsEnv6IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setBoundarySubLayerIsVisible(boolean pIsVisible)
throws IOException,
AutomationException
setBoundarySubLayerIsVisible in interface IRasterDefaultsEnv6pIsVisible - The pIsVisible (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isBoundarySubLayerIsVisible()
throws IOException,
AutomationException
isBoundarySubLayerIsVisible in interface IRasterDefaultsEnv6IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setFootprintSubLayerIsVisible(boolean pIsVisible)
throws IOException,
AutomationException
setFootprintSubLayerIsVisible in interface IRasterDefaultsEnv6pIsVisible - The pIsVisible (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isFootprintSubLayerIsVisible()
throws IOException,
AutomationException
isFootprintSubLayerIsVisible in interface IRasterDefaultsEnv6IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setPreviewSubLayerIsVisible(boolean pIsVisible)
throws IOException,
AutomationException
setPreviewSubLayerIsVisible in interface IRasterDefaultsEnv6pIsVisible - The pIsVisible (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isPreviewSubLayerIsVisible()
throws IOException,
AutomationException
isPreviewSubLayerIsVisible in interface IRasterDefaultsEnv6IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSeamlineSubLayerIsVisible(boolean pIsVisible)
throws IOException,
AutomationException
setSeamlineSubLayerIsVisible in interface IRasterDefaultsEnv6pIsVisible - The pIsVisible (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isSeamlineSubLayerIsVisible()
throws IOException,
AutomationException
isSeamlineSubLayerIsVisible in interface IRasterDefaultsEnv6IOException - 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 | ||||||||