public enum GeoDatasetType extends Enum<GeoDatasetType> implements com.geoway.adf.gis.basic.IEnum
| Enum Constant and Description |
|---|
FeatureClass
要素类
|
FeatureDataset
要素数据集
|
GroupDataset
分组数据集
|
MosaicDataset
镶嵌数据集
|
Table
表格
|
TableView
表格视图
|
Unknown
未知类型
|
| Modifier and Type | Method and Description |
|---|---|
static GeoDatasetType |
getByValue(Integer type) |
String |
getDesc() |
int |
getValue() |
static GeoDatasetType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GeoDatasetType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GeoDatasetType Unknown
public static final GeoDatasetType GroupDataset
public static final GeoDatasetType FeatureDataset
public static final GeoDatasetType FeatureClass
public static final GeoDatasetType MosaicDataset
public static final GeoDatasetType Table
public static final GeoDatasetType TableView
public static GeoDatasetType[] values()
for (GeoDatasetType c : GeoDatasetType.values()) System.out.println(c);
public static GeoDatasetType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic int getValue()
getValue in interface com.geoway.adf.gis.basic.IEnumpublic String getDesc()
getDesc in interface com.geoway.adf.gis.basic.IEnumpublic static GeoDatasetType getByValue(Integer type)
Copyright © 2025. All rights reserved.