public interface IRasterCatalogLoader
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDc285b597_951b_4763_bb62_a7e2074fbac5 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getBackground()
The background value to filtered.
|
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.
|
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.
|
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 |
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.
|
static final int IIDc285b597_951b_4763_bb62_a7e2074fbac5
static final int xxDummy
static final java.lang.String IID
IPropertySet getConnectionProperties() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setConnectionPropertiesByRef(IPropertySet ppConnectionProperties) throws java.io.IOException, AutomationException
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.IWorkspace getWorkspace() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setWorkspaceByRef(IWorkspace pWorkspace) throws java.io.IOException, AutomationException
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.java.lang.Object getBackground() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setBackground(java.lang.Object background) throws java.io.IOException, AutomationException
background
- A Variant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.Object getForeground() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setForeground(java.lang.Object foreground) throws java.io.IOException, AutomationException
foreground
- A Variant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IRasterStorageDef getStorageDef() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setStorageDefByRef(IRasterStorageDef ppStorageDef) throws java.io.IOException, AutomationException
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.boolean isTransformed() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setTransformed(boolean xformed) throws java.io.IOException, AutomationException
xformed
- The xformed (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isProjected() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setProjected(boolean projected) throws java.io.IOException, AutomationException
projected
- The projected (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isEnableBuildStatistics() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setEnableBuildStatistics(boolean pEnableBuildStats) throws java.io.IOException, AutomationException
pEnableBuildStats
- The pEnableBuildStats (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getXSkipFactor() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setXSkipFactor(int xSkipFactor) throws java.io.IOException, AutomationException
xSkipFactor
- The xSkipFactor (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getYSkipFactor() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setYSkipFactor(int ySkipFactor) throws java.io.IOException, AutomationException
ySkipFactor
- The ySkipFactor (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.Object getIgnoreValues() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setIgnoreValues(java.lang.Object vIgnoreValues) throws java.io.IOException, AutomationException
vIgnoreValues
- A Variant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void load(java.lang.String catalog, java.lang.String directory, ITrackCancel pCancelTracker) throws java.io.IOException, AutomationException
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.void loadDatasets(java.lang.String catalog, java.lang.String namelist, ITrackCancel pCancelTracker) throws java.io.IOException, AutomationException
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.IErrorInfo getLastError() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getInvalidDatasets() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getLastLoadedDataset() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.