Uses of Enum Class
com.luciad.format.nvg.model.ELcdNVGLinePattern
Packages that use 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
Fields in com.luciad.format.nvg.model declared as ELcdNVGLinePatternModifier 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.Methods in com.luciad.format.nvg.model that return ELcdNVGLinePatternModifier 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.Methods in com.luciad.format.nvg.model with parameters of type ELcdNVGLinePatternModifier 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)