Optional
style: null | SymbolizerPropertiesOptional
options: {}Optional
rules: Rule[]Property: defaultStyle
{Object} hash of style properties to use as default for merging
rule-based style symbolizers onto. If no rules are defined,
createSymbolizer will return this style. If
Property: description {String} Description of this style (set if abstract is included in SLD)
Property: id {String} A unique id for this session.
APIProperty: isDefault {Boolean}
APIProperty: layerName
{
APIProperty: name {String}
Property: rules {Array(<OpenLayers.Rule>)}
Property: title {String} Title of this style (set if included in SLD)
Constructor: OpenLayers.Style Creates a UserStyle.
Parameters: style - {Object} Optional hash of style properties that will be used as default style for this style object. This style applies if no rules are specified. Symbolizers defined in rules will extend this default style. options - {Object} An optional object with properties to set on the style.
Valid options: rules - {Array(<OpenLayers.Rule>)} List of rules to be added to the style.
Returns: {<OpenLayers.Style>}