Interface Placemark.LevelOfDetailSelector

  • Enclosing class:
    Placemark

    public static interface Placemark.LevelOfDetailSelector
    Presents an interfaced for dynamically determining the PlacemarkAttributes based on the distance between the placemark and the camera.
    • Method Detail

      • selectLevelOfDetail

        void selectLevelOfDetail​(RenderContext rc,
                                 Placemark placemark,
                                 double cameraDistance)
        Gets the active attributes for the current distance to the camera and highlighted state.
        Parameters:
        rc - The current render context
        placemark - The placemark needing a level of detail selection
        cameraDistance - The distance from the placemark to the camera (meters)