com.esri.arcgis.carto
Interface ITinIllumination

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ITinIlluminationProxy, LasPointElevationRenderer, TerrainPointElevationRenderer, TinAspectRenderer, TinElevationRenderer, TinFaceRenderer, TinFaceValueRenderer, TinSlopeRenderer

public interface ITinIllumination
extends java.io.Serializable

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

Description: 'Provides access to members that determine whether shading is turned on or off for a TIN face renderer.' 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 IID4536d29b_9e81_11d2_81ed_00104bc4cd03
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 boolean isIlluminate()
          Indicates if the shading for TIN triangle faces is illuminated.
 void setIlluminate(boolean illuminate)
          Indicates if the shading for TIN triangle faces is illuminated.
 

Field Detail

IID4536d29b_9e81_11d2_81ed_00104bc4cd03

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

isIlluminate

boolean isIlluminate()
                     throws java.io.IOException,
                            AutomationException
Indicates if the shading for TIN triangle faces is illuminated.

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

setIlluminate

void setIlluminate(boolean illuminate)
                   throws java.io.IOException,
                          AutomationException
Indicates if the shading for TIN triangle faces is illuminated.

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