实体类
Name | Type | Description |
---|---|---|
geoGraphicObject |
GeoGraphicObject | 实体关联的标绘对象 |
Methods
-
添加特效
Name Type Description geoEntityEffect
GeoEntityEffect 特效 Returns:
是否添加成功 -
清空特效
-
clone(geoGraphicObject) → GeoEntity
-
拷贝实体属性值,拷贝特效同时添加到场景(不包含链路)
Name Type Description geoGraphicObject
GeoGraphicObject Returns:
拷贝的新对象 -
释放资源,删除特效
-
从json字符串初始化实体对象
Name Type Description strJson
String json字符串 -
getGeoEntityEffects() → Array.<GeoEntityEffect>
-
获取所有特效
Returns:
所有特效列表 -
getGeoEntityParameter() → GeoEntityParameter
-
获取实体参数对象
Returns:
实体参数对象 -
获取实体名称
Returns:
实体名称 -
获取实体唯一标识
Returns:
实体唯一标识 -
移除特效
Name Type Description geoEntityEffectUUID
String 移除的特效唯一标识 Returns:
是否移除成功 -
设置实体参数
Name Type Description geoEntityParameter
GeoEntityParameter 实体参数对象 -
设置实体名称
Name Type Description name
String 实体名称 -
设置实体唯一标识
Name Type Description strUUID
String 实体唯一标识 -
转换成json字符串
Returns:
json字符串 -
修改特效属性
Name Type Description geoEntityEffect
GeoEntityEffect 修改后的特效