public interface ICreateMosaicDatasetParameters2 extends ICreateMosaicDatasetParameters, java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID98d47342_25e0_4fca_8a23_34d006e312ae |
static int |
xxDummy
Deprecated.
Internal use only
|
IIDbe94ffc7_98f4_48d0_8fad_c3f1834c768f
Modifier and Type | Method and Description |
---|---|
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.
|
getBandCount, getDefinitionFIDs, getDefinitionGeometry, getLODFieldName, getLODInfos, getMaxCellsizeFieldName, getMaximumVisibleCellsize, getMinCellsizeFieldName, getPixelType, setBandCount, setDefinitionFIDsByRef, setDefinitionGeometryByRef, setLODFieldName, setLODInfosByRef, setMaxCellsizeFieldName, setMaximumVisibleCellsize, setMinCellsizeFieldName, setPixelType
static final int IID98d47342_25e0_4fca_8a23_34d006e312ae
static final int xxDummy
static final java.lang.String IID
void setTemplateMosaicDatasetByRef(IMosaicDataset ppMosaicDataset) throws java.io.IOException, AutomationException
ppMosaicDataset
- A reference to a com.esri.arcgis.datasourcesraster.IMosaicDataset (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IMosaicDataset getTemplateMosaicDataset() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setBandDefinitionKeyword(java.lang.String pBandDefinitionKeyword) throws java.io.IOException, AutomationException
pBandDefinitionKeyword
- The pBandDefinitionKeyword (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getBandDefinitionKeyword() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setBandPropertiesByRef(IArray ppArrayOfPropertySet) throws java.io.IOException, AutomationException
ppArrayOfPropertySet
- A reference to a com.esri.arcgis.system.IArray (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IArray getBandProperties() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.