Namespace: bu

bu

Source:

Classes

PanoramaEvent
Viewer
Workspace

Namespaces

street

Members

(static) FINDSTREETIMAGESBYEXTENT_SERVICE

Source:

(static) GETORTHOINFO_SERVICE

Source:

(static) GETSTREETIMAGEMETADATA_SERVICE

Source:

(static) MEAN_EARTH_RADIUS

Source:

(static) Orientation :string

Orientation of the baselayer, one of 'ortho', 'north', 'south', 'east' or 'west'. ortho value has no meaning in oblique or panorama views.

Type:
  • string
Properties:
Name Type Description
ORTHO string
NORTH string
SOUTH string
EAST string
WEST string
Source:

(static) Point2D :string

Properties of a bu.2dPoint that are tracked.

Type:
  • string
Properties:
Name Type Description
X string
Y string
Source:

(static) Point3D :string

Properties of a bu.3dPoint that are tracked.

Type:
  • string
Properties:
Name Type Description
X string
Y string
Z string
Source:

(static) PROTOCOL

Source:

(static) VERSION

Source:

(static) ViewerProperty :string

Properties of a bu.Viewer that are tracked.

Type:
  • string
Properties:
Name Type Description
TARGET string
SIZE string
Source:

(static) ViewType :string

Types of views that a bu.Viewer can contain.

Type:
  • string
Properties:
Name Type Description
EMPTY string
ORTHO string
STREET string
VIEW3D string
OBLIQUE string
TABLE string
Source:

(static) WFSPROXYBLOMSTREET_SERVICE

Source:

(static) WMTS_SERVICE

Source:

(static) WorkspaceProperty :string

Properties of a bu.Workspace that are tracked.

Type:
  • string
Properties:
Name Type Description
TARGET string

Div element where we load the workspace

LAYOUT string

Layout of workspace

Source:

Type Definitions

Coordinate

An array of any number of numbers representing an xy, xyz or zyzm coordinate. Example: [16, 48], [20.50, 47.60, 1225.0], [15, 60.5, 150.6, 12]. First number is always interpreted as X coordinate or longitude, second as Y or latitude, third, if exists, as Z, and fourth, if exists, as M. Fifth and following numbers are ignored because usually they do not have meaning in geographic apps. The reference system is not provided in it, and must be known or stored in and appropiate class object.

Type:
  • Array.<number>
Source:

Extent

An array of numbers representing an extent in 2D: [minx, miny, maxx, maxy]. minx and maxx values represent X or longitude coordinates. miny and maxy values represent Y or latitude coordinates. The reference system is not provided in it, and must be known or stored in and appropiate class object.

Type:
  • Array.<number>
Source:

Layout

A collection of bu.LayoutView with a name.

Type:
  • Object
Source:

LayoutView

Each of the views that compose a {@linlk bu.Layout} column is the column in which the view lays. If two views must be in the same column then the value is the same.

Type:
  • Object
Source:

ViewerOptions

Options for bu.Viewer.

Type:
  • Object
Source:

WorkspaceOptions

Options for bu.Workspace.

Type:
  • Object
Source: