public interface IRasterLoader
extends java.io.Serializable
Description: 'Provides access to members that control data loading.' 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 |
IIDddaf901c_90e5_4cd5_845e_7b19cc57b629 |
static int |
xxDummy
Deprecated.
Internal use only
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getBackground()
The background value to filtered.
|
java.lang.Object |
getForeground()
The foreground value for 1-Bit images.
|
int |
getMosaicColormapMode()
The colormap mode for loading psdeucolor raster datasets.
|
double |
getPixelAlignmentTolerance()
The pixel alignment tolerance.
|
void |
load(IRasterDataset pDataset,
IRaster raster)
Loads (mosaics) a Raster into a RasterDataset.
|
void |
loadRasters(IRasterDataset pDataset,
IArray rasters)
Loads (mosaics) an array of Rasters into a RasterDataset.
|
void |
setBackground(java.lang.Object background)
The background value to filtered.
|
void |
setForeground(java.lang.Object foreground)
The foreground value for 1-Bit images.
|
void |
setMosaicColormapMode(int mode)
The colormap mode for loading psdeucolor raster datasets.
|
void |
setPixelAlignmentTolerance(double tolerance)
The pixel alignment tolerance.
|
static final int IIDddaf901c_90e5_4cd5_845e_7b19cc57b629
static final int xxDummy
static final java.lang.String IID
double getPixelAlignmentTolerance()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setPixelAlignmentTolerance(double tolerance)
throws java.io.IOException,
AutomationException
tolerance - The tolerance (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.java.lang.Object getBackground()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setBackground(java.lang.Object background)
throws java.io.IOException,
AutomationException
background - A Variant (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.java.lang.Object getForeground()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setForeground(java.lang.Object foreground)
throws java.io.IOException,
AutomationException
foreground - A Variant (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.int getMosaicColormapMode()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setMosaicColormapMode(int mode)
throws java.io.IOException,
AutomationException
mode - A com.esri.arcgis.datasourcesraster.rstMosaicColormapMode constant (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void load(IRasterDataset pDataset, IRaster raster) throws java.io.IOException, AutomationException
pDataset - A reference to a com.esri.arcgis.geodatabase.IRasterDataset (in)raster - 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 loadRasters(IRasterDataset pDataset, IArray rasters) throws java.io.IOException, AutomationException
pDataset - A reference to a com.esri.arcgis.geodatabase.IRasterDataset (in)rasters - A reference to a com.esri.arcgis.system.IArray (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.