public class GeoEntityMoveParameter
extends com.supermap.data.InternalHandleDisposable
构造器和说明 |
---|
GeoEntityMoveParameter()
构造函数
|
GeoEntityMoveParameter(long time,
Point3Ds pntPath,
String strTargetUuid) |
限定符和类型 | 方法和说明 |
---|---|
void |
dispose()
释放对象
|
boolean |
getIsGenerateCurve()
获取点串路径模式是否模拟生成曲线路径。
|
String |
getOriginGeoEntityUuid()
获取起始地理实体Uuid。
|
Point3Ds |
getPath()
获取路径控制点串。
|
Point2Ds |
getPath2D()
获取路径控制点串。
|
LinkedHashMap<Double,Double> |
getRollAngle()
获取翻滚角集合(key = 时间,value = 角度)。
|
String |
getTargetGeoEntityUuid()
获取目标地理实体Uuid。
|
int |
getTime()
获取需要运动的时间(单位:秒)。
|
void |
setIsGenerateCurve(boolean bIsGenerateCurve)
设置点串路径模式是否模拟生成曲线路径。
|
void |
setOriginGeoEntityUuid(String strUuid)
设置起始地理实体Uuid。
|
void |
setPath(Point3Ds pnts)
设置路径控制点串。
|
void |
setPath2D(Point2Ds pnts)
设置路径比例控制点串。
|
void |
setRollAngle(LinkedHashMap<Double,Double> mapRollAngle)
设置翻滚角集合。
|
void |
setTargetGeoEntityUuid(String strUuid)
设置目标地理实体Uuid。
|
void |
setTime(int nTime)
设置需要运动的时间(单位:秒)。
|
public void dispose()
public void setTime(int nTime)
nTime
- 时间。public int getTime()
public void setPath(Point3Ds pnts)
pnts
- 路径控制点。public Point3Ds getPath()
public void setPath2D(Point2Ds pnts)
pnts
- 路径比例控制点。public Point2Ds getPath2D()
public void setTargetGeoEntityUuid(String strUuid)
strUuid
- 目标地理实体Uuid。public String getTargetGeoEntityUuid()
public void setOriginGeoEntityUuid(String strUuid)
strUuid
- 起始地理实体Uuid。public String getOriginGeoEntityUuid()
public void setRollAngle(LinkedHashMap<Double,Double> mapRollAngle)
mapRollAngle
- public LinkedHashMap<Double,Double> getRollAngle()
public void setIsGenerateCurve(boolean bIsGenerateCurve)
bIsGenerateCurve
- 是否模拟生成曲线路径public boolean getIsGenerateCurve()
Copyright © 2021–2024 SuperMap. All rights reserved.