构造函数
-
new Conversion(properties)
-
参数:properties Objectoptional
所有可传入构造函数的属性,请参见属性列表。
示例代码:const ccWidget = new CoordinateConversion({ view: view }); const newFormat = new Format({ // add new conversion format here }); // add our new format to the widget's dropdown ccWidget.formats.add(newFormat); const newConversion = new Conversion({ format: newFormat }); // add the custom format to the top of the widget's display ccWidget.conversions.splice(0, newConversion);
属性列表
可以设置、检索或监听的属性。参见 使用属性。
属性 | 类型 | 描述 | 类 | |
---|---|---|---|---|
String | 更多信息 类名。 | 更多信息 | Accessor | |
String | 更多信息 | 更多信息 | Conversion | |
Format | 更多信息 此转换的格式。 | 更多信息 | Conversion | |
Position | 更多信息 position 属性包含此转换的位置信息。 | 更多信息 | Conversion |
属性详细说明
-
类名。类的名称声明格式为
geoscene.folder.className
。
-
displayCoordinate Stringreadonly
-
-
position Position
-
position 属性包含此转换的位置信息。