Create a new EntityPose instance to represent the pose of an entity relative to a given reference frame. If no reference frame is specified, then the pose is based on the context's defaultReferenceFrame.
the reference frame to use
Create an entity that is positioned at the given cartographic location,
with an orientation computed according to the provided localToFixed
transform function.
For the localToFixed
parameter, you can pass any of the following:
Argon.Cesium.Transforms.eastNorthUpToFixedFrame
Argon.Cesium.Transforms.northEastDownToFixedFrame
Argon.Cesium.Transforms.northUpEastToFixedFrame
Argon.Cesium.Transforms.northWestUpToFixedFrame
Additionally, argon.js provides:
Argon.eastUpSouthToFixedFrame
Alternative transform functions can be created with:
Argon.Cesium.Transforms.localFrameToFixedFrameGenerator
Get the cartographic position of an Entity at the given time
Subscribe to pose updates for the given entity id
A Promise that resolves to a new or existing entity
Unsubscribe from pose updates for the given entity id
Generated using TypeDoc
A service for subscribing/unsubscribing to entities