| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ICreateMosaicDatasetParameters
Provides access to members that control mosaic dataset creation parameters.
This interface provides access to parameters that control the creation of a new Mosaic Dataset or a referenced Mosaic Dataset.
| Method Summary | |
|---|---|
 int | 
getBandCount()
The number of bands in the mosaic dataset.  | 
 IFIDSet | 
getDefinitionFIDs()
The definition selection set on the source catalog.  | 
 IGeometry | 
getDefinitionGeometry()
The definition (spatial selection) geometry on the source catalog.  | 
 String | 
getLODFieldName()
The name of the field that contains scale values for items in the mosaic dataset.  | 
 IMosaicLODInfos | 
getLODInfos()
The levels of detail associated with the mosaic dataset.  | 
 String | 
getMaxCellsizeFieldName()
The name of the field that contains maximum visible cell-size values for items in the mosaic dataset.  | 
 double | 
getMaximumVisibleCellsize()
The cell-size value above which no mosaicking occurs.  | 
 String | 
getMinCellsizeFieldName()
The name of the field that contains minimum visible cell-size values for items in the mosaic dataset.  | 
 int | 
getPixelType()
The pixel-type of the mosaic dataset.  | 
 void | 
setBandCount(int pCount)
The number of bands in the mosaic dataset.  | 
 void | 
setDefinitionFIDsByRef(IFIDSet ppFIDs)
The definition selection set on the source catalog.  | 
 void | 
setDefinitionGeometryByRef(IGeometry ppGeometry)
The definition (spatial selection) geometry on the source catalog.  | 
 void | 
setLODFieldName(String pLODFieldName)
The name of the field that contains scale values for items in the mosaic dataset.  | 
 void | 
setLODInfosByRef(IMosaicLODInfos ppLODInfos)
The levels of detail associated with the mosaic dataset.  | 
 void | 
setMaxCellsizeFieldName(String pMaxCellsizeFieldName)
The name of the field that contains maximum visible cell-size values for items in the mosaic dataset.  | 
 void | 
setMaximumVisibleCellsize(double pCellsize)
The cell-size value above which no mosaicking occurs.  | 
 void | 
setMinCellsizeFieldName(String pMinCellsizeFieldName)
The name of the field that contains minimum visible cell-size values for items in the mosaic dataset.  | 
 void | 
setPixelType(int pPixelType)
The pixel-type of the mosaic dataset.  | 
| Method Detail | 
|---|
void setDefinitionGeometryByRef(IGeometry ppGeometry)
                                throws IOException,
                                       AutomationException
ppGeometry - A reference to a com.esri.arcgis.geometry.IGeometry  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IGeometry getDefinitionGeometry()
                                throws IOException,
                                       AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setMaximumVisibleCellsize(double pCellsize)
                               throws IOException,
                                      AutomationException
Maximum resolution above which the mosaiced rasters are displayed as rasterized wireframes in a referenced Mosaic Dataset.
pCellsize - The pCellsize  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getMaximumVisibleCellsize()
                                 throws IOException,
                                        AutomationException
Maximum resolution above which the mosaiced rasters are displayed as rasterized wireframes in a referenced Mosaic Dataset.
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setLODInfosByRef(IMosaicLODInfos ppLODInfos)
                      throws IOException,
                             AutomationException
This object describes LOD (Level Of Detail) information for the Mosaic Dataset. This is used when creating a referenced Mosaic Dataset from a Military Analyst catalog.
ppLODInfos - A reference to a com.esri.arcgis.datasourcesraster.IMosaicLODInfos  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IMosaicLODInfos getLODInfos()
                            throws IOException,
                                   AutomationException
This object describes LOD (Level Of Detail) information for the Mosaic Dataset. This is used when creating a referenced Mosaic Dataset from a Military Analyst catalog.
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setPixelType(int pPixelType)
                  throws IOException,
                         AutomationException
Pixel Type of the Mosaic Dataset to be created.
pPixelType - A com.esri.arcgis.geodatabase.rstPixelType constant  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getPixelType()
                 throws IOException,
                        AutomationException
Pixel Type of the Mosaic Dataset to be created.
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setBandCount(int pCount)
                  throws IOException,
                         AutomationException
Number of bands of the Mosaic Dataset to be created.
pCount - The pCount  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getBandCount()
                 throws IOException,
                        AutomationException
Number of bands of the Mosaic Dataset to be created.
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setMinCellsizeFieldName(String pMinCellsizeFieldName)
                             throws IOException,
                                    AutomationException
Field name corresponding to the minimum cell size field in the source mosaic dataset for a referenced mosaic dataset.
pMinCellsizeFieldName - The pMinCellsizeFieldName  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getMinCellsizeFieldName()
                               throws IOException,
                                      AutomationException
Field name corresponding to the minimum cell size field in the source mosaic dataset for a referenced mosaic dataset.
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setMaxCellsizeFieldName(String pMaxCellsizeFieldName)
                             throws IOException,
                                    AutomationException
Field name corresponding to the maximum cell size field in the source mosaic dataset for a referenced mosaic dataset.
pMaxCellsizeFieldName - The pMaxCellsizeFieldName  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getMaxCellsizeFieldName()
                               throws IOException,
                                      AutomationException
Field name corresponding to the maximum cell size field in the source mosaic dataset for a referenced mosaic dataset.
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setLODFieldName(String pLODFieldName)
                     throws IOException,
                            AutomationException
Field name that corresponds to a field in a Military Analyst catalog that describes the LOD (Level Of Detail) for each raster. This is used when creating a referenced Mosaic Dataset from a Military Analyst catalog.
pLODFieldName - The pLODFieldName  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getLODFieldName()
                       throws IOException,
                              AutomationException
Field name that corresponds to a field in a Military Analyst catalog that describes the LOD (Level Of Detail) for each raster. This is used when creating a referenced Mosaic Dataset from a Military Analyst catalog.
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setDefinitionFIDsByRef(IFIDSet ppFIDs)
                            throws IOException,
                                   AutomationException
ppFIDs - A reference to a com.esri.arcgis.geodatabase.IFIDSet  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IFIDSet getDefinitionFIDs()
                          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 | ||||||||