Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AuthoringInfo

Hierarchy

Index

Properties

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

colorRamp

colorRamp: supportColorRamp

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

Read more...

declaredClass

declaredClass: string

destroyed

destroyed: boolean

field1

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

Read more...

field2

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

Read more...

fields

fields: string[]

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

Read more...

focus

focus: string

initialized

initialized: boolean

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

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

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

numClasses

numClasses: number

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

Read more...

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

statistics

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

Read more...

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

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

univariateTheme

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

Only applicable to univariateColorSize renderers.

Read more...

visualVariables

visualVariables: AuthoringInfoVisualVariable[]

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

Read more...

Methods

Protected _get

  • _get(propertyName: string): any
  • _get<T>(propertyName: string): T
  • Parameters

    • propertyName: string

    Returns any

  • Type parameters

    • T

    Parameters

    • propertyName: string

    Returns T

Protected _set

  • Type parameters

    • T

    Parameters

    • propertyName: string
    • value: T

    Returns AuthoringInfo

clone

  • Creates a deep clone of the instance.

    Read more...

    Returns AuthoringInfo

destroy

  • destroy(): void
  • Returns void

get

  • get<T>(propertyName: string): T
  • get(propertyName: string): any
  • Type parameters

    • T

    Parameters

    • propertyName: string

    Returns T

  • Parameters

    • propertyName: string

    Returns any

Protected notifyChange

  • notifyChange(propertyName: string): void
  • Parameters

    • propertyName: string

    Returns void

set

  • Type parameters

    • T

    Parameters

    • propertyName: string
    • value: T

    Returns AuthoringInfo

  • Parameters

    Returns AuthoringInfo

toJSON

  • toJSON(): any
  • Converts an instance of this class to its ArcGIS portal JSON representation.

    Read more...

    Returns any

watch

  • Parameters

    • path: string | string[]
    • callback: WatchCallback
    • Optional sync: boolean

    Returns WatchHandle

Generated using TypeDoc