ESRI.ArcGIS.DataManagementTools
CreatePansharpenedRasterDataset Constructor(Object,Int32,Int32,Int32,Object,Object,String)
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.DataManagementTools Namespace > CreatePansharpenedRasterDataset Class > CreatePansharpenedRasterDataset Constructor : CreatePansharpenedRasterDataset Constructor(Object,Int32,Int32,Int32,Object,Object,String)




in_raster
The input raster dataset that you want to pan-sharpen. (In, Required)
red_channel
The input raster band that you want to display with the red color gun. (In, Required)
green_channel
The input raster band that you want to display with the green color gun. (In, Required)
blue_channel
The input raster band that you want to display with the blue color gun. (In, Required)
out_raster_dataset
The output raster dataset. (Out, Required)
in_panchromatic_image
The panchromatic raster dataset. Typically, this is a high-resolution grayscale image. (In, Required)
pansharpening_type
The pan-sharpening method: (In, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal in_raster As Object, _
   ByVal red_channel As Integer, _
   ByVal green_channel As Integer, _
   ByVal blue_channel As Integer, _
   ByVal out_raster_dataset As Object, _
   ByVal in_panchromatic_image As Object, _
   ByVal pansharpening_type As String _
)
Visual Basic (Usage)Copy Code
Dim in_raster As Object
Dim red_channel As Integer
Dim green_channel As Integer
Dim blue_channel As Integer
Dim out_raster_dataset As Object
Dim in_panchromatic_image As Object
Dim pansharpening_type As String
 
Dim instance As CreatePansharpenedRasterDataset(in_raster, red_channel, green_channel, blue_channel, out_raster_dataset, in_panchromatic_image, pansharpening_type)
C# 
public CreatePansharpenedRasterDataset( 
   object in_raster,
   int red_channel,
   int green_channel,
   int blue_channel,
   object out_raster_dataset,
   object in_panchromatic_image,
   string pansharpening_type
)

Parameters

in_raster
The input raster dataset that you want to pan-sharpen. (In, Required)
red_channel
The input raster band that you want to display with the red color gun. (In, Required)
green_channel
The input raster band that you want to display with the green color gun. (In, Required)
blue_channel
The input raster band that you want to display with the blue color gun. (In, Required)
out_raster_dataset
The output raster dataset. (Out, Required)
in_panchromatic_image
The panchromatic raster dataset. Typically, this is a high-resolution grayscale image. (In, Required)
pansharpening_type
The pan-sharpening method: (In, Required)

See Also

© 2010 All Rights Reserved.