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




in_raster
The input raster dataset to be split into tiles. (In, Required)
out_folder
The output folder, where the tiles will be created. (In, Required)
out_base_name
The prefix for each filename. The tile number is then appended to complete the filename, which starts with 0. (In, Required)
split_method
The tiling method to be used when splitting the raster dataset. It will determine the size and number of tiles for each output dataset. (In, Required)
format
The file format for the output raster datasets. (In, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal in_raster As Object, _
   ByVal out_folder As Object, _
   ByVal out_base_name As String, _
   ByVal split_method As String, _
   ByVal format As String _
)
Visual Basic (Usage)Copy Code
Dim in_raster As Object
Dim out_folder As Object
Dim out_base_name As String
Dim split_method As String
Dim format As String
 
Dim instance As SplitRaster(in_raster, out_folder, out_base_name, split_method, format)
C# 
public SplitRaster( 
   object in_raster,
   object out_folder,
   string out_base_name,
   string split_method,
   string format
)

Parameters

in_raster
The input raster dataset to be split into tiles. (In, Required)
out_folder
The output folder, where the tiles will be created. (In, Required)
out_base_name
The prefix for each filename. The tile number is then appended to complete the filename, which starts with 0. (In, Required)
split_method
The tiling method to be used when splitting the raster dataset. It will determine the size and number of tiles for each output dataset. (In, Required)
format
The file format for the output raster datasets. (In, Required)

See Also

© 2010 All Rights Reserved.