Interface ILcdS52LineStyle


public interface ILcdS52LineStyle
Style for outlining S-57 objects according to the S-52 standard.
  • Method Details

    • getColorToken

      String getColorToken()
      Returns the color token for painting the object. A color provider can convert a color token into an actual color.
    • getStroke

      Stroke getStroke()
      Returns the stroke for painting the object.
    • getSecondaryLineStyle

      ILcdS52LineStyle getSecondaryLineStyle()
      Returns the secondary line style. If not null, it defines an additional line style on top of this line style.