|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.analyst3d.I3DPropertiesProxy
com.esri.arcgis.analyst3d.I3DProperties2Proxy
Provides additional access to members that control three-dimensional properties.
| Field Summary | |
static java.lang.Class |
targetClass
|
| Fields inherited from class com.esri.arcgis.interop.Dispatch |
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF |
| Constructor Summary | |
|
I3DProperties2Proxy()
For internal use only |
|
I3DProperties2Proxy(java.lang.Object obj)
|
protected |
I3DProperties2Proxy(java.lang.Object obj,
java.lang.String iid)
|
|
I3DProperties2Proxy(java.lang.String CLSID,
java.lang.String host,
AuthInfo authInfo)
|
protected |
I3DProperties2Proxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
AuthInfo authInfo)
|
| Method Summary | |
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Adds a Java object to be a listener for a specific kind of event generated by the COM object. |
int |
getTextureCompressionType()
The current texture compression type. |
int |
getTextureDisplayType()
The current texture display type. |
double |
getTextureDownsamplingFactor()
The texture downsampling factor. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Removes a Java object as a listener to events generated by a COM object. |
void |
setTextureCompressionType(int type)
The current texture compression type. |
void |
setTextureDisplayType(int type)
The current texture display type. |
void |
setTextureDownsamplingFactor(double texResamplingFactor)
The texture downsampling factor. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final java.lang.Class targetClass
| Constructor Detail |
public I3DProperties2Proxy(java.lang.String CLSID,
java.lang.String host,
AuthInfo authInfo)
throws java.net.UnknownHostException,
java.io.IOException
public I3DProperties2Proxy()
public I3DProperties2Proxy(java.lang.Object obj)
throws java.io.IOException
protected I3DProperties2Proxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
protected I3DProperties2Proxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
AuthInfo authInfo)
throws java.io.IOException
| Method Detail |
public void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
Dispatch
addListener in class I3DPropertiesProxyjava.io.IOException
public void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
Dispatch
removeListener in class I3DPropertiesProxyjava.io.IOException
public double getTextureDownsamplingFactor()
throws java.io.IOException,
AutomationException
I3DProperties2
getTextureDownsamplingFactor in interface I3DProperties2AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void setTextureDownsamplingFactor(double texResamplingFactor)
throws java.io.IOException,
AutomationException
I3DProperties2
setTextureDownsamplingFactor in interface I3DProperties2texResamplingFactor - The texResamplingFactor (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setTextureCompressionType(int type)
throws java.io.IOException,
AutomationException
I3DProperties2
setTextureCompressionType in interface I3DProperties2type - A com.esri.arcgis.analyst3d.esriTextureFormatType constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getTextureCompressionType()
throws java.io.IOException,
AutomationException
I3DProperties2
getTextureCompressionType in interface I3DProperties2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setTextureDisplayType(int type)
throws java.io.IOException,
AutomationException
I3DProperties2
setTextureDisplayType in interface I3DProperties2type - A com.esri.arcgis.analyst3d.esriTextureFormatType constant (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public int getTextureDisplayType()
throws java.io.IOException,
AutomationException
I3DProperties2
getTextureDisplayType in interface I3DProperties2AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||