This is documentation of an archived release.
For documentation on the current version, please check Knowledge Base.

Class orbit.webclient.Oblique

Class Summary

Constructor Attributes Constructor Name and Description
orbit.webclient.Oblique(The)
Class Oblique models the group of ObliqueViewer instances.

Method Summary

Method Attributes Method Name and Description
addEventListener(eventType, handler)
Add an event listener.
getFocusCoordinate()
Get the focus coordinte.
getSnapshotButtonVisible()
Get the visibility of the 'snapshot-button-visible' setting.
getViewer(viewerId)
Get a oblique viewer by its identifier.
getViewerIds()
Get identifications of all currently opened viewers.
removeEventListener(eventType, handler)
Remove an event listener.
setFocusCoordinate(x, y, crs, approximate)
Set the focus coordinte.
setSnapshotButtonVisible(value)
Set the visibility of the 'snapshot-button-visible' setting.
setupViewers()

Class Detail

orbit.webclient.Oblique(The)
Class Oblique models the group of ObliqueViewer instances.

Parameters

{goog.ui.media.FlashObject} The parent flash object.

Method Detail

addEventListener

Add an event listener.

Parameters

{String} eventType The event type to listen to.
{Function} handler The function to call when the event occurs.

getFocusCoordinate

Get the focus coordinte.

getSnapshotButtonVisible

Get the visibility of the 'snapshot-button-visible' setting.

getViewer

Get a oblique viewer by its identifier.

Parameters

{String} viewerId The viewer identifier.

Returns

{ObliqueViewer} Returns a oblique viewer.

getViewerIds

Get identifications of all currently opened viewers.

Returns

returns an array of strings where each string is a viewer identifier.

removeEventListener

Remove an event listener.

Parameters

{String} eventType The type of the event.
{Function} handler The handler function.

setFocusCoordinate

Set the focus coordinte.

Parameters

x
y
crs
approximate

setSnapshotButtonVisible

Set the visibility of the 'snapshot-button-visible' setting.

Parameters

value the new value.

setupViewers

 
Last modified:: 2019/03/25 11:36