Class: LocationBoxUniverse

OM.universe. LocationBoxUniverse


new LocationBoxUniverse()

This class defines Location Box map zoom level scheme, overall map extent and spatial reference information.

Returns:

The newly created LocationBoxUniverse object.

Type
OM.universe.LocationBoxUniverse

Extends

Methods


getMapBounds()

Get the map bounds. That is, the maximum map extent of this universe.

Inherited From:
Returns:

The maximum map extent of this universe.

Type
OM.geometry.Rectangle

getSRID()

Get the SRID for the map bounds.

Inherited From:
Returns:

The SRID for the map bounds.

Type
int

getZoomLevelNumber()

Get the number of defined zoom levels.

Inherited From:
Returns:

The number of zoom levels.

Type
int

getZoomLevels()

Get the map zoom level definitions array.

Inherited From:
Returns:

An array of OM.universe.ZoomLevel.

Type
Array