简体   繁体   English

CZML 的 heightReference 属性

[英]heightReference property for CZML

Can the heightReference property be used in CZML for clamping polygon to ground?可以在heightReference中使用heightReference属性将多边形夹紧到地面吗?

Line no 56 below and here uses it for entities in Cesium.下面的第 56 行和这里将它用于 Cesium 中的实体。

heightReference : Cesium.HeightReference.CLAMP_TO_GROUND

Yes, it's just:是的,它只是:

    "heightReference" : "CLAMP_TO_GROUND"

The property is available on point , billboard , and label graphics in CZML.该属性可用于 CZML 中的pointbillboardlabel图形。 If you're using multiples of those on the same entity, you should set this value for each.如果您在同一实体上使用多个这些,则应为每个设置此值。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM