Skip to main content

Densify Fishnet

Description

Densify fishnet based on the values stored in the nDenRow and nDenColumn required attributes of the input fishnet.

  • If either of nDenRown and nDenColumn = 0 the polygon is deleted.
  • If both nDenRown and nDenColumn are = 1 or at least one is <null> the polygon is not densified but copied as is
  • Any other combination is densified.

Two attributes will be added to the densified fishnet: iiRow and iiColumn. They are densified cell indices (within input cell identified with iRow and iColumn).

Input Fishnet to Densify (labelled with cells OID)

Input Fishnet Table

Output Densified Fishnet (labelled with cells OID)

Output Densified Fishnet Table (partial)

Usage

The resulting fishnet feature class is stored in the same geodatabase/feature dataset as the input feature class if only the name of the resulting layer is provided, or in user specified location if full path is provided.

Parameters

Parameter NameData TypeDirectionTypeDialog Reference
Input feature classFeature LayerInputRequiredInput polygon feature class. Must have the attributes iRow and iColumn (cell indices) and nDenRow and nDenColumn (cell densification).
Output feature class nameFeature LayerOutputRequiredName of the output feature class. The densified fishnet feature class will be placed in the same location as input feature class if only the name of the resulting layer is provided, or in user specified location if full path is provided.