public interface IRasterXformer
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID22803c42_60f8_46b6_9b2c_b0a282cd7324 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
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.
|
static final int IID22803c42_60f8_46b6_9b2c_b0a282cd7324
static final int xxDummy
static final java.lang.String IID
double getApproximationTolerance() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setApproximationTolerance(double pNumPixels) throws java.io.IOException, AutomationException
pNumPixels
- The pNumPixels (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IPixelResampler getPixelResampler() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setPixelResamplerByRef(IPixelResampler ppResampler) throws java.io.IOException, AutomationException
ppResampler
- A reference to a com.esri.arcgis.datasourcesraster.IPixelResampler (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setRaster(IRaster rhs1) throws java.io.IOException, AutomationException
rhs1
- A reference to a com.esri.arcgis.geodatabase.IRaster (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void update(IRaster pRaster) throws java.io.IOException, AutomationException
pRaster
- A reference to a com.esri.arcgis.geodatabase.IRaster (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void read(IPnt tlc, IPixelBlock pPixelBlock) throws java.io.IOException, AutomationException
tlc
- A reference to a com.esri.arcgis.geodatabase.IPnt (in)pPixelBlock
- A reference to a com.esri.arcgis.geodatabase.IPixelBlock (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.