Interface LayerStyleLayer<T extends BaseLayer<?>>

Type Parameters:
T - Layer class type
All Known Implementing Classes:
Area, Circle, CirclePoint, Line, Rectangle

public interface LayerStyleLayer<T extends BaseLayer<?>>
By implementing this interface, you will have access to the LayerStyle class that enables you to set layer styles.
Since:
4.0
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
  • Method Summary

    Modifier and Type
    Method
    Description
    default LayerStyle
    Gets the LayerStyle instance containing the layer's style settings.
    default T
    Specifies a LayerStyle instance containing the layer's style settings.
  • Field Details

  • Method Details

    • getLayerStyle

      default LayerStyle getLayerStyle()
      Gets the LayerStyle instance containing the layer's style settings.
      Returns:
      The LayerStyle instance containing the layer's style settings
    • setLayerStyle

      default T setLayerStyle(LayerStyle layerStyle)
      Specifies a LayerStyle instance containing the layer's style settings.
      Parameters:
      layerStyle - A LayerStyle instance containing the layer's style settings
      Returns:
      Layer class instance