The following tables list the members exposed by Mosaic.
Public Constructors
Public Properties
| Name | Description |
| Alias | The alias for this tool's toolbox. |
| background_value | Use this option to remove the unwanted values created around the raster data. The value specified will be distinguished from other valuable data in the raster dataset. For example, a value of zero along the raster dataset's borders will be distinguished from zero values within the raster dataset. (In, Optional) |
| colormap | The method used to choose which colormap from the input rasters will be applied to the mosaic output. (In, Optional) |
| inputs | The input raster datasets. (In, Required) |
| MatchingMethod | Choose the color matching method to apply to the rasters. (In, Optional) |
| mosaic_type | The method used to mosaic overlapping areas. (In, Optional) |
| mosaicking_tolerance | When mosaicking takes place, the target and the source pixels do not always line up exactly. When there is a misalignment of pixels, a decision needs to be made whether resampling takes place, or whether the data should be shifted. The mosaicking tolerance controls whether resampling of the pixels take place, or if the pixels should be shifted. (In, Optional) |
| nodata_value | All the pixels with the specified value will be set to NoData in the output raster dataset. (In, Optional) |
| onebit_to_eightbit | Choose whether the input 1-bit raster dataset will be converted to an 8-bit raster dataset. In this conversion the value 1 in the input raster dataset will be changed to 255 in the output raster dataset. This is useful when importing a 1-bit raster dataset to ArcSDE. One-bit raster dataset have 8-bit pyramid layers when stored in a file system, but in ArcSDE, 1-bit raster datasets can only have 1-bit pyramid layers, which makes the display unpleasant. By converting the data to 8-bit in ArcSDE, the pyramid layers are built as 8-bit instead of 1-bit, resulting in a proper raster dataset in the display.
(In, Optional) |
| output | Output Raster (out, Optional) |
| ParameterInfo | The parameters used by this tool. For internal use only. |
| target | The target raster dataset. (In, Required) |
| ToolboxDirectory | The directory of this tool's toolbox. |
| ToolboxName | The name of this tool's toolbox. |
| ToolName | The name of this tool. |
Top
See Also