The following tables list the members exposed by SplitRaster.
Public Constructors
Public Properties
| Name | Description |
| Alias | The alias for this tool's toolbox. |
| cell_size | Cellsize (in, Optional) |
| derived_out_folder | Output Folder (out, Optional) |
| format | The file format for the output raster datasets. (In, Required) |
| in_raster | The input raster dataset to be split into tiles. (In, Required) |
| num_rasters | Specify the number of tiles in each direction. The default value is 1 tile for each direction. (In, Optional) |
| origin | The coordinate for the lower left origin point, where the tiling scheme will begin. By default, the lower left origin would be the same as the input raster. (In, Optional) |
| out_base_name | The prefix for each filename. The tile number is then appended to complete the filename, which starts with 0. (In, Required) |
| out_folder | The output folder, where the tiles will be created. (In, Required) |
| overlap | The number of pixels of overlap between the adjoining tiles. The overlap value will be determined by the "Units for Output Raster Size and Overlap" parameter. (In, Optional) |
| ParameterInfo | The parameters used by this tool. For internal use only. |
| resampling_type | Choose the resampling method to use when creating the DTEDs. The default is bilinear interpolation resampling. (In, Optional) |
| 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) |
| tile_size | The x and y dimensions of the output tiles. The "Units for Output Raster Size and Overlap" parameter will determine the units that are used for these values. (In, Optional) |
| ToolboxDirectory | The directory of this tool's toolbox. |
| ToolboxName | The name of this tool's toolbox. |
| ToolName | The name of this tool. |
| units | Units for Output Raster Size and Overlap (in, Optional) |
Top
See Also