Class ParameterizedFeatureCanvas

java.lang.Object
com.luciad.layers.features.ParameterizedFeatureCanvas
All Implemented Interfaces:
AutoCloseable

public final class ParameterizedFeatureCanvas extends Object implements AutoCloseable
Canvas to provide the commands to draw icons using expression-based styling.
Since:
2025.0
  • Method Details

    • finalize

      protected void finalize()
      Overrides:
      finalize in class Object
    • close

      public void close()
      Specified by:
      close in interface AutoCloseable
    • drawIcons

      @NotNull public ParameterizedFeatureCanvas.IconsDrawCommand drawIcons()
      Returns a command to draw a set of icons.

      The draw options can be configured on the object that is returned by this method.

      Returns:
      a command to draw a set of icons.