Show:

ia.Limits Class

Defined in: ia\data\Limits.js:1
Module: ia

Contains information about an upper or lower limit.

Constructor

ia.Limits

(
  • geography
  • indicator
  • data
)

Defined in ia\data\Limits.js:1

Parameters:

  • geography ia.Geography

    The geography the Limits belongs to.

  • indicator ia.Indicator

    The indicator the Limits belongs to.

  • data JSON

    The json data describing the object.

Methods

getFormattedValue

(
  • id
)
String

Returns the formatted value that corresponds to the feature id.

Parameters:

  • id String

    The feature id.

Returns:

String: The formatted value for the given id.

getFormattedValues

() String

Returns the list of formatted values.

Returns:

String: An array of formatted values.

getValue

(
  • id
)
Number | String

Returns the value that corresponds to the feature id.

Parameters:

  • id String

    The feature id.

Returns:

Number | String: The value for the given id.

getValues

() Number | String

Returns the list of values.

Returns:

Number | String: An array of values.

Properties

maxValue

Number

The maximum value.

minValue

Number

The minimum value.