|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.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 FormConstructor 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 problemspublic 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 problemsMethod Detail |
---|
public static String getClsid()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public double getPixelAlignmentTolerance() throws IOException, AutomationException
getPixelAlignmentTolerance
in interface IRasterLoader
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setPixelAlignmentTolerance(double tolerance) throws IOException, AutomationException
setPixelAlignmentTolerance
in interface IRasterLoader
tolerance
- 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 IRasterLoader
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setBackground(Object background) throws IOException, AutomationException
setBackground
in interface IRasterLoader
background
- 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 IRasterLoader
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setForeground(Object foreground) throws IOException, AutomationException
setForeground
in interface IRasterLoader
foreground
- 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 IRasterLoader
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMosaicColormapMode(int mode) throws IOException, AutomationException
setMosaicColormapMode
in interface IRasterLoader
mode
- 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 IRasterLoader
pDataset
- 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 IRasterLoader
pDataset
- 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 ISupportErrorInfo
riid
- 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 |