Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SimpleLineSymbol

Hierarchy

Index

Properties

cap

cap: "round" | "square" | "butt"

Specifies the cap style.

Read more...

color

color: Color

The color of the symbol.

Read more...

declaredClass

declaredClass: string

destroyed

destroyed: boolean

initialized

initialized: boolean

join

join: "round" | "bevel" | "miter"

Specifies the join style.

Read more...

marker

Specifies the color, style, and placement of a symbol marker on the line.

Read more...

miterLimit

miterLimit: number

Maximum allowed ratio of the width of a miter join to the line width.

Read more...

style

style: "none" | "solid" | "dash" | "dash-dot" | "dot" | "long-dash" | "long-dash-dot" | "long-dash-dot-dot" | "short-dash" | "short-dash-dot" | "short-dash-dot-dot" | "short-dot"

Specifies the line style.

Read more...

type

type: "simple-line"

The symbol type.

Read more...

width

width: number

The width of the symbol in points.

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 SimpleLineSymbol

clone

  • Creates a deep clone of the symbol.

    Read more...

    Returns SimpleLineSymbol

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 SimpleLineSymbol

  • Parameters

    Returns SimpleLineSymbol

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