com.esri.arcgis.system
Class ITextureCompressionProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.system.ITextureCompressionProxy
All Implemented Interfaces:
ITextureCompression, java.io.Externalizable, java.io.Serializable

public class ITextureCompressionProxy
extends com.esri.arcgis.interop.Dispatch
implements ITextureCompression, java.io.Serializable

Internal use class Proxy for COM Interface 'ITextureCompression'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriSystem.olb'

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 =

See Also:
Serialized Form

Field Summary
 boolean noncastable
           
static java.lang.Class targetClass
           
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Fields inherited from interface com.esri.arcgis.system.ITextureCompression
IID, IIDb5f3860a_fce1_4e71_8f12_bc5c6bb0f280
 
Constructor Summary
  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)
           
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
           
 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)
           
 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.
 
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

targetClass

public static final java.lang.Class targetClass

noncastable

public boolean noncastable
Constructor Detail

ITextureCompressionProxy

public ITextureCompressionProxy(java.lang.String CLSID,
                                java.lang.String host,
                                com.esri.arcgis.interop.AuthInfo authInfo)
                         throws java.net.UnknownHostException,
                                java.io.IOException
Throws:
java.net.UnknownHostException
java.io.IOException

ITextureCompressionProxy

public ITextureCompressionProxy()
For internal use only


ITextureCompressionProxy

public ITextureCompressionProxy(java.lang.Object obj)
                         throws java.io.IOException
Throws:
java.io.IOException

ITextureCompressionProxy

protected ITextureCompressionProxy(java.lang.Object obj,
                                   java.lang.String iid)
                            throws java.io.IOException
Throws:
java.io.IOException

ITextureCompressionProxy

protected ITextureCompressionProxy(java.lang.String CLSID,
                                   java.lang.String iid,
                                   java.lang.String host,
                                   com.esri.arcgis.interop.AuthInfo authInfo)
                            throws java.io.IOException
Throws:
java.io.IOException
Method Detail

addListener

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

removeListener

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

compressTexture

public void compressTexture(int type,
                            int width,
                            int height,
                            int channels,
                            byte[] pInData,
                            int[] pByteCount,
                            byte[] ppOutBuff)
                     throws java.io.IOException,
                            AutomationException
Compress the current the input buffer.

Specified by:
compressTexture in interface ITextureCompression
Parameters:
type - 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)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

unCompressTexture

public void unCompressTexture(int type,
                              int width,
                              int height,
                              int channels,
                              int size,
                              byte[] pInData,
                              byte[] pOutBuff)
                       throws java.io.IOException,
                              AutomationException
UnCompress the current the input buffer.

Specified by:
unCompressTexture in interface ITextureCompression
Parameters:
type - 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)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCompressionQuality

public void setCompressionQuality(int quality)
                           throws java.io.IOException,
                                  AutomationException
Compression quality of texture data.

Specified by:
setCompressionQuality in interface ITextureCompression
Parameters:
quality - The quality (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCompressionQuality

public int getCompressionQuality()
                          throws java.io.IOException,
                                 AutomationException
Compression quality of texture data.

Specified by:
getCompressionQuality in interface ITextureCompression
Returns:
The quality
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

freeCompressData

public void freeCompressData(byte[] pInData)
                      throws java.io.IOException,
                             AutomationException
Free the Compression buffer created in Compress texture.

Specified by:
freeCompressData in interface ITextureCompression
Parameters:
pInData - An unsigned byte (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isBSQ

public boolean isBSQ()
              throws java.io.IOException,
                     AutomationException
Indicates output should be packed in BSQ pixel interleave format.

Specified by:
isBSQ in interface ITextureCompression
Returns:
The pBSQ
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setBSQ

public void setBSQ(boolean pBSQ)
            throws java.io.IOException,
                   AutomationException
Indicates output should be packed in BSQ pixel interleave format.

Specified by:
setBSQ in interface ITextureCompression
Parameters:
pBSQ - The pBSQ (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.