Package com.jbstrap.jbmap.layers
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
-
Method Summary
Modifier and TypeMethodDescriptiondefault LayerStyle
Gets the LayerStyle instance containing the layer's style settings.default T
setLayerStyle
(LayerStyle layerStyle) Specifies aLayerStyle
instance containing the layer's style settings.
-
Field Details
-
STYLE
- See Also:
-
-
Method Details
-
getLayerStyle
Gets the LayerStyle instance containing the layer's style settings.- Returns:
- The LayerStyle instance containing the layer's style settings
-
setLayerStyle
Specifies aLayerStyle
instance containing the layer's style settings.- Parameters:
layerStyle
- ALayerStyle
instance containing the layer's style settings- Returns:
- Layer class instance
-