public class RasterLoader extends java.lang.Object implements com.esri.arcgis.interop.RemoteObjRef, IRasterLoader, IRasterLoaderImpl, ISupportErrorInfo
Description 'A raster loader class.' 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 =
IID, IIDddaf901c_90e5_4cd5_845e_7b19cc57b629, xxDummy
IID, IID2bb7fc6e_5f4c_4260_84b9_e2a0e4c5e224, xxDummy
IID, IIDdf0b3d60_548f_101b_8e65_08002b2bd119, xxDummy
Constructor and Description |
---|
RasterLoader()
Constructs a RasterLoader using ArcGIS Engine.
|
RasterLoader(java.lang.Object obj)
Deprecated.
As of ArcGIS 9.2, replaced by normal Java casts.
RasterLoader theRasterLoader = (RasterLoader) obj; |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o)
Compare this object with another
|
java.lang.Object |
getBackground()
The background value to filtered.
|
static java.lang.String |
getClsid()
getClsid.
|
java.lang.Object |
getForeground()
The foreground value for 1-Bit images.
|
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Gets a reference to a com.esri.arcgis.interop.Dispatch which can be used to access the COM object that support for this
interface indicates the implementing class references.
|
int |
getMosaicColormapMode()
The colormap mode for loading psdeucolor raster datasets.
|
double |
getPixelAlignmentTolerance()
The pixel alignment tolerance.
|
IRasterStorageDef |
getStorageDef()
The GeoDatabase storage definition.
|
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 |
release()
Release this COM object reference
|
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.
|
void |
setStorageDefByRef(IRasterStorageDef ppStorageDef)
The GeoDatabase storage definition.
|
public RasterLoader() throws java.io.IOException, java.net.UnknownHostException
java.io.IOException
- if there are interop problemsjava.net.UnknownHostException
- if there are interop problemspublic RasterLoader(java.lang.Object obj) throws java.io.IOException
RasterLoader theRasterLoader = (RasterLoader) obj;
obj
to RasterLoader
.obj
- an object returned from ArcGIS Engine or Serverjava.io.IOException
- if there are interop problemspublic static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch
in interface com.esri.arcgis.interop.RemoteObjRef
public void release()
release
in interface com.esri.arcgis.interop.RemoteObjRef
public double getPixelAlignmentTolerance() throws java.io.IOException, AutomationException
getPixelAlignmentTolerance
in interface IRasterLoader
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setPixelAlignmentTolerance(double tolerance) throws java.io.IOException, AutomationException
setPixelAlignmentTolerance
in interface IRasterLoader
tolerance
- The tolerance (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.Object getBackground() throws java.io.IOException, AutomationException
getBackground
in interface IRasterLoader
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setBackground(java.lang.Object background) throws java.io.IOException, AutomationException
setBackground
in interface IRasterLoader
background
- A Variant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.Object getForeground() throws java.io.IOException, AutomationException
getForeground
in interface IRasterLoader
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setForeground(java.lang.Object foreground) throws java.io.IOException, AutomationException
setForeground
in interface IRasterLoader
foreground
- A Variant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getMosaicColormapMode() throws java.io.IOException, AutomationException
getMosaicColormapMode
in interface IRasterLoader
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setMosaicColormapMode(int mode) throws java.io.IOException, AutomationException
setMosaicColormapMode
in interface IRasterLoader
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.public void load(IRasterDataset pDataset, IRaster raster) throws java.io.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)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void loadRasters(IRasterDataset pDataset, IArray rasters) throws java.io.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)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IRasterStorageDef getStorageDef() throws java.io.IOException, AutomationException
getStorageDef
in interface IRasterLoaderImpl
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setStorageDefByRef(IRasterStorageDef ppStorageDef) throws java.io.IOException, AutomationException
setStorageDefByRef
in interface IRasterLoaderImpl
ppStorageDef
- A reference to a com.esri.arcgis.geodatabase.IRasterStorageDef (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void interfaceSupportsErrorInfo(GUID riid) throws java.io.IOException, AutomationException
interfaceSupportsErrorInfo
in interface ISupportErrorInfo
riid
- A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.