Feature Layer with Bi-Quantile Range Theme - Latest

Spectrum Spatial Guide

Product type
Software
Portfolio
Locate
Product family
Spectrumâ„¢ software
Product
Spectrumâ„¢ software > Spatial > Spectrum Spatial
Version
Latest
ft:locale
en-US
Product name
Spectrum Technology Platform
ft:title
Spectrum Spatial Guide
Copyright
2025
First publish date
2007
ft:lastEdition
2025-03-07
ft:lastPublication
2025-03-07T10:28:48.112000

POST Request

POST http://hostname:port/rest/Spatial/MappingService/maps/image.png;w=400;h=400;b=-125,23,-66,49,epsg%3A4269
Content-type: application/json
Authorization: <Basic or Spectrum Token>

Example

{
   "layers":[
      {
         "type":"FeatureLayer",
         "Table":{
            "type":"NamedTable",
            "name":"/Samples/NamedTables/USA"
         },
         "ThemeList":{
            "type":"ThemeList",
            "Theme":[
               {
                  "type":"RangeTheme",
                  "StartStyle":{
                     "type":"NamedStyle",
                     "name":"/Samples/NamedStyles/AreaStyleBlue"
                  },
                  "EndStyle":{
                     "type":"NamedStyle",
                     "name":"/Samples/NamedStyles/AreaStyleRed"
                  },
                  "RangeThemeProperties":{
                     "type":"RangeThemeProperties",
                     "rangeType":"BiQuantile",
                     "expression":"Pop_Male",
                     "quantileExpression":"Pop_Female",
                     "numRanges":6
                  }
               }
            ]
         }
      }
   ]
}