14.7.4.10 Grid2dPatch

Topic Version1Published09/11/2015
For StandardRESQML v2.0.1
Stereotypes:XSDcomplexType

Patch representing a single 2D grid and its geometry.

The FastestAxisCount and the SlowestAxisCount determine the indexing of this grid 2D patch, by defining a one dimensional index for the 2D grid as follows:

Index = FastestIndex + FastestAxisCount * SlowestIndex

This indexing order IS the data order when stored in HDF5, in which case, this would be a SlowestAxisCount*FastestAxisCount two-dimensional array in HDF5.

Table 14.7.4.10-1 Attributes

Name

Data Type

Notes

SlowestAxisCount

positiveInteger

The number of nodes in the slowest direction.

FastestAxisCount

positiveInteger

The number of nodes in the fastest direction.

Derived From: Patch

Derived Classes: (none)

Table 14.7.4.10-2 Relationships

Role

Class

Cardinality

Geometry

PointGeometry

1..1