lineTranslate

abstract fun lineTranslate(lineTranslate: List<Double> = listOf(0.0, 0.0)): LineLayer

The geometry's offset. Values are x, y where negatives indicate left and up, respectively. Default value: 0,0.

Parameters

lineTranslate

value of lineTranslate


abstract fun lineTranslate(lineTranslate: Expression): LineLayer

The geometry's offset. Values are x, y where negatives indicate left and up, respectively. Default value: 0,0.

Parameters

lineTranslate

value of lineTranslate as Expression