public class RecordRotatedEvent extends EventObject
构造器和说明 |
---|
RecordRotatedEvent(Object source,
RelationshipSetting relationshipSetting,
Geometry objectRotated,
Geometry originPoint,
double angle)
构造函数
|
限定符和类型 | 方法和说明 |
---|---|
double |
getAngle()
获取旋转角度
|
Geometry |
getGeometry()
获取修改后空间对象
|
Geometry |
getOriginPoint()
获取旋转中心点
|
RelationshipSetting |
getRelationshipSetting()
获取关系类参数
|
getSource, toString
public RecordRotatedEvent(Object source, RelationshipSetting relationshipSetting, Geometry objectRotated, Geometry originPoint, double angle)
source
- 源空间对象relationshipSetting
- 关系类参数objectRotated
- 修改后空间对象originPoint
- 旋转中心点angle
- 旋转角度public RelationshipSetting getRelationshipSetting()
public Geometry getGeometry()
public Geometry getOriginPoint()
public double getAngle()
Copyright © 2021–2024 SuperMap. All rights reserved.