|
|||||||||
| 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
COM Class 'RasterLoader'. Generated 3/19/2015 1:20:42 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'
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 =
| Field Summary |
|---|
| Fields inherited from interface com.esri.arcgis.datasourcesraster.IRasterLoader |
|---|
IID, IIDddaf901c_90e5_4cd5_845e_7b19cc57b629, xxDummy |
| Fields inherited from interface com.esri.arcgis.system.ISupportErrorInfo |
|---|
IID, IIDdf0b3d60_548f_101b_8e65_08002b2bd119, xxDummy |
| Constructor Summary | |
|---|---|
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; |
|
| Method Summary | |
|---|---|
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()
Deprecated. Internal use only. |
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 |
release()
Release a RasterLoader. |
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RasterLoader()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems
public RasterLoader(java.lang.Object obj)
throws java.io.IOException
RasterLoader theRasterLoader = (RasterLoader) obj;
obj to RasterLoader.
obj - an object returned from ArcGIS Engine or Server
java.io.IOException - if there are interop problems| Method Detail |
|---|
public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRefpublic void release()
release in interface com.esri.arcgis.interop.RemoteObjRef
public double getPixelAlignmentTolerance()
throws java.io.IOException,
AutomationException
getPixelAlignmentTolerance in interface IRasterLoaderjava.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 IRasterLoadertolerance - 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 IRasterLoaderjava.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 IRasterLoaderbackground - 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 IRasterLoaderjava.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 IRasterLoaderforeground - 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 IRasterLoaderjava.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 IRasterLoadermode - 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 IRasterLoaderpDataset - 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 IRasterLoaderpDataset - 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 void interfaceSupportsErrorInfo(GUID riid)
throws java.io.IOException,
AutomationException
interfaceSupportsErrorInfo in interface ISupportErrorInforiid - 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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||