Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PictureFillSymbol

Hierarchy

Index

Properties

color

color: Color

The color of the symbol.

Read more...

declaredClass

declaredClass: string

destroyed

destroyed: boolean

height

height: number

The height of the image in points.

Read more...

initialized

initialized: boolean

outline

The outline of the polygon.

Read more...

Readonly type

type: "picture-fill"

The symbol type.

Read more...

url

url: string

The URL to the image.

Read more...

width

width: number

The width of the image in points.

Read more...

xoffset

xoffset: number

The offset on the x-axis in points.

Read more...

xscale

xscale: number

The scale factor on the x axis of the symbol.

Read more...

yoffset

yoffset: number

The offset on the y-axis in pixels or points.

Read more...

yscale

yscale: number

The scale factor on the y axis of the symbol.

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 PictureFillSymbol

clone

  • Creates a deep clone of the symbol.

    Read more...

    Returns PictureFillSymbol

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 PictureFillSymbol

  • Parameters

    Returns PictureFillSymbol

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