com.esri.arcgis.geoprocessing
Interface IGPLayerDescription

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GPFeatureRecordSetLayer, GPRasterDataLayer, IGPLayerDescriptionProxy

public interface IGPLayerDescription
extends java.io.Serializable

COM Interface 'IGPLayerDescription'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriGeoprocessing.olb'

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 IID36c58bcc_44b2_443f_80db_a6be31f31e41
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 ILayerDrawingDescription getLayerDrawingDescription()
          The layer drawing description.
 java.lang.Object getRenderer()
          Get the layer renderer.
 void setLayerDrawingDescriptionByRef(ILayerDrawingDescription ppDesc)
          The layer drawing description.
 

Field Detail

IID36c58bcc_44b2_443f_80db_a6be31f31e41

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

getLayerDrawingDescription

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

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

setLayerDrawingDescriptionByRef

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

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

getRenderer

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

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