Methods
-
<abstract> update()
-
-
<abstract> compute()
-
-
<abstract> attachTo()
-
-
<abstract> detach()
-
-
update(event)
-
Update the tracker
Parameters:
Name Type Description eventobject -
compute(geoPosition)
-
Compute elevation from a specific point
Parameters:
Name Type Description geoPositionReturns:
elevation- Type
- number
-
update(event)
-
Update the tracker
Parameters:
Name Type Description event -
compute(geoPosition)
-
Compute from geoPosition
Parameters:
Name Type Description geoPositionArray.<float> -
attachTo(globeContext)
-
Attaches the tracker to the globe
Parameters:
Name Type Description globeContextglobe globe -
detach()
-
Detaches from the globe
Type Definitions
-
elevation_configuration
-
Elevation tracker configuration
Type:
Properties:
Name Type Argument Description elevationLayerLayer <optional>
elevationLayer from planetLayer -
position_configuration
-
Position tracker configuration
Type:
- Object
Properties:
Name Type Argument Default Description elementstring tracker div element positionstring tracker position in the GUI isMobileboolean <optional>
false Mobile device
Documentation