Class PlacemarkDecluttering


  • public class PlacemarkDecluttering
    extends ApplicationTemplate
    Illustrates how to use the PlacemarkClutterFilter to declutter PointPlacemark labels. To enable this decluttering a filter has to be specified to the scene controller and each PointPlacemark that participates in decluttering must be enabled for decluttering.

    This example also enables label picking for all PointPlacemarks to illustrate that labels can be picked both when they're not decluttered and when they are.

    • Constructor Detail

      • PlacemarkDecluttering

        public PlacemarkDecluttering()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)