com.esri.arcgis.analyst3d
Interface I3DProperties3

All Superinterfaces:
I3DProperties, I3DProperties2, java.io.Serializable
All Known Implementing Classes:
Basic3DProperties, Feature3DProperties, I3DProperties3Proxy, Raster3DProperties, Tin3DProperties

public interface I3DProperties3
extends I3DProperties2, java.io.Serializable

COM Interface 'I3DProperties3'. Generated 3/19/2015 1:20:51 PM from 'C:\ArcGIS\COM\esri3DAnalyst.olb'

Description: 'Provides additional access to members that control three-dimensional properties.' 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 IID3c8a34c5_937a_4607_ab07_f5ed3470d443
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.analyst3d.I3DProperties2
IID7646fd6d_a031_4ddf_9fa3_38bd170a238b
 
Fields inherited from interface com.esri.arcgis.analyst3d.I3DProperties
IIDbc6f44cc_21e8_11d4_a383_00c04f6bc619
 
Method Summary
 double getAlphaThreshold()
          Alpha threshold for transparency.
 void setAlphaThreshold(double threshold)
          Alpha threshold for transparency.
 
Methods inherited from interface com.esri.arcgis.analyst3d.I3DProperties2
getTextureCompressionType, getTextureDisplayType, getTextureDownsamplingFactor, setTextureCompressionType, setTextureDisplayType, setTextureDownsamplingFactor
 
Methods inherited from interface com.esri.arcgis.analyst3d.I3DProperties
apply3DProperties, getBaseExpressionString, getBaseName, getBaseOption, getBaseSurface, getDepthPriorityValue, getExtrusionExpressionString, getExtrusionType, getFaceCulling, getMaxRasterColumns, getMaxRasterRows, getMaxTextureMemory, getOffsetExpressionString, getRenderMode, getRenderRefreshRate, getRenderVisibility, getZFactor, isIlluminate, isSmoothShading, setBaseExpressionString, setBaseOption, setBaseSurfaceByRef, setDepthPriorityValue, setExtrusionExpressionString, setExtrusionType, setFaceCulling, setIlluminate, setMaxRasterColumns, setMaxRasterRows, setMaxTextureMemory, setOffsetExpressionString, setRenderMode, setRenderRefreshRate, setRenderVisibility, setSmoothShading, setZFactor
 

Field Detail

IID3c8a34c5_937a_4607_ab07_f5ed3470d443

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

setAlphaThreshold

void setAlphaThreshold(double threshold)
                       throws java.io.IOException,
                              AutomationException
Alpha threshold for transparency.

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

getAlphaThreshold

double getAlphaThreshold()
                         throws java.io.IOException,
                                AutomationException
Alpha threshold for transparency.

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