com.esri.arcgis.analyst3d
Interface IGeometryMaterial

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GeometryMaterial, IGeometryMaterialProxy

public interface IGeometryMaterial
extends java.io.Serializable

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

Description: 'Provides access to Material 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 IIDe9f95f61_2bec_11d6_a4cd_444553547777
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void clearTextureImage()
          Clear Texture Image file.
 void clearTransparentTextureColor()
          Clear the transparent color to the texture image.
 void getColor(double[] pRed, double[] pGreen, double[] pBlue)
          Get color, red, green, blue is in range of 0.0 - 1.0.
 IRgbColor getColor2()
          The color.
 void getTextureColorPalette(IArray[] ppRgbColors)
          The values of unique RGB colors in the texture image.
 java.lang.String getTextureImage()
          The Texture Image file.
 double getTransparency()
          The transparency, in range of 0.0 - 1.0.
 IRgbColor getTransparentTextureColor()
          The transparent texture color.
 boolean isHasTransparentTextureColor()
          Indicates if a transparent color has been assigned to the texture image.
 void setColor(double red, double green, double blue)
          Set color, red, green, blue is in range of 0.0 - 1.0.
 void setColorByRef(IRgbColor ppRgbColor)
          The color.
 void setTextureImage(java.lang.String pFilePath)
          The Texture Image file.
 void setTransparency(double pTransparency)
          The transparency, in range of 0.0 - 1.0.
 void setTransparentTextureColorByRef(IRgbColor ppRgbColor)
          The transparent texture color.
 

Field Detail

IIDe9f95f61_2bec_11d6_a4cd_444553547777

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

setColor

void setColor(double red,
              double green,
              double blue)
              throws java.io.IOException,
                     AutomationException
Set color, red, green, blue is in range of 0.0 - 1.0.

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

getColor

void getColor(double[] pRed,
              double[] pGreen,
              double[] pBlue)
              throws java.io.IOException,
                     AutomationException
Get color, red, green, blue is in range of 0.0 - 1.0.

Parameters:
pRed - The pRed (out: use single element array)
pGreen - The pGreen (out: use single element array)
pBlue - The pBlue (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setColorByRef

void setColorByRef(IRgbColor ppRgbColor)
                   throws java.io.IOException,
                          AutomationException
The color.

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

getColor2

IRgbColor getColor2()
                    throws java.io.IOException,
                           AutomationException
The color.

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

setTransparency

void setTransparency(double pTransparency)
                     throws java.io.IOException,
                            AutomationException
The transparency, in range of 0.0 - 1.0.

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

getTransparency

double getTransparency()
                       throws java.io.IOException,
                              AutomationException
The transparency, in range of 0.0 - 1.0.

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

setTextureImage

void setTextureImage(java.lang.String pFilePath)
                     throws java.io.IOException,
                            AutomationException
The Texture Image file.

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

getTextureImage

java.lang.String getTextureImage()
                                 throws java.io.IOException,
                                        AutomationException
The Texture Image file.

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

clearTextureImage

void clearTextureImage()
                       throws java.io.IOException,
                              AutomationException
Clear Texture Image file.

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

setTransparentTextureColorByRef

void setTransparentTextureColorByRef(IRgbColor ppRgbColor)
                                     throws java.io.IOException,
                                            AutomationException
The transparent texture color.

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

getTransparentTextureColor

IRgbColor getTransparentTextureColor()
                                     throws java.io.IOException,
                                            AutomationException
The transparent texture color.

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

isHasTransparentTextureColor

boolean isHasTransparentTextureColor()
                                     throws java.io.IOException,
                                            AutomationException
Indicates if a transparent color has been assigned to the texture image.

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

clearTransparentTextureColor

void clearTransparentTextureColor()
                                  throws java.io.IOException,
                                         AutomationException
Clear the transparent color to the texture image.

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

getTextureColorPalette

void getTextureColorPalette(IArray[] ppRgbColors)
                            throws java.io.IOException,
                                   AutomationException
The values of unique RGB colors in the texture image.

Parameters:
ppRgbColors - A reference to a com.esri.arcgis.system.IArray (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.