public interface ITextureAware
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDe433a193_ceb0_11d3_9f50_00c04f6bdf0d |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
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.
|
static final int IIDe433a193_ceb0_11d3_9f50_00c04f6bdf0d
static final int xxDummy
static final java.lang.String IID
boolean isTextureAware() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setTextureAware(boolean textureAware) throws java.io.IOException, AutomationException
textureAware
- The textureAware (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getTextureDimension() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setTextureDimension(int dimension) throws java.io.IOException, AutomationException
dimension
- A com.esri.arcgis.geometry.esriGeometryDimension constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isTextureSimple() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void dropTextures() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.