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




in_raster
The input raster dataset. (In, Required)
source_control_points
The source points are the "from" coordinates of the links. (In, Required)
target_control_points
The target points are the "to" coordinates of the links. (In, Required)
out_raster
Output raster dataset. (Out, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal in_raster As Object, _
   ByVal source_control_points As Object, _
   ByVal target_control_points As Object, _
   ByVal out_raster As Object _
)
Visual Basic (Usage)Copy Code
Dim in_raster As Object
Dim source_control_points As Object
Dim target_control_points As Object
Dim out_raster As Object
 
Dim instance As Warp(in_raster, source_control_points, target_control_points, out_raster)
C# 
public Warp( 
   object in_raster,
   object source_control_points,
   object target_control_points,
   object out_raster
)

Parameters

in_raster
The input raster dataset. (In, Required)
source_control_points
The source points are the "from" coordinates of the links. (In, Required)
target_control_points
The target points are the "to" coordinates of the links. (In, Required)
out_raster
Output raster dataset. (Out, Required)

See Also

© 2010 All Rights Reserved.