com.esri.arcgis.carto
Interface IAdvancedShader

All Superinterfaces:
IShader, java.io.Serializable
All Known Implementing Classes:
IAdvancedShaderProxy, RasterDRAShader

public interface IAdvancedShader
extends IShader, java.io.Serializable

COM Interface 'IAdvancedShader'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Access to members that allow a shader to process tiled bitmap information.' 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
static java.lang.String IID
          Deprecated. Internal use only
static int IID58e9956a_c645_41b6_98d6_049a65a660f6
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.carto.IShader
IIDcb0f9195_3e7c_4a2b_8c95_a8f2fac10c4c
 
Method Summary
 void beginUpdate()
          Begin updating the shader.
 void endUpdate()
          End updating the shader.
 void update(int bitmapSize, byte[] pBitmapBits, int width, int height, int scanLineWidthInBytes)
          Pass an image tile to the shader.
 
Methods inherited from interface com.esri.arcgis.carto.IShader
processB, processG, processR
 

Field Detail

IID58e9956a_c645_41b6_98d6_049a65a660f6

static final int IID58e9956a_c645_41b6_98d6_049a65a660f6
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

beginUpdate

void beginUpdate()
                 throws java.io.IOException,
                        AutomationException
Begin updating the shader.

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

update

void update(int bitmapSize,
            byte[] pBitmapBits,
            int width,
            int height,
            int scanLineWidthInBytes)
            throws java.io.IOException,
                   AutomationException
Pass an image tile to the shader.

Parameters:
bitmapSize - The bitmapSize (in)
pBitmapBits - An unsigned byte (in)
width - The width (in)
height - The height (in)
scanLineWidthInBytes - The scanLineWidthInBytes (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

endUpdate

void endUpdate()
               throws java.io.IOException,
                      AutomationException
End updating the shader.

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.