com.esri.arcgis.geometry
Class ITextureAwareProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.geometry.ITextureAwareProxy
All Implemented Interfaces:
ITextureAware, Externalizable, Serializable

public class ITextureAwareProxy
extends com.esri.arcgis.interop.Dispatch
implements ITextureAware, Serializable

Indicator interface that identifies geometries that can have persistent texture values attached to coordinates.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also:
Serialized Form

Field Summary
 boolean noncastable
           
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Constructor Summary
  ITextureAwareProxy()
           
  ITextureAwareProxy(Object obj)
           
protected ITextureAwareProxy(Object obj, String iid)
           
 
Method Summary
 void addListener(String iidStr, Object theListener, Object theSource)
           
 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 removeListener(String iidStr, Object theListener)
           
 void setTextureAware(boolean textureAware)
          Indicates if this geometry is aware of textures.
 void setTextureDimension(int dimension)
          The dimension of the textures on the geometry.
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

noncastable

public boolean noncastable
Constructor Detail

ITextureAwareProxy

public ITextureAwareProxy()

ITextureAwareProxy

public ITextureAwareProxy(Object obj)
                   throws IOException
Throws:
IOException

ITextureAwareProxy

protected ITextureAwareProxy(Object obj,
                             String iid)
                      throws IOException
Throws:
IOException
Method Detail

addListener

public void addListener(String iidStr,
                        Object theListener,
                        Object theSource)
                 throws IOException
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
IOException

removeListener

public void removeListener(String iidStr,
                           Object theListener)
                    throws IOException
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
IOException

isTextureAware

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Specified by:
isTextureAware in interface ITextureAware
Returns:
The textureAware
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTextureAware

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Specified by:
setTextureAware in interface ITextureAware
Parameters:
textureAware - The textureAware (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTextureDimension

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Specified by:
getTextureDimension in interface ITextureAware
Returns:
A com.esri.arcgis.geometry.esriGeometryDimension constant
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTextureDimension

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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

isTextureSimple

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Specified by:
isTextureSimple in interface ITextureAware
Returns:
The textureSimple
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

dropTextures

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Specified by:
dropTextures in interface ITextureAware
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.