how to write czml file using czml-writer

Please give me the example to write czml file using czml-writer.

I want to know as well.
Can anyone give an example?

在 2014年1月31日星期五 UTC+8下午5:32:14,bk1…@gmail.com写道:

Attached is the code that I use to create a servlet which produces czml.

It is NOT going to run on your machines since it relies on back end data tables, etc, but if you trace through, you will see how you can create multiple czml entities.

The screenshot shows what gets displayed.

Hope it helps you and gives you ideas.

Brian

CZMLTracks.java (26.2 KB)

在 2015年10月23日星期五 UTC+8下午8:49:55,Brian Jamieson写道:

Attached is the code that I use to create a servlet which produces czml.

It is NOT going to run on your machines since it relies on back end data tables, etc, but if you trace through, you will see how you can create multiple czml entities.

The screenshot shows what gets displayed.

Hope it helps you and gives you ideas.

Brian

thanks