com.esri.arcgis.datasourcesraster
Interface IDEMosaicDataset

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IDEMosaicDataset2, IDEMosaicDataset3
All Known Implementing Classes:
DEMosaicDataset, IDEMosaicDataset2Proxy, IDEMosaicDataset3Proxy, IDEMosaicDatasetProxy

public interface IDEMosaicDataset
extends java.io.Serializable

COM Interface 'IDEMosaicDataset'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

Description: 'Provides access to a Mosaic Dataset Data Element.' 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
static java.lang.String IID
          Deprecated. Internal use only
static int IIDb29e01e9_f293_4b0f_9f1a_3bdafc647ea4
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IStringArray getChildrenNames()
          The mosaic dataset table names.
 java.lang.Object getContent()
          The mosaic dataset content.
 java.lang.String getDefinitionQuery()
          The definition query on raster catalog.
 IDERasterCatalog getDERasterCatalog()
          The DE raster catalog.
 IPropertySet getParameters()
          The mosaic dataset creation parameters.
 boolean isReferenced()
          Indicates if this is a referenced mosaic dataset.
 void setChildrenNamesByRef(IStringArray ppNames)
          The mosaic dataset table names.
 void setContent(java.lang.Object pContent)
          The mosaic dataset content.
 void setDefinitionQuery(java.lang.String pQuery)
          The definition query on raster catalog.
 void setDERasterCatalogByRef(IDERasterCatalog ppDECatalog)
          The DE raster catalog.
 void setParametersByRef(IPropertySet ppParameters)
          The mosaic dataset creation parameters.
 void setReferenced(boolean pReferenced)
          Indicates if this is a referenced mosaic dataset.
 

Field Detail

IIDb29e01e9_f293_4b0f_9f1a_3bdafc647ea4

static final int IIDb29e01e9_f293_4b0f_9f1a_3bdafc647ea4
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getContent

java.lang.Object getContent()
                            throws java.io.IOException,
                                   AutomationException
The mosaic dataset content.

Returns:
A Variant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setContent

void setContent(java.lang.Object pContent)
                throws java.io.IOException,
                       AutomationException
The mosaic dataset content.

Parameters:
pContent - A Variant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isReferenced

boolean isReferenced()
                     throws java.io.IOException,
                            AutomationException
Indicates if this is a referenced mosaic dataset.

Returns:
The pReferenced
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setReferenced

void setReferenced(boolean pReferenced)
                   throws java.io.IOException,
                          AutomationException
Indicates if this is a referenced mosaic dataset.

Parameters:
pReferenced - The pReferenced (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getChildrenNames

IStringArray getChildrenNames()
                              throws java.io.IOException,
                                     AutomationException
The mosaic dataset table names.

Returns:
A reference to a com.esri.arcgis.system.IStringArray
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setChildrenNamesByRef

void setChildrenNamesByRef(IStringArray ppNames)
                           throws java.io.IOException,
                                  AutomationException
The mosaic dataset table names.

Parameters:
ppNames - A reference to a com.esri.arcgis.system.IStringArray (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDERasterCatalog

IDERasterCatalog getDERasterCatalog()
                                    throws java.io.IOException,
                                           AutomationException
The DE raster catalog.

Returns:
A reference to a com.esri.arcgis.geodatabase.IDERasterCatalog
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDERasterCatalogByRef

void setDERasterCatalogByRef(IDERasterCatalog ppDECatalog)
                             throws java.io.IOException,
                                    AutomationException
The DE raster catalog.

Parameters:
ppDECatalog - A reference to a com.esri.arcgis.geodatabase.IDERasterCatalog (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDefinitionQuery

java.lang.String getDefinitionQuery()
                                    throws java.io.IOException,
                                           AutomationException
The definition query on raster catalog.

Returns:
The pQuery
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDefinitionQuery

void setDefinitionQuery(java.lang.String pQuery)
                        throws java.io.IOException,
                               AutomationException
The definition query on raster catalog.

Parameters:
pQuery - The pQuery (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getParameters

IPropertySet getParameters()
                           throws java.io.IOException,
                                  AutomationException
The mosaic dataset creation parameters.

Returns:
A reference to a com.esri.arcgis.system.IPropertySet
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setParametersByRef

void setParametersByRef(IPropertySet ppParameters)
                        throws java.io.IOException,
                               AutomationException
The mosaic dataset creation parameters.

Parameters:
ppParameters - A reference to a com.esri.arcgis.system.IPropertySet (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.