|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.datasourcesraster.RasterLoader
public class RasterLoader
A raster loader class.
The RasterLoader coclass provides more
flexibility to mosaic certain raster data to an existing raster
dataset. If you have a rotated raster dataset, you may want to
ignore the background values when mosaicking the data to an
existing dataset. If the dataset has a colormap, you may want to
load the colormap in certain ways.
IRasterLoader,
Serialized Form| Constructor Summary | |
|---|---|
RasterLoader()
Constructs a RasterLoader using ArcGIS Engine. |
|
RasterLoader(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. RasterLoader theRasterLoader = (RasterLoader) obj; |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
Compare this object with another |
Object |
getBackground()
The background value to filtered. |
static String |
getClsid()
getClsid. |
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. |
int |
hashCode()
the hashcode for this object |
void |
interfaceSupportsErrorInfo(GUID riid)
interfaceSupportsErrorInfo |
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(Object background)
The background value to filtered. |
void |
setForeground(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. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
|---|
getJintegraDispatch, release |
| Constructor Detail |
|---|
public RasterLoader()
throws IOException,
UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public RasterLoader(Object obj)
throws IOException
RasterLoader theRasterLoader = (RasterLoader) obj;
obj to RasterLoader.
obj - an object returned from ArcGIS Engine or Server
IOException - if there are interop problems| Method Detail |
|---|
public static String getClsid()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
public double getPixelAlignmentTolerance()
throws IOException,
AutomationException
getPixelAlignmentTolerance in interface IRasterLoaderIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setPixelAlignmentTolerance(double tolerance)
throws IOException,
AutomationException
setPixelAlignmentTolerance in interface IRasterLoadertolerance - The tolerance (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public Object getBackground()
throws IOException,
AutomationException
getBackground in interface IRasterLoaderIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setBackground(Object background)
throws IOException,
AutomationException
setBackground in interface IRasterLoaderbackground - A Variant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public Object getForeground()
throws IOException,
AutomationException
getForeground in interface IRasterLoaderIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setForeground(Object foreground)
throws IOException,
AutomationException
setForeground in interface IRasterLoaderforeground - A Variant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getMosaicColormapMode()
throws IOException,
AutomationException
getMosaicColormapMode in interface IRasterLoaderIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setMosaicColormapMode(int mode)
throws IOException,
AutomationException
setMosaicColormapMode in interface IRasterLoadermode - A com.esri.arcgis.datasourcesraster.rstMosaicColormapMode constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void load(IRasterDataset pDataset,
IRaster raster)
throws IOException,
AutomationException
load in interface IRasterLoaderpDataset - A reference to a com.esri.arcgis.geodatabase.IRasterDataset (in)raster - A reference to a com.esri.arcgis.geodatabase.IRaster (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void loadRasters(IRasterDataset pDataset,
IArray rasters)
throws IOException,
AutomationException
loadRasters in interface IRasterLoaderpDataset - A reference to a com.esri.arcgis.geodatabase.IRasterDataset (in)rasters - A reference to a com.esri.arcgis.system.IArray (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void interfaceSupportsErrorInfo(GUID riid)
throws IOException,
AutomationException
Indicates whether the interface supports IErrorInfo.
interfaceSupportsErrorInfo in interface ISupportErrorInforiid - A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)
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 | ||||||||