public class ImagePairingRegexInfos extends Object
限定符和类型 | 方法和说明 |
---|---|
boolean |
addRegexInfo(ImagePairingRegexInfo imagePairingRegexInfo)
增加影像名称配对规则
|
void |
clear()
清除当前影像名称配对规则集合内的所有元素。
|
ImagePairingRegexInfo[] |
getAllRegexInfo()
获取所有影像名称配对规则
|
ImagePairingRegexInfo |
getRegexInfo(int index)
获取影像名称配对规则
|
ImagePairingRegexInfo |
removeRegexInfo(int index)
从当前影像名称配对规则集合中删除指定索引的影像名称配对规则
|
public ImagePairingRegexInfo[] getAllRegexInfo()
public boolean addRegexInfo(ImagePairingRegexInfo imagePairingRegexInfo)
imagePairingRegexInfo
- 影像名称配对规则public ImagePairingRegexInfo getRegexInfo(int index)
index
- 索引public ImagePairingRegexInfo removeRegexInfo(int index)
index
- 索引public void clear()
Copyright © 2021–2024 SuperMap. All rights reserved.