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
Fields -
Method Summary
Modifier and TypeMethodDescriptiondefault LayerStyleGets the LayerStyle instance containing the layer's style settings.default TsetLayerStyle(LayerStyle layerStyle) Specifies aLayerStyleinstance 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 aLayerStyleinstance containing the layer's style settings.- Parameters:
layerStyle- ALayerStyleinstance containing the layer's style settings- Returns:
- Layer class instance
-