|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.system.ITextureCompressionProxy
public class ITextureCompressionProxy
Provides access to compress and uncompress texture data.
Do not use this interface. This is a private interface, that will be removed in future releases.
Field Summary | |
---|---|
boolean |
noncastable
|
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Constructor Summary | |
---|---|
|
ITextureCompressionProxy()
|
|
ITextureCompressionProxy(Object obj)
|
protected |
ITextureCompressionProxy(Object obj,
String iid)
|
Method Summary | |
---|---|
void |
addListener(String iidStr,
Object theListener,
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(String iidStr,
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 boolean noncastable
Constructor Detail |
---|
public ITextureCompressionProxy()
public ITextureCompressionProxy(Object obj) throws IOException
IOException
protected ITextureCompressionProxy(Object obj, String iid) throws IOException
IOException
Method Detail |
---|
public void addListener(String iidStr, Object theListener, Object theSource) throws IOException
addListener
in class com.esri.arcgis.interop.Dispatch
IOException
public void removeListener(String iidStr, Object theListener) throws IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
IOException
public void compressTexture(int type, int width, int height, int channels, byte[] pInData, int[] pByteCount, byte[] ppOutBuff) throws IOException, AutomationException
Do not use members of this interface. This is a private interface, that will be removed in future releases.
compressTexture
in interface ITextureCompression
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)
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 IOException, AutomationException
Do not use members of this interface. This is a private interface, that will be removed in future releases.
unCompressTexture
in interface ITextureCompression
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)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setCompressionQuality(int quality) throws IOException, AutomationException
setCompressionQuality
in interface ITextureCompression
quality
- The quality (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getCompressionQuality() throws IOException, AutomationException
Do not use members of this interface. This is a private interface, that will be removed in future releases.
getCompressionQuality
in interface ITextureCompression
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void freeCompressData(byte[] pInData) throws IOException, AutomationException
Do not use members of this interface. This is a private interface, that will be removed in future releases.
freeCompressData
in interface ITextureCompression
pInData
- An unsigned byte (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isBSQ() throws IOException, AutomationException
isBSQ
in interface ITextureCompression
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setBSQ(boolean pBSQ) throws IOException, AutomationException
setBSQ
in interface ITextureCompression
pBSQ
- The pBSQ (in)
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 |