coordinateScale

@Contract(value = "_ -> this", mutates = "this")
abstract fun coordinateScale(scale: Double): DimensionType.Builder

Sets the coordinate scale for the dimension type.

Return

this builder

Parameters

scale

the scale

See also