public class RasterCatalogLoader extends java.lang.Object implements com.esri.arcgis.interop.RemoteObjRef, IRasterCatalogLoader, ISupportErrorInfo
Description 'A raster catalog 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, IIDc285b597_951b_4763_bb62_a7e2074fbac5, xxDummyIID, IIDdf0b3d60_548f_101b_8e65_08002b2bd119, xxDummy| Constructor and Description |
|---|
RasterCatalogLoader()
Constructs a RasterCatalogLoader using ArcGIS Engine.
|
RasterCatalogLoader(java.lang.Object obj)
Deprecated.
As of ArcGIS 9.2, replaced by normal Java casts.
RasterCatalogLoader theRasterCatalogLoader = (RasterCatalogLoader) 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.
|
IPropertySet |
getConnectionProperties()
The GeoDatabase connection properties.
|
java.lang.Object |
getForeground()
The foreground value for 1-Bit images.
|
java.lang.Object |
getIgnoreValues()
The ignore values for statistics.
|
java.lang.String |
getInvalidDatasets()
The current list of newline delimited failed dataset names.
|
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.
|
IErrorInfo |
getLastError()
The last loading error.
|
java.lang.String |
getLastLoadedDataset()
The last loaded dataset name.
|
IRasterStorageDef |
getStorageDef()
The GeoDatabase storage definition.
|
IWorkspace |
getWorkspace()
The GeoDatabase workspace.
|
int |
getXSkipFactor()
The X skip factor for statistics.
|
int |
getYSkipFactor()
The Y skip factor for statistics.
|
int |
hashCode()
the hashcode for this object
|
void |
interfaceSupportsErrorInfo(GUID riid)
interfaceSupportsErrorInfo
|
boolean |
isEnableBuildStatistics()
Indicates if statistics should be built on loading.
|
boolean |
isProjected()
Indicates if datasets are to be reprojected on loading.
|
boolean |
isTransformed()
Indicates if datasets are to be transformed on loading.
|
void |
load(java.lang.String catalog,
java.lang.String directory,
ITrackCancel pCancelTracker)
Loads all raster datasets in a given directory into a raster catalog.
|
void |
loadDatasets(java.lang.String catalog,
java.lang.String namelist,
ITrackCancel pCancelTracker)
Loads all raster datasets in a given name list file into a raster catalog.
|
void |
release()
Release this COM object reference
|
void |
setBackground(java.lang.Object background)
The background value to filtered.
|
void |
setConnectionPropertiesByRef(IPropertySet ppConnectionProperties)
The GeoDatabase connection properties.
|
void |
setEnableBuildStatistics(boolean pEnableBuildStats)
Indicates if statistics should be built on loading.
|
void |
setForeground(java.lang.Object foreground)
The foreground value for 1-Bit images.
|
void |
setIgnoreValues(java.lang.Object vIgnoreValues)
The ignore values for statistics.
|
void |
setProjected(boolean projected)
Indicates if datasets are to be reprojected on loading.
|
void |
setStorageDefByRef(IRasterStorageDef ppStorageDef)
The GeoDatabase storage definition.
|
void |
setTransformed(boolean xformed)
Indicates if datasets are to be transformed on loading.
|
void |
setWorkspaceByRef(IWorkspace pWorkspace)
The GeoDatabase workspace.
|
void |
setXSkipFactor(int xSkipFactor)
The X skip factor for statistics.
|
void |
setYSkipFactor(int ySkipFactor)
The Y skip factor for statistics.
|
public RasterCatalogLoader()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problemsjava.net.UnknownHostException - if there are interop problemspublic RasterCatalogLoader(java.lang.Object obj)
throws java.io.IOException
RasterCatalogLoader theRasterCatalogLoader = (RasterCatalogLoader) obj;obj to RasterCatalogLoader.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.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.RemoteObjRefpublic IPropertySet getConnectionProperties() throws java.io.IOException, AutomationException
getConnectionProperties in interface IRasterCatalogLoaderjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setConnectionPropertiesByRef(IPropertySet ppConnectionProperties) throws java.io.IOException, AutomationException
setConnectionPropertiesByRef in interface IRasterCatalogLoaderppConnectionProperties - A reference to a com.esri.arcgis.system.IPropertySet (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IWorkspace getWorkspace() throws java.io.IOException, AutomationException
getWorkspace in interface IRasterCatalogLoaderjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setWorkspaceByRef(IWorkspace pWorkspace) throws java.io.IOException, AutomationException
setWorkspaceByRef in interface IRasterCatalogLoaderpWorkspace - A reference to a com.esri.arcgis.geodatabase.IWorkspace (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 IRasterCatalogLoaderjava.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 IRasterCatalogLoaderbackground - 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 IRasterCatalogLoaderjava.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 IRasterCatalogLoaderforeground - A Variant (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 IRasterCatalogLoaderjava.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 IRasterCatalogLoaderppStorageDef - 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 boolean isTransformed()
throws java.io.IOException,
AutomationException
isTransformed in interface IRasterCatalogLoaderjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setTransformed(boolean xformed)
throws java.io.IOException,
AutomationException
setTransformed in interface IRasterCatalogLoaderxformed - The xformed (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public boolean isProjected()
throws java.io.IOException,
AutomationException
isProjected in interface IRasterCatalogLoaderjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setProjected(boolean projected)
throws java.io.IOException,
AutomationException
setProjected in interface IRasterCatalogLoaderprojected - The projected (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public boolean isEnableBuildStatistics()
throws java.io.IOException,
AutomationException
isEnableBuildStatistics in interface IRasterCatalogLoaderjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setEnableBuildStatistics(boolean pEnableBuildStats)
throws java.io.IOException,
AutomationException
setEnableBuildStatistics in interface IRasterCatalogLoaderpEnableBuildStats - The pEnableBuildStats (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getXSkipFactor()
throws java.io.IOException,
AutomationException
getXSkipFactor in interface IRasterCatalogLoaderjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setXSkipFactor(int xSkipFactor)
throws java.io.IOException,
AutomationException
setXSkipFactor in interface IRasterCatalogLoaderxSkipFactor - The xSkipFactor (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getYSkipFactor()
throws java.io.IOException,
AutomationException
getYSkipFactor in interface IRasterCatalogLoaderjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setYSkipFactor(int ySkipFactor)
throws java.io.IOException,
AutomationException
setYSkipFactor in interface IRasterCatalogLoaderySkipFactor - The ySkipFactor (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.Object getIgnoreValues()
throws java.io.IOException,
AutomationException
getIgnoreValues in interface IRasterCatalogLoaderjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setIgnoreValues(java.lang.Object vIgnoreValues)
throws java.io.IOException,
AutomationException
setIgnoreValues in interface IRasterCatalogLoadervIgnoreValues - A Variant (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void load(java.lang.String catalog,
java.lang.String directory,
ITrackCancel pCancelTracker)
throws java.io.IOException,
AutomationException
load in interface IRasterCatalogLoadercatalog - The catalog (in)directory - The directory (in)pCancelTracker - A reference to a com.esri.arcgis.system.ITrackCancel (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void loadDatasets(java.lang.String catalog,
java.lang.String namelist,
ITrackCancel pCancelTracker)
throws java.io.IOException,
AutomationException
loadDatasets in interface IRasterCatalogLoadercatalog - The catalog (in)namelist - The namelist (in)pCancelTracker - A reference to a com.esri.arcgis.system.ITrackCancel (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IErrorInfo getLastError() throws java.io.IOException, AutomationException
getLastError in interface IRasterCatalogLoaderjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getInvalidDatasets()
throws java.io.IOException,
AutomationException
getInvalidDatasets in interface IRasterCatalogLoaderjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getLastLoadedDataset()
throws java.io.IOException,
AutomationException
getLastLoadedDataset in interface IRasterCatalogLoaderjava.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.