Simple fill symbols that can be used to symbolize polygon geometries.
Referenced by: GeoRSS Layer (GeoRSS), Predominance Renderer, symbol
Properties
Property | Details |
---|---|
color | Color is represented as a four-element array. The four elements represent values for red, green, blue, and alpha in that order. Values range from 0 through 255. If color is undefined for a symbol, the color value is null. |
outline | Sets the outline of the fill symbol. |
style | String value representing the simple fill symbol type. Valid values: esriSFSBackwardDiagonal , esriSFSCross , esriSFSDiagonalCross , esriSFSForwardDiagonal , esriSFSHorizontal , esriSFSNull , esriSFSSolid , esriSFSVertical |
type | Specifies the type of symbol used. Valid value of this property esriSFS |
Simple Fill Symbol Example
{
"type": "esriSFS",
"style": "esriSFSSolid",
"color": [
115,
76,
0,
255
],
"outline": {
"type": "esriSLS",
"style": "esriSLSSolid",
"color": [
110,
110,
110,
255
],
"width": 1
}
}