图形点, 只带颜色和大小的小圆点
    
    
    
    
    
    
        
| Name | Type | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| options | Object | options对象有下面这些属性: 
 | 
- Implements:
Example:
//定义icon
var point = new YS.Point({
              id: 'point',
              position: {
                  x: 114,
                  y: 30,
                  z: 500
              },
              pixelSize: 50,
              name: '这里有point',
              color: new YS.Color(0, 0, 1, 1),
          });Members
- 
    color : Color
- 
    
    获取或设置圆点的颜色- 
    
    
    
    
    
    
    
    
    
    
    
    
    
    Default Value:
    
 {r:1,g:1,b:1,a:1}
- 
    fontColor : Color
- 
    
    获取或设置字体颜色- 
    
    
    
    
    
    
    
    
    
    
    
    
    
    Default Value:
    
 Color.Black
- 
    
    获取或设置字体大小- 
    
    
    
    
    
    
    
    
    
    
    
    
    
    Default Value:
    
 14
- 
    heightReference : HeightReference
- 
    
    获取或设置圆点相对于地形的位置- 
    
    
    
    
    
    
    
    
    
    
    
    
    
    Default Value:
    
 HeightReference.NONE
- 
    
    获取圆点的id- Implements:
- Default Value:
 GUID
- 
    labelOffset : XY
- 
    
    文字的偏移量
- 
    
    获取或设置圆点显示的最大视角高度
- 
    
    获取或设置圆点显示的最小视角高度
- 
    
    获取或设置圆点的名称- Implements:
 
- 
    
    获取或设置名称是否一直可见,默认为false,鼠标移动到名称上时可见- 
    
    
    
    
    
    
    
    
    
    
    
    
    
    Default Value:
    
 false
- 
    outlineColor : Color
- 
    
    获取或设置圆点的边框颜色- 
    
    
    
    
    
    
    
    
    
    
    
    
    
    Default Value:
    
 {r:0,g:0,b:0,a:1}
- 
    
    获取或设置圆点的边框大小- 
    
    
    
    
    
    
    
    
    
    
    
    
    
    Default Value:
    
 0
- 
    
    获取或设置圆点的大小- 
    
    
    
    
    
    
    
    
    
    
    
    
    
    Default Value:
    
 1
- 
    position : XYZ
- 
    
    获取或设置圆点的位置
- 
    textHorizontalOrigin : HorizontalOrigin
- 
    
    文字中心点相对文字的水平位置- 
    
    
    
    
    
    
    
    
    
    
    
    
    
    Default Value:
    
 HorizontalOrigin.CENTER
- 
    textVerticalOrigin : VerticalOrigin
- 
    
    文字中心点相对文字的竖直- 
    
    
    
    
    
    
    
    
    
    
    
    
    
    Default Value:
    
 VerticalOrigin.CENTER
- 
    
    获取或设置圆点的显示或隐藏- Implements:
- Default Value:
 true
Events
- 
    
    圆点点击事件- Implements:
 
- 
    
    鼠标覆盖事件- Implements:
 
- 
    
    鼠标移出事件- Implements:
 
