Is it possible to use own geometry for polyline?

I have my own array of geometries in the following format: “uexF_}vxRn@FC@IVML_@Tg@TW_DIsB”. Is it possible for me to plot it using Cesium Polyline Volume? How can I do it?

Hiya,

Cesium internal model is Cartesian3, so it needs to be converted to that first. If it’s your own format, only you know what that stream means. Is it in a world coordinate system, or local (or closed)? Either way you need to convert it to something Cesium understands (either Cartesian3, or Cartographic degrees or radian)

Cheers,

Alex

1 Like