public enum OutputVectorFormatEnum extends Enum<OutputVectorFormatEnum> implements com.geoway.adf.gis.basic.IEnum
| Enum Constant and Description |
|---|
Csv
csv文件
|
Dbf
Dbf文件
|
Excel
Excel文件
|
FileGDB
filegdb文件型空间库
|
GeoJSON
GeoJSON
|
GeoPackage
GeoPackage文件型空间库
|
GML
GML
|
KML
KML
|
MDB
access文件型数据库
|
Shapefile
shpfile
|
Unknown
未知类型
|
| Modifier and Type | Method and Description |
|---|---|
static OutputVectorFormatEnum |
getByValue(Integer value) |
int |
getValue() |
static OutputVectorFormatEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OutputVectorFormatEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OutputVectorFormatEnum Unknown
public static final OutputVectorFormatEnum GeoPackage
public static final OutputVectorFormatEnum FileGDB
public static final OutputVectorFormatEnum MDB
public static final OutputVectorFormatEnum Shapefile
public static final OutputVectorFormatEnum GeoJSON
public static final OutputVectorFormatEnum GML
public static final OutputVectorFormatEnum KML
public static final OutputVectorFormatEnum Excel
public static final OutputVectorFormatEnum Csv
public static final OutputVectorFormatEnum Dbf
public static OutputVectorFormatEnum[] values()
for (OutputVectorFormatEnum c : OutputVectorFormatEnum.values()) System.out.println(c);
public static OutputVectorFormatEnum 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 static OutputVectorFormatEnum getByValue(Integer value)
Copyright © 2025. All rights reserved.