Options
All
  • Public
  • Public/Protected
  • All
Menu

Represents a configured scale in a Report.

Hierarchy

  • Scale

Index

Constructors

Properties

Constructors

constructor

  • new Scale(displayName: string, scale: string): Scale
  • Initializes a new instance of the {@link geocortex.essentials.Scale} class.

    Parameters

    • displayName: string

      The display name of the {@link geocortex.essentials.Scale}.

    • scale: string

      The scale.

    Returns Scale

Properties

displayName

displayName: string

The configured display name of this scale.

scale

scale: string

The configured value of this scale.