Click or drag to resize

CesiumResourceFromStream Method

Overload List
  NameDescription
Public methodStatic memberFromStream(Stream, CesiumImageFormat)
Create a CZML resource from a stream containing image data. The image data will be embedded in the CZML document using a data URI.
Public methodStatic memberFromStream(Stream, String)
Create a CZML resource from a stream. The data will be embedded in the CZML document using a data URI.
Top
See Also