public enum FeatureType extends Enum<FeatureType> implements com.geoway.adf.gis.basic.IEnum
| Enum Constant and Description |
|---|
Annotation
注记
|
Mixed
复合类型
|
Point
点
|
Polygon
面
|
Polyline
线
|
Unknown
未知类型
|
| Modifier and Type | Method and Description |
|---|---|
static FeatureType |
getByGeometryType(com.geoway.adf.gis.basic.geometry.GeometryType geometryType) |
static FeatureType |
getByValue(Integer value) |
int |
getValue() |
static FeatureType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FeatureType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FeatureType Unknown
public static final FeatureType Point
public static final FeatureType Polyline
public static final FeatureType Polygon
public static final FeatureType Annotation
public static final FeatureType Mixed
public static FeatureType[] values()
for (FeatureType c : FeatureType.values()) System.out.println(c);
public static FeatureType 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 FeatureType getByValue(Integer value)
public static FeatureType getByGeometryType(com.geoway.adf.gis.basic.geometry.GeometryType geometryType)
Copyright © 2025. All rights reserved.