com.esri.arcgis.carto
Interface ITerrainAttributeRenderer

All Superinterfaces:
ITerrainRenderer, ITerrainRenderer2, ITinRenderer, java.io.Serializable
All Known Implementing Classes:
ITerrainAttributeRendererProxy, TerrainPointAttributeRenderer, TerrainPointUniqueValueRenderer

public interface ITerrainAttributeRenderer
extends ITerrainRenderer2, java.io.Serializable

COM Interface 'ITerrainAttributeRenderer'. 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 Terrain 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 IID6b2403f7_7d51_4647_a46a_5f8ea269f273
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.carto.ITerrainRenderer2
IID0a7ea67a_3c04_4204_9fcc_bc56d18c773a
 
Fields inherited from interface com.esri.arcgis.carto.ITerrainRenderer
IID1f991990_0063_419d_9c83_56aa729c77c4
 
Fields inherited from interface com.esri.arcgis.carto.ITinRenderer
IID466db6cd_80a6_11d2_81eb_00104bc4cd03
 
Method Summary
 java.lang.String getAttributeFieldName()
          The name of the reserved field to be used to define drawing symbol.
 ILongArray getDataSources()
          The embedded data sources to be rendered.
 void redefineSymbols()
          Redefine drawing symbols based on cueernt data sources and attribute field name.
 void setAttributeFieldName(java.lang.String pName)
          The name of the reserved field to be used to define drawing symbol.
 void setDataSources(ILongArray pDataSources)
          The embedded data sources to be rendered.
 
Methods inherited from interface com.esri.arcgis.carto.ITerrainRenderer2
getAreaOfInterest, getResolution, setAreaOfInterest, setResolution
 
Methods inherited from interface com.esri.arcgis.carto.ITerrainRenderer
getTerrain, setTerrainByRef
 
Methods inherited from interface com.esri.arcgis.carto.ITinRenderer
canRender, copy, draw, getName, getTin, isVisible, setName, setTinByRef, setVisible
 

Field Detail

IID6b2403f7_7d51_4647_a46a_5f8ea269f273

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

setAttributeFieldName

void setAttributeFieldName(java.lang.String pName)
                           throws java.io.IOException,
                                  AutomationException
The name of the reserved field to be used to define drawing symbol.

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

getAttributeFieldName

java.lang.String getAttributeFieldName()
                                       throws java.io.IOException,
                                              AutomationException
The name of the reserved field to be used to define drawing symbol.

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

setDataSources

void setDataSources(ILongArray pDataSources)
                    throws java.io.IOException,
                           AutomationException
The embedded data sources to be rendered.

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

getDataSources

ILongArray getDataSources()
                          throws java.io.IOException,
                                 AutomationException
The embedded data sources to be rendered.

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

redefineSymbols

void redefineSymbols()
                     throws java.io.IOException,
                            AutomationException
Redefine drawing symbols based on cueernt data sources and attribute field name.

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