public class ITextureCompressionProxy extends com.esri.arcgis.interop.Dispatch implements ITextureCompression, java.io.Serializable
Description: 'Provides access to compress and uncompress texture data.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
| Modifier and Type | Field and Description |
|---|---|
boolean |
noncastable |
static java.lang.Class |
targetClass |
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRefIID, IIDb5f3860a_fce1_4e71_8f12_bc5c6bb0f280| Modifier | Constructor and Description |
|---|---|
|
ITextureCompressionProxy()
For internal use only
|
|
ITextureCompressionProxy(java.lang.Object obj) |
protected |
ITextureCompressionProxy(java.lang.Object obj,
java.lang.String iid) |
|
ITextureCompressionProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo) |
protected |
ITextureCompressionProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
void |
compressTexture(int type,
int width,
int height,
int channels,
byte[] pInData,
int[] pByteCount,
byte[] ppOutBuff)
Compress the current the input buffer.
|
void |
freeCompressData(byte[] pInData)
Free the Compression buffer created in Compress texture.
|
int |
getCompressionQuality()
Compression quality of texture data.
|
boolean |
isBSQ()
Indicates output should be packed in BSQ pixel interleave format.
|
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 |
setBSQ(boolean pBSQ)
Indicates output should be packed in BSQ pixel interleave format.
|
void |
setCompressionQuality(int quality)
Compression quality of texture data.
|
void |
unCompressTexture(int type,
int width,
int height,
int channels,
int size,
byte[] pInData,
byte[] pOutBuff)
UnCompress the current the input buffer.
|
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, writeExternalpublic static final java.lang.Class targetClass
public boolean noncastable
public ITextureCompressionProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.net.UnknownHostException,
java.io.IOException
java.net.UnknownHostExceptionjava.io.IOExceptionpublic ITextureCompressionProxy()
public ITextureCompressionProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOExceptionprotected ITextureCompressionProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOExceptionprotected ITextureCompressionProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.io.IOException
java.io.IOExceptionpublic void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
com.esri.arcgis.interop.DispatchaddListener in class com.esri.arcgis.interop.DispatchiidStr - the ID of the outgoing interface, implemented by the listenertheListener - the object to be informed of the eventstheSource - the proxy class that represents the COM class that is the source of the eventsjava.io.IOExceptionpublic void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
com.esri.arcgis.interop.DispatchremoveListener in class com.esri.arcgis.interop.DispatchiidStr - the ID of the outgoing interface, implemented by the listenertheListener - the object that no longer wishes to be informed of the eventsjava.io.IOExceptionpublic void compressTexture(int type,
int width,
int height,
int channels,
byte[] pInData,
int[] pByteCount,
byte[] ppOutBuff)
throws java.io.IOException,
AutomationException
compressTexture in interface ITextureCompressiontype - A com.esri.arcgis.system.esriTextureCompressionType constant (in)width - The width (in)height - The height (in)channels - The channels (in)pInData - An unsigned byte (in)pByteCount - The pByteCount (out: use single element array)ppOutBuff - An unsigned byte (out: use single element array)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void unCompressTexture(int type,
int width,
int height,
int channels,
int size,
byte[] pInData,
byte[] pOutBuff)
throws java.io.IOException,
AutomationException
unCompressTexture in interface ITextureCompressiontype - A com.esri.arcgis.system.esriTextureCompressionType constant (in)width - The width (in)height - The height (in)channels - The channels (in)size - The size (in)pInData - An unsigned byte (in)pOutBuff - An unsigned byte (out: use single element array)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setCompressionQuality(int quality)
throws java.io.IOException,
AutomationException
setCompressionQuality in interface ITextureCompressionquality - The quality (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getCompressionQuality()
throws java.io.IOException,
AutomationException
getCompressionQuality in interface ITextureCompressionjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void freeCompressData(byte[] pInData)
throws java.io.IOException,
AutomationException
freeCompressData in interface ITextureCompressionpInData - An unsigned byte (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public boolean isBSQ()
throws java.io.IOException,
AutomationException
isBSQ in interface ITextureCompressionjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setBSQ(boolean pBSQ)
throws java.io.IOException,
AutomationException
setBSQ in interface ITextureCompressionpBSQ - The pBSQ (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.