Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • DataLinkingResult

Index

Constructors

constructor

  • Initializes a new instance of the {@link geocortex.essentialsHtmlViewer.mapping.infrastructure.DataLinkingResult} class.

    Returns DataLinkingResult

Properties

dataLink

dataLink: Observable<DataLink>

This references the original datalink that was used to create this object

type

DataLink

table

This is the raw data from a datalinking request. This contains columns and rows.

type

Object

Methods

asAttributeGroup

  • Returns a copy of this datalink in an attribute group form.

    Returns AttributeGroup

toAttributes

  • toAttributes(): any
  • Converts the table of the datalink to a basic attribute map.

    Returns any

toFeatureAttributes