FIXED property

Type FIXED
final

Fixed Precision indicates that coordinates have a fixed number of decimal places. The number of decimal places is determined by the log10 of the scale factor.

Implementation

static final Type FIXED = Type("FIXED");