For a list of all members of this type, see Clip members.
Public Properties
| Name | Description |
| Alias | The alias for this tool's toolbox. |
| clipping_geometry | If you are using a feature class as the output extent, you have the option to clip the raster by the extent of the feature class or by its polygon perimeter.
(In, Optional) |
| in_raster | The input raster dataset. (In, Required) |
| in_template_dataset | An existing raster or vector layer, which can be used as the clip extent. The clip output includes any pixels that intersect the minimum bounding rectangle. (In, Optional) |
| nodata_value | All the pixels with the specified value will be set to NoData in the output raster dataset. (In, Optional) |
| out_raster | The output raster dataset. Make sure that this output format is able to support the proper pixel depth. (Out, Required) |
| ParameterInfo | The parameters used by this tool. For internal use only. |
| rectangle | The four coordinates defining the minimum bounding rectangle to be clipped. Define in this order: X-Minimum, Y-Minimum, X-Maximum, Y-Maximum. (In, Required) |
| ToolboxDirectory | The directory of this tool's toolbox. |
| ToolboxName | The name of this tool's toolbox. |
| ToolName | The name of this tool. |
Top
See Also