![]() ![]() |
DataManagementTools | |
CreateOrthoCorrectedRasterDataset Constructor(Object,Object,String,Double,Object) | |
See Also Send Feedback |
ESRI.ArcGIS.DataManagementTools Namespace > CreateOrthoCorrectedRasterDataset Class > CreateOrthoCorrectedRasterDataset Constructor : CreateOrthoCorrectedRasterDataset Constructor(Object,Object,String,Double,Object) |
- in_raster
- The input raster dataset that you wish to ortho correct. (In, Required)
- out_raster_dataset
- Output raster dataset. (Out, Required)
- Ortho_type
- Indicates the type of rectification, whether a constant elevation value is used or use the elevation from a DEM dataset. (In, Required)
- constant_elevation
- Constant Elevation (Meters) (in)
- in_DEM_raster
- The DEM raster dataset to be used for orthorectification. (In, Required)
Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal in_raster As Object, _ ByVal out_raster_dataset As Object, _ ByVal Ortho_type As String, _ ByVal constant_elevation As Double, _ ByVal in_DEM_raster As Object _ ) |
Visual Basic (Usage) | ![]() |
---|---|
Dim in_raster As Object Dim out_raster_dataset As Object Dim Ortho_type As String Dim constant_elevation As Double Dim in_DEM_raster As Object Dim instance As New CreateOrthoCorrectedRasterDataset(in_raster, out_raster_dataset, Ortho_type, constant_elevation, in_DEM_raster) |
C# | |
---|---|
public CreateOrthoCorrectedRasterDataset( object in_raster, object out_raster_dataset, string Ortho_type, double constant_elevation, object in_DEM_raster ) |
Parameters
- in_raster
- The input raster dataset that you wish to ortho correct. (In, Required)
- out_raster_dataset
- Output raster dataset. (Out, Required)
- Ortho_type
- Indicates the type of rectification, whether a constant elevation value is used or use the elevation from a DEM dataset. (In, Required)
- constant_elevation
- Constant Elevation (Meters) (in)
- in_DEM_raster
- The DEM raster dataset to be used for orthorectification. (In, Required)
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family