Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AuthoringInfoProperties

Hierarchy

  • AuthoringInfoProperties

Index

Properties

Optional classificationMethod

classificationMethod: "standard-deviation" | "equal-interval" | "manual" | "natural-breaks" | "quantile"

Indicates which classification method was used if a classed color or classed size renderer was generated using one of the Smart Mapping functions.

Read more...

Optional colorRamp

Indicates the color ramp was used to create the symbols for Unique Value or Class Breaks renderer for Imagery Layer.

Read more...

Optional field1

A numeric field used for generating a relationship renderer along with field2.

Read more...

Optional field2

A numeric field used for generating a relationship renderer along with field1.

Read more...

Optional fields

fields: string[]

An array of string values representing field names used for creating a predominance renderer.

Read more...

Optional focus

focus: string

Optional lengthUnit

lengthUnit: "millimeters" | "centimeters" | "decimeters" | "meters" | "kilometers" | "inches" | "feet" | "yards" | "miles" | "nautical-miles" | "decimal-degrees"

Only applicable to renderer used in web scenes. Indicates the unit used in real-world sizes.

Read more...

Optional maxSliderValue

maxSliderValue: number

Indicates the value of the upper handle if a slider was used to generate the dot value for dot density renderer.

Read more...

Optional minSliderValue

minSliderValue: number

Indicates the value of the lower handle if a slider was used to generate the dot value for dot density renderer.

Read more...

Optional numClasses

numClasses: number

The number of classes used to classify each field of a relationship renderer.

Read more...

Optional standardDeviationInterval

standardDeviationInterval: number

Indicates the standard deviation interval for each stop in a classed color or classed size renderer that was generated using the standard-deviation classification method.

Read more...

Optional statistics

Only for renderers of type univariate-color-size with an above-and-below univariateTheme.

Read more...

Optional type

type: "class-breaks-size" | "class-breaks-color" | "classed-color" | "classed-size" | "predominance" | "relationship" | "univariate-color-size"

Indicates the renderer type generated from one of the Smart Mapping functions.

Read more...

Optional univariateSymbolStyle

univariateSymbolStyle: "square" | "circle" | "arrow" | "triangle" | "custom" | "caret" | "circle-caret" | "circle-arrow" | "plus-minus" | "circle-plus-minus" | "happy-sad" | "thumb"

Only applicable to univariateColorSize renderers with an above-and-below univariateTheme.

Read more...

Optional univariateTheme

univariateTheme: "high-to-low" | "above" | "below" | "above-and-below"

Only applicable to univariateColorSize renderers.

Read more...

Optional visualVariables

Contains authoring properties of visual variables generated from one of the Smart Mapping methods or sliders.

Read more...

Generated using TypeDoc