com.supermap.maritime.editor.topology.entity
类 S100Rectangle
- java.lang.Object
-
- com.supermap.maritime.editor.topology.entity.S100Rectangle
-
- 所有已实现的接口:
- Serializable
public class S100Rectangle extends Object implements Serializable
- 另请参阅:
- 序列化表格
-
-
字段概要
字段 限定符和类型 字段和说明 S100Coordinate2m_maxS100Coordinate2m_min
-
构造器概要
构造器 构造器和说明 S100Rectangle(S100Coordinate2 min, S100Coordinate2 max)
-
方法概要
所有方法 静态方法 具体方法 限定符和类型 方法和说明 static S100RectanglefromPoints(LinkedList<S100Coordinate2> points)static S100Rectangleintersection(S100Rectangle rect1, S100Rectangle rect2)
-
-
-
字段详细资料
-
m_min
public S100Coordinate2 m_min
-
m_max
public S100Coordinate2 m_max
-
-
构造器详细资料
-
S100Rectangle
public S100Rectangle(S100Coordinate2 min, S100Coordinate2 max)
-
-
方法详细资料
-
fromPoints
public static S100Rectangle fromPoints(LinkedList<S100Coordinate2> points)
-
intersection
public static S100Rectangle intersection(S100Rectangle rect1, S100Rectangle rect2)
-
-
Copyright © 2021–2025 SuperMap. All rights reserved.