com.esri.arcgis.datasourcesraster
Interface ICreateMosaicDatasetParameters2

All Superinterfaces:
ICreateMosaicDatasetParameters, java.io.Serializable
All Known Implementing Classes:
CreateMosaicDatasetParameters, ICreateMosaicDatasetParameters2Proxy

public interface ICreateMosaicDatasetParameters2
extends ICreateMosaicDatasetParameters, java.io.Serializable

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

Description: 'Provides access to members that control mosaic dataset creation parameters.' 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 IID98d47342_25e0_4fca_8a23_34d006e312ae
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.ICreateMosaicDatasetParameters
IIDbe94ffc7_98f4_48d0_8fad_c3f1834c768f
 
Method Summary
 java.lang.String getBandDefinitionKeyword()
          The band definition keyword to be set on the mosaic dataset.
 IArray getBandProperties()
          Key band properties to be set on the mosaic dataset.
 IMosaicDataset getTemplateMosaicDataset()
          The mosaic dataset from which key properties are copied over to the newly created mosaic dataset.
 void setBandDefinitionKeyword(java.lang.String pBandDefinitionKeyword)
          The band definition keyword to be set on the mosaic dataset.
 void setBandPropertiesByRef(IArray ppArrayOfPropertySet)
          Key band properties to be set on the mosaic dataset.
 void setTemplateMosaicDatasetByRef(IMosaicDataset ppMosaicDataset)
          The mosaic dataset from which key properties are copied over to the newly created mosaic dataset.
 
Methods inherited from interface com.esri.arcgis.datasourcesraster.ICreateMosaicDatasetParameters
getBandCount, getDefinitionFIDs, getDefinitionGeometry, getLODFieldName, getLODInfos, getMaxCellsizeFieldName, getMaximumVisibleCellsize, getMinCellsizeFieldName, getPixelType, setBandCount, setDefinitionFIDsByRef, setDefinitionGeometryByRef, setLODFieldName, setLODInfosByRef, setMaxCellsizeFieldName, setMaximumVisibleCellsize, setMinCellsizeFieldName, setPixelType
 

Field Detail

IID98d47342_25e0_4fca_8a23_34d006e312ae

static final int IID98d47342_25e0_4fca_8a23_34d006e312ae
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

setTemplateMosaicDatasetByRef

void setTemplateMosaicDatasetByRef(IMosaicDataset ppMosaicDataset)
                                   throws java.io.IOException,
                                          AutomationException
The mosaic dataset from which key properties are copied over to the newly created mosaic dataset.

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

getTemplateMosaicDataset

IMosaicDataset getTemplateMosaicDataset()
                                        throws java.io.IOException,
                                               AutomationException
The mosaic dataset from which key properties are copied over to the newly created mosaic dataset.

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

setBandDefinitionKeyword

void setBandDefinitionKeyword(java.lang.String pBandDefinitionKeyword)
                              throws java.io.IOException,
                                     AutomationException
The band definition keyword to be set on the mosaic dataset.

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

getBandDefinitionKeyword

java.lang.String getBandDefinitionKeyword()
                                          throws java.io.IOException,
                                                 AutomationException
The band definition keyword to be set on the mosaic dataset.

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

setBandPropertiesByRef

void setBandPropertiesByRef(IArray ppArrayOfPropertySet)
                            throws java.io.IOException,
                                   AutomationException
Key band properties to be set on the mosaic dataset.

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

getBandProperties

IArray getBandProperties()
                         throws java.io.IOException,
                                AutomationException
Key band properties to be set on the mosaic dataset.

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