|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.geometry.TexturePersistenceProperties
public class TexturePersistenceProperties
Texture Persistence properties object.
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 |
---|
public TexturePersistenceProperties() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic TexturePersistenceProperties(Object obj) throws IOException
TexturePersistenceProperties theTexturePersistenceProperties = (TexturePersistenceProperties) obj;
obj
to TexturePersistenceProperties
.
obj
- an object returned from ArcGIS Engine or Server
IOException
- if there are interop problemsMethod Detail |
---|
public static String getClsid()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public void setSaveScaledTextures(boolean pSaveScaledTex) throws IOException, AutomationException
setSaveScaledTextures
in interface ITexturePersistenceProperties
pSaveScaledTex
- The pSaveScaledTex (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isSaveScaledTextures() throws IOException, AutomationException
isSaveScaledTextures
in interface ITexturePersistenceProperties
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setTextureScaleFactor(double pScale) throws IOException, AutomationException
setTextureScaleFactor
in interface ITexturePersistenceProperties
pScale
- The pScale (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getTextureScaleFactor() throws IOException, AutomationException
getTextureScaleFactor
in interface ITexturePersistenceProperties
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 |