Package com.luciad.symbology.military
Class MilitarySymbologyCanvas
java.lang.Object
com.luciad.symbology.military.MilitarySymbologyCanvas
- All Implemented Interfaces:
AutoCloseable
Offers functionality for
drawing military symbols on a wrapped FeatureCanvas.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classAllows to draw a military symbol on theMilitarySymbologyCanvas. -
Constructor Summary
ConstructorsConstructorDescriptionMilitarySymbologyCanvas(FeaturePainterContext context, FeatureCanvas featureCanvas) Creates a newMilitarySymbologyCanvasaround the givenFeatureCanvas. -
Method Summary
-
Constructor Details
-
MilitarySymbologyCanvas
public MilitarySymbologyCanvas(@NotNull FeaturePainterContext context, @NotNull FeatureCanvas featureCanvas) Creates a newMilitarySymbologyCanvasaround the givenFeatureCanvas.
-
-
Method Details
-
finalize
protected void finalize() -
close
public void close()- Specified by:
closein interfaceAutoCloseable
-
drawMilitarySymbol
Returns a command to draw a military symbol.The draw options can be configured on the object that is returned by this method.
- Returns:
- a command to draw a military symbol.
-