SuperMap.Plot.GOAnimationWay

动态标绘路径动画类。

Inherits From

Summary
SuperMap.Plot.GOAnimationWay 动态标绘路径动画类。
Properties
currentPt {SuperMap.Geometry.Point} 路径动画当前位置点。
pathColor {String} 路径线色。
pathWidth {Float} 路径线宽。
showPath {Boolean} 是否显示路径。
tangentDirection {Boolean} 是否沿切线方向。
Constructor
SuperMap.Plot.GOAnimationWay 构建一个路径动画类。
Functions
destroy 销毁对象,释放资源。
getCurrentPt 获取路径动画当前位置
getGOAnimationType 获取动画类型
getPathColor 获取路径线颜色
getPathType 获取路径线类型
getPathWidth 获取路径线宽度
getWayPoints 获取路径动画点数组
setPathColor 设置路径线颜色
setPathType 设置路径线类型
setPathWidth 设置路径线宽度
setShowPath 设置是否显示动画路径
setWayPoints 设置路径动画点数组

Properties

showPath

{Boolean} 是否显示路径。

tangentDirection

{Boolean} 是否沿切线方向。

pathWidth

{Float} 路径线宽。

pathColor

{String} 路径线色。

currentPt

{SuperMap.Geometry.Point} 路径动画当前位置点。

Constructor

SuperMap.Plot.GOAnimationWay

构建一个路径动画类。

Functions

destroy

destroy: function()

销毁对象,释放资源。

getGOAnimationType

getGOAnimationType : function()

获取动画类型

Returns

{SuperMap.Plot.GOAnimationType} 动画类型

setShowPath

setShowPath:function( value )

设置是否显示动画路径

Parameters

value {Boolean} 是否显示路径

setWayPoints

setWayPoints: function( pts )

设置路径动画点数组

Parameters

pts {Array(SuperMap.Geometry.Point)} 路径点数组

getWayPoints

getWayPoints: function()

获取路径动画点数组

Returns

{Array(SuperMap.Geometry.Point)} 路径点数组

getCurrentPt

getCurrentPt: function()

获取路径动画当前位置

Returns

{Array(SuperMap.Geometry.Point)} 路径点数组

setPathColor

setPathColor: function( color )

设置路径线颜色

Parameters

color {String} 路径线颜色

getPathColor

getPathColor: function()

获取路径线颜色

Returns

{String} 路径线颜色

setPathWidth

setPathWidth: function( width )

设置路径线宽度

Parameters

width {Float} 路径线宽度

getPathWidth

getPathWidth: function()

获取路径线宽度

Returns

{Float} 路径线宽度

setPathType

setPathType: function( pathType )

设置路径线类型

Parameters

pathType {SuperMap.Plot.WayPathType} 路径线类型

getPathType

getPathType: function()

获取路径线类型

Returns

{Float} 路径线类型

点几何对象类。
destroy: function()
销毁对象,释放资源。
getGOAnimationType : function()
获取动画类型
setShowPath:function( value )
设置是否显示动画路径
setWayPoints: function( pts )
设置路径动画点数组
getWayPoints: function()
获取路径动画点数组
getCurrentPt: function()
获取路径动画当前位置
setPathColor: function( color )
设置路径线颜色
getPathColor: function()
获取路径线颜色
setPathWidth: function( width )
设置路径线宽度
getPathWidth: function()
获取路径线宽度
setPathType: function( pathType )
设置路径线类型
getPathType: function()
获取路径线类型
动态标绘动画基类。
动态标绘中用到的动画类型。
路径动画的路径类型。
Close