Z constant

int const Z

Standard ordinate index value for, where Z is 2.

This constant assumes XYZM coordinate sequence definition, please check this assumption using {@link #getDimension()} and {@link #getMeasures()} before use.

Implementation

static const int Z = 2;