Package com.luciad.layers.features
Class ParameterizedFeatureCanvas
java.lang.Object
com.luciad.layers.features.ParameterizedFeatureCanvas
- All Implemented Interfaces:
AutoCloseable
Canvas to provide the commands to draw icons using expression-based styling.
- Since:
- 2025.0
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Command to draw a set of icons for a geometry using expression-based styling. -
Method Summary
-
Method Details
-
finalize
protected void finalize() -
close
public void close()- Specified by:
close
in interfaceAutoCloseable
-
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.
-