|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITextureAware
Indicator interface that identifies geometries that can have persistent texture values attached to coordinates.
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. |
Method Detail |
---|
boolean isTextureAware() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTextureAware(boolean textureAware) throws IOException, AutomationException
textureAware
- The textureAware (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getTextureDimension() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTextureDimension(int dimension) throws IOException, AutomationException
dimension
- A com.esri.arcgis.geometry.esriGeometryDimension constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isTextureSimple() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void dropTextures() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |