public class RelationshipRules
extends com.supermap.data.InternalHandleDisposable
构造器和说明 |
---|
RelationshipRules()
构造函数。
|
限定符和类型 | 方法和说明 |
---|---|
int |
add(RelationshipRule relationshipRule)
添加一条规则。
|
void |
dispose()
释放 RelationshipRules 对象。
|
RelationshipRule |
get(int index)
获取具体规则。
|
int |
getCount()
获取具体规则总数。
|
boolean |
remove(int index)
删除一条规则。
|
boolean |
set(int index,
RelationshipRule relationshipRule)
修改具体规则。
|
public void dispose()
public int getCount()
public RelationshipRule get(int index)
index
- 规则索引。public int add(RelationshipRule relationshipRule)
relationshipRule
- 关系类规则。public boolean set(int index, RelationshipRule relationshipRule)
index
- 规则的索引。relationshipRule
- 修改后的规则。public boolean remove(int index)
index
- 规则的索引。Copyright © 2021–2024 SuperMap. All rights reserved.