|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICreateMosaicDatasetParameters2
Provides access to members that control mosaic dataset creation parameters.
Method Summary | |
---|---|
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(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 |
Method Detail |
---|
void setTemplateMosaicDatasetByRef(IMosaicDataset ppMosaicDataset) throws IOException, AutomationException
ppMosaicDataset
- A reference to a com.esri.arcgis.datasourcesraster.IMosaicDataset (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IMosaicDataset getTemplateMosaicDataset() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setBandDefinitionKeyword(String pBandDefinitionKeyword) throws IOException, AutomationException
pBandDefinitionKeyword
- The pBandDefinitionKeyword (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getBandDefinitionKeyword() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setBandPropertiesByRef(IArray ppArrayOfPropertySet) throws IOException, AutomationException
ppArrayOfPropertySet
- A reference to a com.esri.arcgis.system.IArray (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IArray getBandProperties() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |