CommonShapeStyle

open class CommonShapeStyle(var styleName: String = "", var minMapScaleFactor: Double = 0.0, var maxMapScaleFactor: Double = 0.0, var visible: Boolean = true)

A class that contains all common shape style options.

Parameters

styleName

Name of the shape style

minMapScaleFactor

Minimum Map Scale Factor expressed in meters / logical pixel (0: unlimited)

maxMapScaleFactor

Maximum Map Scale Factor expressed in meters / logical pixel (0: unlimited)

visible

Visibility status of this Polyline Style

Inheritors

Constructors

Link copied to clipboard
constructor(styleName: String = "", minMapScaleFactor: Double = 0.0, maxMapScaleFactor: Double = 0.0, visible: Boolean = true)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard