public enum AtlasDatasetFormatEnum extends Enum<AtlasDatasetFormatEnum> implements com.geoway.adf.gis.basic.IEnum
| Enum Constant and Description |
|---|
Filegdb
filegdb
|
Geojson
geojson
|
GeoPackage
GeoPackage文件型空间库
|
GwVector
gw-vector
|
Jdbc
Jdbc
|
Shapefile
shapefile
|
Unknown
未知类型
|
| Modifier and Type | Method and Description |
|---|---|
static AtlasDatasetFormatEnum |
getByValue(Integer value) |
String |
getDesc() |
int |
getValue() |
static AtlasDatasetFormatEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AtlasDatasetFormatEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AtlasDatasetFormatEnum Unknown
public static final AtlasDatasetFormatEnum Shapefile
public static final AtlasDatasetFormatEnum Filegdb
public static final AtlasDatasetFormatEnum GwVector
public static final AtlasDatasetFormatEnum Geojson
public static final AtlasDatasetFormatEnum GeoPackage
public static final AtlasDatasetFormatEnum Jdbc
public static AtlasDatasetFormatEnum[] values()
for (AtlasDatasetFormatEnum c : AtlasDatasetFormatEnum.values()) System.out.println(c);
public static AtlasDatasetFormatEnum 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 AtlasDatasetFormatEnum getByValue(Integer value)
Copyright © 2025. All rights reserved.