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

Type:
  • number
Source:

north :number

Type:
  • number
Source:

south :number

Type:
  • number
Source:

west :number

Type:
  • number
Source: