Simple Fill Symbol (esriSFS)

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
  }
}

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.

You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

Your ArcGIS portal

Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

Your ArcGIS Location Platform dashboard

Manage billing, monitor service usage, and access additional resources.

Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

Close