com.esri.arcgis.geometry
Interface ITextureAware

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ITextureAwareProxy

public interface ITextureAware
extends java.io.Serializable

COM Interface 'ITextureAware'. Generated 3/19/2015 1:20:58 PM from 'C:\ArcGIS\COM\esriGeometry.olb'

Description: 'Indicator interface that identifies geometries that can have persistent texture values attached to coordinates.' 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 IIDe433a193_ceb0_11d3_9f50_00c04f6bdf0d
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void dropTextures()
          Unsets all texture values without changing awareness.
 int getTextureDimension()
          The dimension of the textures on the geometry.
 boolean isTextureAware()
          Indicates if this geometry is aware of textures.
 boolean isTextureSimple()
          Indicates if all texture values for this geometry are well-defined.
 void setTextureAware(boolean textureAware)
          Indicates if this geometry is aware of textures.
 void setTextureDimension(int dimension)
          The dimension of the textures on the geometry.
 

Field Detail

IIDe433a193_ceb0_11d3_9f50_00c04f6bdf0d

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

isTextureAware

boolean isTextureAware()
                       throws java.io.IOException,
                              AutomationException
Indicates if this geometry is aware of textures.

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

setTextureAware

void setTextureAware(boolean textureAware)
                     throws java.io.IOException,
                            AutomationException
Indicates if this geometry is aware of textures.

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

getTextureDimension

int getTextureDimension()
                        throws java.io.IOException,
                               AutomationException
The dimension of the textures on the geometry.

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

setTextureDimension

void setTextureDimension(int dimension)
                         throws java.io.IOException,
                                AutomationException
The dimension of the textures on the geometry.

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

isTextureSimple

boolean isTextureSimple()
                        throws java.io.IOException,
                               AutomationException
Indicates if all texture values for this geometry are well-defined. Only works if geometry is aware of textures.

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

dropTextures

void dropTextures()
                  throws java.io.IOException,
                         AutomationException
Unsets all texture values without changing awareness. Only works if geometry is aware of textures.

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