com.esri.arcgis.carto
Interface IGlobeRasterStretch

All Superinterfaces:
Serializable
All Known Implementing Classes:
RasterRGBRenderer, RasterStretchColorRampRenderer

public interface IGlobeRasterStretch
extends Serializable

Provides access to specify if the renderer is an ArcMap Layer Renderer or ArcGlobe.

Product Availability

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


Method Summary
 boolean isGlobeLayerRenderer()
          Indicates whether it is a ArcGlobe layer renderer.
 void setIsGlobeLayerRenderer(boolean flag)
          Indicates whether it is a ArcGlobe layer renderer.
 

Method Detail

isGlobeLayerRenderer

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

Product Availability

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

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

setIsGlobeLayerRenderer

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

Product Availability

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

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