com.esri.arcgis.datasourcesraster
Interface IRasterXformer

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IRasterXformer2
All Known Implementing Classes:
IRasterXformer2Proxy, IRasterXformerProxy, RasterXformer

public interface IRasterXformer
extends java.io.Serializable

COM Interface 'IRasterXformer'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

Description: 'Provides access to members that control raster transformer.' 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 IID22803c42_60f8_46b6_9b2c_b0a282cd7324
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 double getApproximationTolerance()
          The current approximation error tolerance in number (fraction) of pixels.
 IPixelResampler getPixelResampler()
          The current raster resampler.
 void read(IPnt tlc, IPixelBlock pPixelBlock)
          Reads a pixel block.
 void setApproximationTolerance(double pNumPixels)
          The current approximation error tolerance in number (fraction) of pixels.
 void setPixelResamplerByRef(IPixelResampler ppResampler)
          The current raster resampler.
 void setRaster(IRaster rhs1)
          The raster to be transformed.
 void update(IRaster pRaster)
          Updates the raster transformer with the changed raster.
 

Field Detail

IID22803c42_60f8_46b6_9b2c_b0a282cd7324

static final int IID22803c42_60f8_46b6_9b2c_b0a282cd7324
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

getApproximationTolerance

double getApproximationTolerance()
                                 throws java.io.IOException,
                                        AutomationException
The current approximation error tolerance in number (fraction) of pixels.

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

setApproximationTolerance

void setApproximationTolerance(double pNumPixels)
                               throws java.io.IOException,
                                      AutomationException
The current approximation error tolerance in number (fraction) of pixels.

Parameters:
pNumPixels - The pNumPixels (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getPixelResampler

IPixelResampler getPixelResampler()
                                  throws java.io.IOException,
                                         AutomationException
The current raster resampler.

Returns:
A reference to a com.esri.arcgis.datasourcesraster.IPixelResampler
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPixelResamplerByRef

void setPixelResamplerByRef(IPixelResampler ppResampler)
                            throws java.io.IOException,
                                   AutomationException
The current raster resampler.

Parameters:
ppResampler - A reference to a com.esri.arcgis.datasourcesraster.IPixelResampler (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setRaster

void setRaster(IRaster rhs1)
               throws java.io.IOException,
                      AutomationException
The raster to be transformed.

Parameters:
rhs1 - A reference to a com.esri.arcgis.geodatabase.IRaster (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

update

void update(IRaster pRaster)
            throws java.io.IOException,
                   AutomationException
Updates the raster transformer with the changed raster.

Parameters:
pRaster - A reference to a com.esri.arcgis.geodatabase.IRaster (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

read

void read(IPnt tlc,
          IPixelBlock pPixelBlock)
          throws java.io.IOException,
                 AutomationException
Reads a pixel block.

Parameters:
tlc - A reference to a com.esri.arcgis.geodatabase.IPnt (in)
pPixelBlock - A reference to a com.esri.arcgis.geodatabase.IPixelBlock (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.