ESRI.ArcGIS.DataManagementTools
Mosaic Class Members
See Also  Properties  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.DataManagementTools Namespace : Mosaic Class




The following tables list the members exposed by Mosaic.

Public Constructors

 NameDescription
Public ConstructorMosaic ConstructorOverloaded. Constructor that takes all required parameters for geoprocessor execution.  
Top

Public Properties

 NameDescription
Public PropertyAliasThe alias for this tool's toolbox.  
Public Propertybackground_valueUse 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)  
Public PropertycolormapThe method used to choose which colormap from the input rasters will be applied to the mosaic output. (In, Optional)  
Public PropertyinputsThe input raster datasets. (In, Required)  
Public PropertyMatchingMethodChoose the color matching method to apply to the rasters. (In, Optional)  
Public Propertymosaic_typeThe method used to mosaic overlapping areas. (In, Optional)  
Public Propertymosaicking_toleranceWhen 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)  
Public Propertynodata_valueAll the pixels with the specified value will be set to NoData in the output raster dataset. (In, Optional)  
Public Propertyonebit_to_eightbitChoose 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)  
Public PropertyoutputOutput Raster (out, Optional)  
Public PropertyParameterInfoThe parameters used by this tool. For internal use only.  
Public PropertytargetThe target raster dataset. (In, Required)  
Public PropertyToolboxDirectoryThe directory of this tool's toolbox.  
Public PropertyToolboxNameThe name of this tool's toolbox.  
Public PropertyToolNameThe name of this tool.  
Top

See Also

© 2010 All Rights Reserved.