Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FeatureTemplate

Hierarchy

Index

Properties

declaredClass

declaredClass: string

description

description: string

Description of the feature template.

Read more...

destroyed

destroyed: boolean

drawingTool

drawingTool: "none" | "polygon" | "point" | "auto-complete-polygon" | "circle" | "ellipse" | "freehand" | "line" | "rectangle" | "arrow" | "triangle" | "left-arrow" | "right-arrow" | "up-arrow" | "down-arrow"

Name of the default drawing tool defined for the template to create a feature.

Read more...

initialized

initialized: boolean

name

name: string

Name of the feature template.

Read more...

prototype

prototype: any

An instance of the prototypical feature described by the feature template.

Read more...

thumbnail

An object used to create a thumbnail image that represents a feature type in the feature template.

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 FeatureTemplate

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 FeatureTemplate

  • Parameters

    Returns FeatureTemplate

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