A ParameterizedPointStyle describes how an icon should be painted by the ParameterizedPointPainter. Using a ParameterizedPointStyle, the icon is visualized using the following steps:

  1. The icon is translated based on anchorX and anchorY.
  2. The icon is rotated based on this style's rotation property.
  3. A translation based on this style's offsetX and offsetY is applied.
  4. In 3D, an additional view displacement translation might be applied, to avoid icons sticking in terrain. This view displacement is calculated automatically.

Since

2017.0