|
|||||||||
| 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.system.ITextureCompressionProxy
public class ITextureCompressionProxy
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 =
| 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 |
|---|
public static final java.lang.Class targetClass
public boolean noncastable
| Constructor Detail |
|---|
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.UnknownHostException
java.io.IOExceptionpublic ITextureCompressionProxy()
public ITextureCompressionProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOException
protected ITextureCompressionProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOException
protected 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.IOException| Method Detail |
|---|
public void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
addListener in class com.esri.arcgis.interop.Dispatchjava.io.IOException
public void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
removeListener in class com.esri.arcgis.interop.Dispatchjava.io.IOException
public 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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||