indexForM property

int? indexForM
final

The index for an optional M coordinate in a sequence of coordinates.

The value is 2 (for 2D coordinates) and 3 (for 3D coordinates) if this coordinate type is measured. Otherwise the value is null.

Implementation

final int? indexForM;