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.

See related article for more information.

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.
    • drawGeometries

      @NotNull public ParameterizedFeatureCanvas.GeometriesDrawCommand drawGeometries()
      Returns a command to draw a set of geometries.

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

      Returns:
      a command to draw a set of geometries.
      Since:
      2026.0