Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Hierarchy

  • MeasureState

Index

Constructors

Properties

isComplete: boolean

Is this measurement finished (versus ongoing)?

mapObjects: AList<MapObject>

The list of map objects to display this measure state

mode: string

The measure mode

properties: AList<MeasureProperty>

The measure properties

spatialArea: CoordinatePath

The path of a measured (multi) polygon

spatialLine: CoordinatePath

The path of a measured (multi) polyline

spatialPoint: Coordinate

The measured point

TYPE: string = "MS"

The type of objects in this class

Methods

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

    Returns string

    the string form of the object.