com.esri.arcgis.analyst3d
Interface I3DProperties2

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

public interface I3DProperties2
extends I3DProperties, java.io.Serializable

COM Interface 'I3DProperties2'. 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 IID7646fd6d_a031_4ddf_9fa3_38bd170a238b
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.analyst3d.I3DProperties
IIDbc6f44cc_21e8_11d4_a383_00c04f6bc619
 
Method Summary
 int getTextureCompressionType()
          The current texture compression type.
 int getTextureDisplayType()
          The current texture display type.
 double getTextureDownsamplingFactor()
          The texture downsampling factor.
 void setTextureCompressionType(int type)
          The current texture compression type.
 void setTextureDisplayType(int type)
          The current texture display type.
 void setTextureDownsamplingFactor(double texResamplingFactor)
          The texture downsampling factor.
 
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

IID7646fd6d_a031_4ddf_9fa3_38bd170a238b

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

getTextureDownsamplingFactor

double getTextureDownsamplingFactor()
                                    throws java.io.IOException,
                                           AutomationException
The texture downsampling factor.

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

setTextureDownsamplingFactor

void setTextureDownsamplingFactor(double texResamplingFactor)
                                  throws java.io.IOException,
                                         AutomationException
The texture downsampling factor.

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

setTextureCompressionType

void setTextureCompressionType(int type)
                               throws java.io.IOException,
                                      AutomationException
The current texture compression type.

Parameters:
type - A com.esri.arcgis.analyst3d.esriTextureFormatType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTextureCompressionType

int getTextureCompressionType()
                              throws java.io.IOException,
                                     AutomationException
The current texture compression type.

Returns:
A com.esri.arcgis.analyst3d.esriTextureFormatType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTextureDisplayType

void setTextureDisplayType(int type)
                           throws java.io.IOException,
                                  AutomationException
The current texture display type.

Parameters:
type - A com.esri.arcgis.analyst3d.esriTextureFormatType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTextureDisplayType

int getTextureDisplayType()
                          throws java.io.IOException,
                                 AutomationException
The current texture display type.

Returns:
A com.esri.arcgis.analyst3d.esriTextureFormatType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.