com.supermap.analyst.spatialanalyst
类 EdgeMatchMode
- java.lang.Object
-
- com.supermap.data.Enum
-
- com.supermap.analyst.spatialanalyst.EdgeMatchMode
-
public class EdgeMatchMode extends Enum
该枚举定义了图幅接边的方式常量。
-
-
字段概要
字段 限定符和类型 字段和说明 static EdgeMatchMode
THEINTERSECTION
在交点位置接边。static EdgeMatchMode
THEMIDPOINT
在中点位置接边。static EdgeMatchMode
THEOTHEREDGE
向一边接边。
-
-
-
字段详细资料
-
THEOTHEREDGE
public static final EdgeMatchMode THEOTHEREDGE
向一边接边。接边连接点为接边目标数据集中发生接边关联的记录的端点,源数据集中接边关联到的记录的端点将移动到该连接点。
-
THEMIDPOINT
public static final EdgeMatchMode THEMIDPOINT
在中点位置接边。接边连接点为接边目标数据集和源数据集中发生接边关联记录端点的中点,源和目标数据集中发生接边关联的记录的端点将移动到该连接点。
-
THEINTERSECTION
public static final EdgeMatchMode THEINTERSECTION
在交点位置接边。接边连接点为接边目标数据集和源数据集中发生接边关联记录端点的连线和接边线的交点,源和目标数据集中发生接边关联的记录的端点将移动到该连接点。
-
-
Copyright © 2021–2024 SuperMap. All rights reserved.