| Constructor Attributes | Constructor Name and Description |
|---|---|
orbit.webclient.Oblique(The)Class Oblique models the group of ObliqueViewer instances. |
| 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() |
orbit.webclient.Oblique(The)
Class Oblique models the group of ObliqueViewer instances.
Parameters
{goog.ui.media.FlashObject} The | parent flash object. |
Add an event listener.
Parameters
{String} eventType | The event type to listen to. |
{Function} handler | The function to call when the event occurs. |
Get the focus coordinte.
Get the visibility of the 'snapshot-button-visible' setting.
Get a oblique viewer by its identifier.
Parameters
{String} viewerId | The viewer identifier. |
Returns
{ObliqueViewer} Returns a oblique viewer.
Get identifications of all currently opened viewers.
Returns
returns an array of strings where each string is a viewer identifier.
Remove an event listener.
Parameters
{String} eventType | The type of the event. |
{Function} handler | The handler function. |
Set the focus coordinte.
Parameters
| x | |
| y | |
| crs | |
| approximate |
Set the visibility of the 'snapshot-button-visible' setting.
Parameters
| value | the new value. |