|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.datasourcesraster.DrLoader
public class DrLoader
COM Class 'DrLoader'. Generated 3/19/2015 1:20:42 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'
Description 'A distributed raster catalog loader.' 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.IDrLoader |
---|
IID, IID5e1714cd_cbca_458e_88ce_06f0ca5cccdf, xxDummy |
Constructor Summary | |
---|---|
DrLoader()
Constructs a DrLoader using ArcGIS Engine. |
|
DrLoader(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. DrLoader theDrLoader = (DrLoader) obj; |
Method Summary | |
---|---|
void |
cancel()
Cancels loading. |
boolean |
equals(java.lang.Object o)
Compare this object with another |
static java.lang.String |
getClsid()
getClsid. |
java.lang.String |
getInvalidDatasets()
The current list of semicolon delimited failed dataset names. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
IErrorInfo |
getLastError()
The last loading error. |
IRasterCatalogLoader |
getRasterCatalogLoader()
The raster catalog loader to be distributed. |
java.lang.String |
getServerName()
The ArcGIS server name to host loaders. |
void |
getStats(java.lang.String[] pName,
double[] pMillis)
Gets the current loading stats. |
int |
getThreadHandle()
Gets the loading thread handle. |
int |
hashCode()
the hashcode for this object |
boolean |
isBusy()
Indicates if the loader is currently busy. |
void |
load(java.lang.String catalog,
java.lang.String directory)
Loads all datasets in a directory into a given raster catalog. |
void |
loadDatasets(java.lang.String catalog,
java.lang.String namelist)
Loads all datasets in a name list into a given raster catalog. |
void |
release()
Release a DrLoader. |
void |
setRasterCatalogLoaderByRef(IRasterCatalogLoader ppLoader)
The raster catalog loader to be distributed. |
void |
setServerName(java.lang.String pServerName)
The ArcGIS server name to host loaders. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DrLoader() throws java.io.IOException, java.net.UnknownHostException
java.io.IOException
- if there are interop problems
java.net.UnknownHostException
- if there are interop problemspublic DrLoader(java.lang.Object obj) throws java.io.IOException
DrLoader theDrLoader = (DrLoader) obj;
obj
to DrLoader
.
obj
- an object returned from ArcGIS Engine or Server
java.io.IOException
- if there are interop problemsMethod Detail |
---|
public 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 java.lang.String getServerName() throws java.io.IOException, AutomationException
getServerName
in interface IDrLoader
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setServerName(java.lang.String pServerName) throws java.io.IOException, AutomationException
setServerName
in interface IDrLoader
pServerName
- The pServerName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IRasterCatalogLoader getRasterCatalogLoader() throws java.io.IOException, AutomationException
getRasterCatalogLoader
in interface IDrLoader
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setRasterCatalogLoaderByRef(IRasterCatalogLoader ppLoader) throws java.io.IOException, AutomationException
setRasterCatalogLoaderByRef
in interface IDrLoader
ppLoader
- A reference to a com.esri.arcgis.datasourcesraster.IRasterCatalogLoader (in)
java.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 IDrLoader
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isBusy() throws java.io.IOException, AutomationException
isBusy
in interface IDrLoader
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 IDrLoader
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) throws java.io.IOException, AutomationException
load
in interface IDrLoader
catalog
- The catalog (in)directory
- The directory (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) throws java.io.IOException, AutomationException
loadDatasets
in interface IDrLoader
catalog
- The catalog (in)namelist
- The namelist (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void cancel() throws java.io.IOException, AutomationException
cancel
in interface IDrLoader
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getStats(java.lang.String[] pName, double[] pMillis) throws java.io.IOException, AutomationException
getStats
in interface IDrLoader
pName
- The pName (out: use single element array)pMillis
- The pMillis (out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getThreadHandle() throws java.io.IOException, AutomationException
getThreadHandle
in interface IDrLoader
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 |