自畫圖層指令參數。

interface CommandParameter {
    addCustomBarEntity: AddBarEntityCommandParameter;
    addCustomClusterEntity: AddClusterEntityCommandParameter;
    addCustomConeEntity: AddConeEntityCommandParameter;
    addCustomGLTFEntity: AddGLTFEntityCommandParameter;
    addCustomGroundPolylineEntity: AddGroundPolylineEntityCommandParameter;
    addCustomHoleEntity: AddHoleEntityCommandParameter;
    addCustomManholeEntity: AddManholeEntityCommandParameter;
    addCustomPipelineEntity: AddPipelineEntityCommandParameter;
    addCustomPointEntity: ov.CustomLayer.AddPointEntityCommandParameter;
    addCustomPolygonPrismEntity: AddPolygonPrismEntityCommandParameter;
    addCustomPolylineEntity: ov.CustomLayer.AddPolylineEntityCommandParameter;
    addCustomProjectorEntity: AddProjectorEntityCommandParameter;
    addCustomPushpinEntity: AddPushpinEntityCommandParameter;
    addCustomSphereEntity: AddSphereEntityCommandParameter;
    addCustomSurfaceCircleEntity: AddSurfaceCircleEntityCommandParameter;
    addCustomSurfacePolygonSetEntity: AddSurfacePolygonSetEntityCommandParameter;
    addCustomSurfacePolylineEntity: AddSurfacePolylineEntityCommandParameter;
    addCustomTextEntity: ov.CustomLayer.AddTextEntityCommandParameter;
    addCustomTriangleSetEntity: AddTriangleSetEntityCommandParameter;
    removeCustomEntity: RemoveCustomEntityCommandParameter;
    updateCustomEntity: ov.CustomLayer.UpdateByCommandParameter;
}

Properties

addCustomBarEntity: AddBarEntityCommandParameter

產生自畫正多邊形柱體圖素。

addCustomClusterEntity: AddClusterEntityCommandParameter

產生自畫群集圖素。

addCustomConeEntity: AddConeEntityCommandParameter

產生自畫圓錐圖素。

addCustomGLTFEntity: AddGLTFEntityCommandParameter

產生自畫GLTF圖素。

addCustomGroundPolylineEntity: AddGroundPolylineEntityCommandParameter

產生自畫地表聚合線圖素。

addCustomHoleEntity: AddHoleEntityCommandParameter

產生自畫洞圖素。

addCustomManholeEntity: AddManholeEntityCommandParameter

產生自畫人手孔圖素。

addCustomPipelineEntity: AddPipelineEntityCommandParameter

產生自畫管線圖素。

產生自畫點圖素。

addCustomPolygonPrismEntity: AddPolygonPrismEntityCommandParameter

產生自畫多邊形柱體圖素。

產生自畫聚合線圖素。

addCustomProjectorEntity: AddProjectorEntityCommandParameter

產生自畫Projector攝影機圖素。

addCustomPushpinEntity: AddPushpinEntityCommandParameter

產生自畫圖釘圖素。

addCustomSphereEntity: AddSphereEntityCommandParameter

產生自畫球體圖素。

addCustomSurfaceCircleEntity: AddSurfaceCircleEntityCommandParameter

產生自畫表面圓圖素。

addCustomSurfacePolygonSetEntity: AddSurfacePolygonSetEntityCommandParameter

產生自畫表面多邊形圖素。

addCustomSurfacePolylineEntity: AddSurfacePolylineEntityCommandParameter

產生自畫表面聚合線圖素。

產生自畫文字圖素。

addCustomTriangleSetEntity: AddTriangleSetEntityCommandParameter

產生自畫三角網格圖素。

移除自畫圖素

更新自畫圖素

Generated using TypeDoc