public static enum ArcGISWorkspace.ArcGISGeometryType extends Enum<ArcGISWorkspace.ArcGISGeometryType>
Enum Constant and Description |
---|
MULTIPOINT |
NONE |
POINT |
POLYGON |
POLYLINE |
UNKNOWN |
Modifier and Type | Method and Description |
---|---|
String |
stereotypeValue() |
static ArcGISWorkspace.ArcGISGeometryType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ArcGISWorkspace.ArcGISGeometryType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ArcGISWorkspace.ArcGISGeometryType POINT
public static final ArcGISWorkspace.ArcGISGeometryType MULTIPOINT
public static final ArcGISWorkspace.ArcGISGeometryType POLYLINE
public static final ArcGISWorkspace.ArcGISGeometryType POLYGON
public static final ArcGISWorkspace.ArcGISGeometryType UNKNOWN
public static final ArcGISWorkspace.ArcGISGeometryType NONE
public static ArcGISWorkspace.ArcGISGeometryType[] values()
for (ArcGISWorkspace.ArcGISGeometryType c : ArcGISWorkspace.ArcGISGeometryType.values()) System.out.println(c);
public static ArcGISWorkspace.ArcGISGeometryType 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 String stereotypeValue()
Copyright © 2018. All rights reserved.