public class Subtypes
extends com.supermap.data.InternalHandleDisposable
构造器和说明 |
---|
Subtypes()
构造一个Subtypes对象。
|
限定符和类型 | 方法和说明 |
---|---|
int |
add(Subtype subtype)
添加一个子类。
|
void |
dispose() |
Subtype |
get(int index)
获取具体第index个子类。
|
int |
getCount()
获取子类个数。
|
int |
getDefaultSubtype()
获取默认子类。
|
boolean |
remove(int index)
删除第index个子类。
|
boolean |
set(int index,
Subtype subtype)
设置第index个子类的信息。
|
void |
setDefaultSubtype(int index)
设置第index个子类为默认子类。
|
public void dispose()
public int getCount()
public int add(Subtype subtype)
subtype
- 子类对象。public boolean set(int index, Subtype subtype)
index
- 索引值。subtype
- 新的子类。public boolean remove(int index)
index
- 索引值。public void setDefaultSubtype(int index)
index
- 索引值。public int getDefaultSubtype()
Copyright © 2021–2024 SuperMap. All rights reserved.