com.esri.arcgis.display
Interface IDisplayAdmin2

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
BasemapLayer, GdbRasterCatalogLayer, GlobeServerLayer, GroupLayer, IDisplayAdmin2Proxy, ImageServerLayer, IMSMapLayer, MapServerLayer, MapServerRESTLayer, MapServerRESTSubLayer, MosaicLayer, NALayer, ProcessLayer, RasterCatalogLayer, RasterLayer, WCSLayer, WMSMapLayer, WMTSLayer

public interface IDisplayAdmin2
extends java.io.Serializable

COM Interface 'IDisplayAdmin2'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriDisplay.olb'

Description: 'Provides access to members that control display administration.' 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 IIDd915ec07_7b4f_47fd_b59b_3252f3a3b610
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 boolean isDoesBlending()
          Indicates whether the drawing object blends its output with the background.
 boolean isRequiresBanding()
          Indicates whether the output from the drawing object requires banding.
 boolean isUsesFilter()
          Indicates if the current object draws using a display filter.
 

Field Detail

IIDd915ec07_7b4f_47fd_b59b_3252f3a3b610

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

isUsesFilter

boolean isUsesFilter()
                     throws java.io.IOException,
                            AutomationException
Indicates if the current object draws using a display filter.

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

isRequiresBanding

boolean isRequiresBanding()
                          throws java.io.IOException,
                                 AutomationException
Indicates whether the output from the drawing object requires banding. Generally this is true if the output is raster.

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

isDoesBlending

boolean isDoesBlending()
                       throws java.io.IOException,
                              AutomationException
Indicates whether the drawing object blends its output with the background. For example, if the object is transparent, the background becomes part of its rendering.

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