com.supermap.image.processing
类 ImagePairingRegexInfos
- java.lang.Object
-
- com.supermap.image.processing.ImagePairingRegexInfos
-
public class ImagePairingRegexInfos extends Object
影像名称配对规则集合类
-
-
方法概要
所有方法 实例方法 具体方法 限定符和类型 方法和说明 boolean
addRegexInfo(ImagePairingRegexInfo imagePairingRegexInfo)
增加影像名称配对规则void
clear()
清除当前影像名称配对规则集合内的所有元素。ImagePairingRegexInfo[]
getAllRegexInfo()
获取所有影像名称配对规则ImagePairingRegexInfo
getRegexInfo(int index)
获取影像名称配对规则ImagePairingRegexInfo
removeRegexInfo(int index)
从当前影像名称配对规则集合中删除指定索引的影像名称配对规则
-
-
-
方法详细资料
-
getAllRegexInfo
public ImagePairingRegexInfo[] getAllRegexInfo()
获取所有影像名称配对规则- 返回:
-
addRegexInfo
public boolean addRegexInfo(ImagePairingRegexInfo imagePairingRegexInfo)
增加影像名称配对规则- 参数:
imagePairingRegexInfo
- 影像名称配对规则- 返回:
- 增加是否成功。成功返回true,失败返回false。
-
getRegexInfo
public ImagePairingRegexInfo getRegexInfo(int index)
获取影像名称配对规则- 参数:
index
- 索引- 返回:
- 获取影像名称配对规则
-
removeRegexInfo
public ImagePairingRegexInfo removeRegexInfo(int index)
从当前影像名称配对规则集合中删除指定索引的影像名称配对规则- 参数:
index
- 索引- 返回:
- 删除的影像名称配对规则
-
clear
public void clear()
清除当前影像名称配对规则集合内的所有元素。
-
-
Copyright © 2021–2024 SuperMap. All rights reserved.