|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IRasterLoader
COM Interface 'IRasterLoader'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'
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 =
| Field Summary | |
|---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IIDddaf901c_90e5_4cd5_845e_7b19cc57b629
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
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. |
| Field Detail |
|---|
static final int IIDddaf901c_90e5_4cd5_845e_7b19cc57b629
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||