Click or drag to resize

GridInfo Fields

The GridReprojectorGridInfo type exposes the following members.

Fields
  NameDescription
Public fieldDx
Space between each gridpoint in the x direction
Public fieldDy
Space between each gridpoint in the y direction
Public fieldElementCenterValues
Bool indicating whether the grid is node based (false) or element/cell based (true)

Default is true;

Node based grid means that values are defined in grid line intersection point

Element center based grid means that values are defined in the center of the rectangle bounded by 4 grid lines.

Public fieldLatOrigin
Origin latitude coordinate of local grid coordinates.
Public fieldLonOrigin
Origin longitude coordinate of local grid coordinates.
Public fieldOrientation
Orientation of local grid coordinates. The rotation from true north to the model coordinate y-axis in degrees, measured positive clockwise.
Public fieldOriginInFirstElementCenter
Flag indicating if the projection origin is in the center of the first grid cell (true) or in the lower left corner of the first grid cell (false).

Only applicable when ElementCenterValues is true.

Default is true.

Public fieldProjectionString
A string in the WKT format for a spatial reference system, or one of the abbreviations
Public fieldX0
Relative offset to origin in the x direction
Public fieldXCount
Number of data points in the x direction
Public fieldY0
Relative offset to origin in the y direction
Public fieldYCount
Number of data points in the y direction
Top
See Also