com.esri.arcgis.geoprocessing
Interface IGPLayerDescription

All Superinterfaces:
Serializable
All Known Implementing Classes:
GPFeatureRecordSetLayer, GPRasterDataLayer

public interface IGPLayerDescription
extends Serializable

Product Availability

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


Method Summary
 ILayerDrawingDescription getLayerDrawingDescription()
          The layer drawing description.
 Object getRenderer()
          Get the layer renderer.
 void setLayerDrawingDescriptionByRef(ILayerDrawingDescription ppDesc)
          The layer drawing description.
 

Method Detail

getLayerDrawingDescription

ILayerDrawingDescription getLayerDrawingDescription()
                                                    throws IOException,
                                                           AutomationException
The layer drawing description.

Product Availability

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

Returns:
A reference to a com.esri.arcgis.carto.ILayerDrawingDescription
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setLayerDrawingDescriptionByRef

void setLayerDrawingDescriptionByRef(ILayerDrawingDescription ppDesc)
                                     throws IOException,
                                            AutomationException
The layer drawing description.

Product Availability

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

Parameters:
ppDesc - A reference to a com.esri.arcgis.carto.ILayerDrawingDescription (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getRenderer

Object getRenderer()
                   throws IOException,
                          AutomationException
Get the layer renderer.

Product Availability

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

Returns:
A reference to another Object (IUnknown)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.