com.esri.arcgis.geometry
Class TexturePersistenceProperties

java.lang.Object
  extended by com.esri.arcgis.geometry.TexturePersistenceProperties
All Implemented Interfaces:
ITexturePersistenceProperties, com.esri.arcgis.interop.RemoteObjRef, Serializable

public class TexturePersistenceProperties
extends Object
implements com.esri.arcgis.interop.RemoteObjRef, ITexturePersistenceProperties

Texture Persistence properties object.

Product Availability

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

Singleton:

This type is a singleton.

See Also:
Serialized Form

Constructor Summary
TexturePersistenceProperties()
          Constructs a TexturePersistenceProperties using ArcGIS Engine.
TexturePersistenceProperties(Object obj)
          Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
TexturePersistenceProperties theTexturePersistenceProperties = (TexturePersistenceProperties) obj;
 
Method Summary
 boolean equals(Object o)
          Compare this object with another
static String getClsid()
          getClsid.
 double getTextureScaleFactor()
          The texture scale factor.
 int hashCode()
          the hashcode for this object
 boolean isSaveScaledTextures()
          Persist scaled material textures.
 void setSaveScaledTextures(boolean pSaveScaledTex)
          Persist scaled material textures.
 void setTextureScaleFactor(double pScale)
          The texture scale factor.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef
getJintegraDispatch, release
 

Constructor Detail

TexturePersistenceProperties

public TexturePersistenceProperties()
                             throws IOException,
                                    UnknownHostException
Constructs a TexturePersistenceProperties using ArcGIS Engine.

Throws:
IOException - if there are interop problems
UnknownHostException - if there are interop problems

TexturePersistenceProperties

public TexturePersistenceProperties(Object obj)
                             throws IOException
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
TexturePersistenceProperties theTexturePersistenceProperties = (TexturePersistenceProperties) obj;

Construct a TexturePersistenceProperties using a reference to such an object returned from ArcGIS Engine or Server. This is semantically equivalent to casting obj to TexturePersistenceProperties.

Parameters:
obj - an object returned from ArcGIS Engine or Server
Throws:
IOException - if there are interop problems
Method Detail

getClsid

public static String getClsid()
getClsid.


equals

public boolean equals(Object o)
Compare this object with another

Overrides:
equals in class Object

hashCode

public int hashCode()
the hashcode for this object

Overrides:
hashCode in class Object

setSaveScaledTextures

public void setSaveScaledTextures(boolean pSaveScaledTex)
                           throws IOException,
                                  AutomationException
Persist scaled material textures.

Product Availability

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

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

isSaveScaledTextures

public boolean isSaveScaledTextures()
                             throws IOException,
                                    AutomationException
Persist scaled material textures.

Product Availability

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

Specified by:
isSaveScaledTextures in interface ITexturePersistenceProperties
Returns:
The pSaveScaledTex
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTextureScaleFactor

public void setTextureScaleFactor(double pScale)
                           throws IOException,
                                  AutomationException
The texture scale factor.

Product Availability

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

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

getTextureScaleFactor

public double getTextureScaleFactor()
                             throws IOException,
                                    AutomationException
The texture scale factor.

Product Availability

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

Specified by:
getTextureScaleFactor in interface ITexturePersistenceProperties
Returns:
The pScale
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.