Description: 'Provides access to members that control rastercatalog loading.' 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 =
public class IRasterCatalogLoaderProxy extends com.esri.arcgis.interop.Dispatch implements IRasterCatalogLoader, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
boolean |
noncastable
Deprecated.
|
static java.lang.Class |
targetClass
Deprecated.
|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
IID, IIDc285b597_951b_4763_bb62_a7e2074fbac5
Modifier | Constructor and Description |
---|---|
|
IRasterCatalogLoaderProxy()
Deprecated.
For internal use only
|
|
IRasterCatalogLoaderProxy(java.lang.Object obj)
Deprecated.
|
protected |
IRasterCatalogLoaderProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated.
|
|
IRasterCatalogLoaderProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
protected |
IRasterCatalogLoaderProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated.
Adds a Java object to be a listener for a specific kind of event generated by the COM object.
|
java.lang.Object |
getBackground()
Deprecated.
The background value to filtered.
|
IPropertySet |
getConnectionProperties()
Deprecated.
The GeoDatabase connection properties.
|
java.lang.Object |
getForeground()
Deprecated.
The foreground value for 1-Bit images.
|
java.lang.Object |
getIgnoreValues()
Deprecated.
The ignore values for statistics.
|
java.lang.String |
getInvalidDatasets()
Deprecated.
The current list of newline delimited failed dataset names.
|
IErrorInfo |
getLastError()
Deprecated.
The last loading error.
|
java.lang.String |
getLastLoadedDataset()
Deprecated.
The last loaded dataset name.
|
IRasterStorageDef |
getStorageDef()
Deprecated.
The GeoDatabase storage definition.
|
IWorkspace |
getWorkspace()
Deprecated.
The GeoDatabase workspace.
|
int |
getXSkipFactor()
Deprecated.
The X skip factor for statistics.
|
int |
getYSkipFactor()
Deprecated.
The Y skip factor for statistics.
|
boolean |
isEnableBuildStatistics()
Deprecated.
Indicates if statistics should be built on loading.
|
boolean |
isProjected()
Deprecated.
Indicates if datasets are to be reprojected on loading.
|
boolean |
isTransformed()
Deprecated.
Indicates if datasets are to be transformed on loading.
|
void |
load(java.lang.String catalog,
java.lang.String directory,
ITrackCancel pCancelTracker)
Deprecated.
Loads all raster datasets in a given directory into a raster catalog.
|
void |
loadDatasets(java.lang.String catalog,
java.lang.String namelist,
ITrackCancel pCancelTracker)
Deprecated.
Loads all raster datasets in a given name list file into a raster catalog.
|
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated.
Removes a Java object as a listener to events generated by a COM object.
|
void |
setBackground(java.lang.Object background)
Deprecated.
The background value to filtered.
|
void |
setConnectionPropertiesByRef(IPropertySet ppConnectionProperties)
Deprecated.
The GeoDatabase connection properties.
|
void |
setEnableBuildStatistics(boolean pEnableBuildStats)
Deprecated.
Indicates if statistics should be built on loading.
|
void |
setForeground(java.lang.Object foreground)
Deprecated.
The foreground value for 1-Bit images.
|
void |
setIgnoreValues(java.lang.Object vIgnoreValues)
Deprecated.
The ignore values for statistics.
|
void |
setProjected(boolean projected)
Deprecated.
Indicates if datasets are to be reprojected on loading.
|
void |
setStorageDefByRef(IRasterStorageDef ppStorageDef)
Deprecated.
The GeoDatabase storage definition.
|
void |
setTransformed(boolean xformed)
Deprecated.
Indicates if datasets are to be transformed on loading.
|
void |
setWorkspaceByRef(IWorkspace pWorkspace)
Deprecated.
The GeoDatabase workspace.
|
void |
setXSkipFactor(int xSkipFactor)
Deprecated.
The X skip factor for statistics.
|
void |
setYSkipFactor(int ySkipFactor)
Deprecated.
The Y skip factor for statistics.
|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
public static final java.lang.Class targetClass
public boolean noncastable
public IRasterCatalogLoaderProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public IRasterCatalogLoaderProxy()
public IRasterCatalogLoaderProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IRasterCatalogLoaderProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IRasterCatalogLoaderProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
addListener
in class com.esri.arcgis.interop.Dispatch
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object to be informed of the eventstheSource
- the proxy class that represents the COM class that is the source of the eventsjava.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
removeListener
in class com.esri.arcgis.interop.Dispatch
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object that no longer wishes to be informed of the eventsjava.io.IOException
public IPropertySet getConnectionProperties() throws java.io.IOException, AutomationException
getConnectionProperties
in interface IRasterCatalogLoader
java.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 IRasterCatalogLoader
ppConnectionProperties
- 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 IRasterCatalogLoader
java.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 IRasterCatalogLoader
pWorkspace
- 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 IRasterCatalogLoader
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 IRasterCatalogLoader
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 IRasterCatalogLoader
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 IRasterCatalogLoader
foreground
- 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 IRasterCatalogLoader
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 IRasterCatalogLoader
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 boolean isTransformed() throws java.io.IOException, AutomationException
isTransformed
in interface IRasterCatalogLoader
java.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 IRasterCatalogLoader
xformed
- 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 IRasterCatalogLoader
java.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 IRasterCatalogLoader
projected
- 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 IRasterCatalogLoader
java.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 IRasterCatalogLoader
pEnableBuildStats
- 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 IRasterCatalogLoader
java.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 IRasterCatalogLoader
xSkipFactor
- 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 IRasterCatalogLoader
java.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 IRasterCatalogLoader
ySkipFactor
- 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 IRasterCatalogLoader
java.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 IRasterCatalogLoader
vIgnoreValues
- 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 IRasterCatalogLoader
catalog
- 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 IRasterCatalogLoader
catalog
- 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 IRasterCatalogLoader
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 IRasterCatalogLoader
java.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 IRasterCatalogLoader
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.