com.supermap.data
类 RecordMovedEvent
- java.lang.Object
-
- java.util.EventObject
-
- com.supermap.data.RecordMovedEvent
-
- 所有已实现的接口:
- Serializable
public class RecordMovedEvent extends EventObject
记录集对象移动事件参数- 从以下版本开始:
- SuperMap iObjects Java 11.2.0
- 另请参阅:
- 序列化表格
-
-
构造器概要
构造器 构造器和说明 RecordMovedEvent(Object source, RelationshipSetting relationshipSetting, Geometry objectMoved, Geometry moveVector)
构造函数
-
方法概要
所有方法 实例方法 具体方法 限定符和类型 方法和说明 Geometry
getGeometry()
获取修改后空间对象Geometry
getMoveVector()
获取移动参数RelationshipSetting
getRelationshipSetting()
获取关系类参数-
从类继承的方法 java.util.EventObject
getSource, toString
-
-
-
-
构造器详细资料
-
RecordMovedEvent
public RecordMovedEvent(Object source, RelationshipSetting relationshipSetting, Geometry objectMoved, Geometry moveVector)
构造函数- 参数:
source
- 源空间对象relationshipSetting
- 关系类参数objectMoved
- 修改后空间对象moveVector
- 移动参数- 从以下版本开始:
- SuperMap iObjects Java 11.2.0
-
-
方法详细资料
-
getRelationshipSetting
public RelationshipSetting getRelationshipSetting()
获取关系类参数- 返回:
- 关系类参数
- 从以下版本开始:
- SuperMap iObjects Java 11.2.0
-
getGeometry
public Geometry getGeometry()
获取修改后空间对象- 返回:
- 修改后空间对象
- 从以下版本开始:
- SuperMap iObjects Java 11.2.0
-
getMoveVector
public Geometry getMoveVector()
获取移动参数- 返回:
- 移动参数
- 从以下版本开始:
- SuperMap iObjects Java 11.2.0
-
-
Copyright © 2021–2024 SuperMap. All rights reserved.