Uses of Enum Class
com.luciad.format.nvg.model.ELcdNVGLinePattern
Package
Description
This package provides the common parts of the domain models to represent NVG data.
-
Uses of ELcdNVGLinePattern in com.luciad.format.nvg.model
Modifier and TypeFieldDescriptionstatic final ELcdNVGLinePattern
TLcdNVGStyle.DEFAULT_LINE_PATTERN_BEGIN
Default line pattern at the beginning of the line.static final ELcdNVGLinePattern
TLcdNVGStyle.DEFAULT_LINE_PATTERN_END
Default line pattern at the end of the line.Modifier and TypeMethodDescriptionstatic ELcdNVGLinePattern
TLcdNVGStyle.getLinePatternBegin()
Get the line pattern at the beginning of the line.TLcdNVGStyle.getLinePatternEnd()
Get the line pattern at the end of the line.static ELcdNVGLinePattern
Returns the enum constant of this class with the specified name.static ELcdNVGLinePattern[]
ELcdNVGLinePattern.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
TLcdNVGStyle.setLinePatternBegin
(ELcdNVGLinePattern aLinePatternBegin) Set the line pattern at the beginning of the line.void
TLcdNVGStyle.setLinePatternEnd
(ELcdNVGLinePattern aLinePatternEnd) Set the line pattern at the end of the line.static String
ELcdNVGLinePattern.toValue
(ELcdNVGLinePattern aValue)