com.supermap.data.processing
类 S3MLayerAggregatorMode
- java.lang.Object
-
- com.supermap.data.Enum
-
- com.supermap.data.processing.S3MLayerAggregatorMode
-
public final class S3MLayerAggregatorMode extends Enum
聚合图层模式- 从以下版本开始:
- 11.3.0。
-
-
字段概要
字段 限定符和类型 字段和说明 static S3MLayerAggregatorMode
APPEND
追加模式 该模式会读取原始图层,并且将他们聚合到已有的图层里面去static S3MLayerAggregatorMode
COMBINE
合并模式 该模式会读取原始图层,并且将他们聚合成新的图层,如果设置的输出文件已经存在,则会将其覆盖
-
-
-
字段详细资料
-
COMBINE
public static final S3MLayerAggregatorMode COMBINE
合并模式 该模式会读取原始图层,并且将他们聚合成新的图层,如果设置的输出文件已经存在,则会将其覆盖- 从以下版本开始:
- 11.3.0。
-
APPEND
public static final S3MLayerAggregatorMode APPEND
追加模式 该模式会读取原始图层,并且将他们聚合到已有的图层里面去- 从以下版本开始:
- 11.3.0。
-
-
Copyright © 2021–2024 SuperMap. All rights reserved.