public class AnimationWayBase extends AnimationGO
限定符和类型 | 方法和说明 |
---|---|
boolean |
addPathPt(Point3D vecPath)
添加路径点
|
boolean |
addPathPts(Point3Ds pts3D)
添加路径点
|
Point3Ds |
getAllPathPt()
获取所有路径点
|
Point3Ds |
getFittingPoints(boolean b3D)
获取路径拟合点
|
int |
getPathPtCount()
获取路径点的总数
|
boolean |
getPathTrackDir()
获取动画对象是否沿路径的切线方向
|
Color |
getTrackLineColor()
获取跟踪线的颜色
|
double |
getTrackLineWidth()
获取路径跟踪线的宽度
|
boolean |
insertPathPt(int index,
Point3D vecPath)
插入路径点
|
boolean |
isShowPathTrack()
获取是否显示跟踪线
|
void |
removeAllPathPt()
移除所有的路径点
|
boolean |
removePathPtAt(int index)
移除指定索引位置的路径点
|
void |
setMapControl(MapControl pMapControl)
设置二维地图控件对象
|
boolean |
setPath(GeoGraphicObject geoGraphicObject)
设置路径动画路径线对象
|
boolean |
setPathPt(int index,
Point3D vecPath)
设置路径点
|
void |
setPathTrackDir(boolean bPathTrack)
设置动画对象是否沿路径的切线方向
|
void |
setSceneControl(SceneControl pSceneControl)
设置三维场景控件对象
|
void |
setTrackLineColor(Color nColor)
设置跟踪线的颜色
|
void |
setTrackLineWidth(Double width)
设置路径跟踪线的宽度
|
void |
showPath(boolean bShowPathTrack)
显示三维动画路径线
|
void |
showPathTrack(boolean bShowPathTrack)
设置是否显示跟踪线
|
dispose, getAnimation2DGeometry, getAnimation3DGeometry, getAnimationType, getCaption, getComplete, getDuration, getGeometryUuID, getName, getPlayType, getStartTime, setCaption, setDuration, setPlayType, setStartTime
public boolean addPathPt(Point3D vecPath)
vecPath
- 路径点public boolean addPathPts(Point3Ds pts3D)
pts3D
- 路径点串public boolean insertPathPt(int index, Point3D vecPath)
index
- 索引vecPath
- 路径点public boolean setPathPt(int index, Point3D vecPath)
index
- 索引vecPath
- 路径点public boolean removePathPtAt(int index)
index
- 索引public int getPathPtCount()
public void removeAllPathPt()
public void showPathTrack(boolean bShowPathTrack)
bShowPathTrack
- 是否显示跟踪线public void showPath(boolean bShowPathTrack)
public boolean isShowPathTrack()
public void setPathTrackDir(boolean bPathTrack)
bPathTrack
- 是否沿切线方向public boolean getPathTrackDir()
public void setTrackLineWidth(Double width)
width
- 跟踪线的宽度public double getTrackLineWidth()
public void setTrackLineColor(Color nColor)
nColor
- 跟踪线的颜色public Color getTrackLineColor()
public Point3Ds getAllPathPt()
public Point3Ds getFittingPoints(boolean b3D)
public boolean setPath(GeoGraphicObject geoGraphicObject)
geoGraphicObject
- 线标号对象public void setMapControl(MapControl pMapControl)
pMapControl
- 二维地图控件public void setSceneControl(SceneControl pSceneControl)
pSceneControl
- 三维场景控件Copyright © 2021–2024 SuperMap. All rights reserved.