Label | Explanation | Data Type |
Output Feature Class | The output feature class containing the fishnet of rectangular cells. | Feature Class |
Fishnet Origin Coordinate | The starting pivot point of the fishnet. | Point |
Y-Axis Coordinate | The Y-axis coordinate is used to orient the fishnet. The fishnet is rotated by the same angle as defined by the line connecting the origin and the y-axis coordinate. | Point |
Cell Size Width | Determines the width of each cell. If you want the width to be automatically calculated using the value in the Number of Rows parameter, leave this parameter empty or set the value to zero—the width will be calculated when the tool is run. | Double |
Cell Size Height | Determines the height of each cell. If you want the height to be automatically calculated using the value in the Number of Columns parameter, leave this parameter empty or set the value to zero—the height will be calculated when the tool is run. | Double |
Number of Rows | Determines the number of rows the fishnet will have. If you want the number of rows to be automatically calculated using the value in the Cell Size Width parameter, leave this parameter empty or set the value to zero—the number of rows will be calculated when the tool is run. | Long |
Number of Columns | Determines the number of columns the fishnet will have. If you want the number of columns to be automatically calculated using the value in the Cell Size Height parameter, leave this parameter empty or set the value to zero—the number of columns will be calculated when the tool is run. | Long |
Opposite corner of Fishnet (Optional) | The opposite corner of the fishnet set by X-Coordinate and Y-Coordinate values. The values for opposite corner are automatically set if a template extent is used. This parameter becomes disabled if the origin, Y-axis, cell size, and number of rows and columns are set. | Point |
Create Label Points (Optional) | Specifies whether or not a point feature class will be created containing label points at the center of each fishnet cell.
| Boolean |
Template Extent (Optional) | Specify the extent of the fishnet. The extent can be entered by specifying the coordinates or using a template dataset.
| Extent |
Geometry Type (Optional) | Determines if the output fishnet cells will be polyline or polygon features.
| String |
Derived Output
Label | Explanation | Data Type |
Output Label Feature Class (Optional) | a new point feature class is created with label points at the center of each fishnet cell If the Create Label Points parameter is checked (labels = 'LABELS' in Python), a new point feature class is created with label points at the center of each fishnet cell. The name of this feature class is the same as the output feature class with a suffix of _label and is created in the same location. | Feature Class |