Options
All
  • Public
  • Public/Protected
  • All
Menu

Class MeasureState defines the state of a measurement done in the viewer.

Hierarchy

  • MeasureState

Index

Constructors

constructor

  • Create a new instance.

    Returns MeasureState

Properties

isComplete

isComplete: boolean

Is this measurement finished (versus ongoing)?

mapObjects

mapObjects: AList<MapObject>

The list of map objects to display this measure state

mode

mode: string

The measure mode

properties

properties: AList<MeasureProperty>

The measure properties

spatialArea

spatialArea: CoordinatePath

The path of a measured (multi) polygon

spatialLine

spatialLine: CoordinatePath

The path of a measured (multi) polyline

spatialPoint

spatialPoint: Coordinate

The measured point

Static TYPE

TYPE: string = "MS"

The type of objects in this class

Methods

toString

  • toString(): string
  • Convert the object to a string.

    Returns string

    the string form of the object.