com.esri.arcgis.carto
Interface IGlobeRasterStretch

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IGlobeRasterStretchProxy, RasterRGBRenderer, RasterStretchColorRampRenderer

public interface IGlobeRasterStretch
extends java.io.Serializable

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

Description: 'Provides access to specify if the renderer is an ArcMap Layer Renderer or ArcGlobe.' 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 IIDb055b13e_ceb8_406f_a179_1e838f51e30b
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 boolean isGlobeLayerRenderer()
          Indicates whether it is a ArcGlobe layer renderer.
 void setIsGlobeLayerRenderer(boolean flag)
          Indicates whether it is a ArcGlobe layer renderer.
 

Field Detail

IIDb055b13e_ceb8_406f_a179_1e838f51e30b

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

isGlobeLayerRenderer

boolean isGlobeLayerRenderer()
                             throws java.io.IOException,
                                    AutomationException
Indicates whether it is a ArcGlobe layer renderer.

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

setIsGlobeLayerRenderer

void setIsGlobeLayerRenderer(boolean flag)
                             throws java.io.IOException,
                                    AutomationException
Indicates whether it is a ArcGlobe layer renderer.

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