com.esri.arcgis.carto
Interface IDatasetRenderer

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IDatasetRendererProxy, LasPointElevationRenderer, LasUniqueValueRenderer, TinElevationRenderer, TinNodeElevationRenderer

public interface IDatasetRenderer
extends java.io.Serializable

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

Description: 'Provides access to members that control functions common to all dataset renderers.' 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 IID2aa7619b_3861_402e_bced_3ba50c62758f
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IDataset getDataset()
          The Dataset associated with the renderer.
 void setDatasetByRef(IDataset ppDataset)
          The Dataset associated with the renderer.
 

Field Detail

IID2aa7619b_3861_402e_bced_3ba50c62758f

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

setDatasetByRef

void setDatasetByRef(IDataset ppDataset)
                     throws java.io.IOException,
                            AutomationException
The Dataset associated with the renderer.

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

getDataset

IDataset getDataset()
                    throws java.io.IOException,
                           AutomationException
The Dataset associated with the renderer.

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