new ol.style.Style(opt_options) experimental
            src/ol/style/style.js, line 25
        
        
        
    | Name | Type | Description | |||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| options | Style options. 
 | ||||||||||||||||||||||
Methods
- 
    getFill(){ol.style.Fill} experimentalsrc/ol/style/style.js, line 103
- 
    
    
    
    
    
    
    
    
    
    
    
Returns:Fill style.
 
- 
    getGeometry(){string|ol.geom.Geometry|ol.style.GeometryFunction} experimentalsrc/ol/style/style.js, line 84
- 
    
    
    
    
    
    
    
    
    
    
    
Returns:Feature property or geometry or function that returns the geometry that will be rendered with this style.
 
- 
    getGeometryFunction(){ol.style.GeometryFunction} experimentalsrc/ol/style/style.js, line 94
- 
    
    
    
    
    
    
    
    
    
    
    
Returns:Function that is called with a feature and returns the geometry to render instead of the feature's geometry.
 
- 
    getImage(){ol.style.Image} experimentalsrc/ol/style/style.js, line 112
- 
    
    
    
    
    
    
    
    
    
    
    
Returns:Image style.
 
- 
    getStroke(){ol.style.Stroke} experimentalsrc/ol/style/style.js, line 121
- 
    
    
    
    
    
    
    
    
    
    
    
Returns:Stroke style.
 
- 
    getText(){ol.style.Text} experimentalsrc/ol/style/style.js, line 130
- 
    
    
    
    
    
    
    
    
    
    
    
Returns:Text style.
 
- 
    getZIndex(){number|undefined} experimentalsrc/ol/style/style.js, line 139
- 
    
    
    
    
    
    
    
    
    
    
    
Returns:ZIndex.
 
- 
    setGeometry(geometry) experimentalsrc/ol/style/style.js, line 152
- 
    
    
    Set a geometry that is rendered instead of the feature's geometry. Name Type Description geometrystring | ol.geom.Geometry | ol.style.GeometryFunction Feature property or geometry or function returning a geometry to render for this style. 
- 
    setZIndex(zIndex) experimentalsrc/ol/style/style.js, line 181
- 
    
    
    Set the zIndex. Name Type Description zIndexnumber | undefined ZIndex. 
 OpenLayers 3
 OpenLayers 3