Class: LayerGeographicBoundingBoxConfig

LayerTree.LayerGeographicBoundingBoxConfig(…args)

Class representing a WMS layer Geographic Bounding Box

Constructor

new LayerGeographicBoundingBoxConfig(…args)

Create the WMS layer Geographic Bounding Box

Parameters:
Name Type Attributes Description
args number <repeatable>

the 4 values describing the Geographic Bounding Box: west, south, east, north

Source:
Throws:
  • for number of args different of 4

    Type
    ValidationError
  • for values not number

    Type
    ConversionError

Extends

  • Extent

Members

east :number

Get the east value

Type:
  • number
Source:

north :number

Get the north value

Type:
  • number
Source:

south :number

Get the south value

Type:
  • number
Source:

west :number

Get the west value

Type:
  • number
Source: