Package com.esri.core.geometry
Enum OperatorImportFromGeoJsonLocal.GeoJsonType
- java.lang.Object
-
- java.lang.Enum<OperatorImportFromGeoJsonLocal.GeoJsonType>
-
- com.esri.core.geometry.OperatorImportFromGeoJsonLocal.GeoJsonType
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable<OperatorImportFromGeoJsonLocal.GeoJsonType>
- Enclosing class:
- OperatorImportFromGeoJsonLocal
static enum OperatorImportFromGeoJsonLocal.GeoJsonType extends java.lang.Enum<OperatorImportFromGeoJsonLocal.GeoJsonType>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description GeometryCollection
LineString
MultiLineString
MultiPoint
MultiPolygon
Point
Polygon
-
Constructor Summary
Constructors Modifier Constructor Description private
GeoJsonType()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) static OperatorImportFromGeoJsonLocal.GeoJsonType
fromGeoJsonValue(int v)
int
geogsjonvalue()
static OperatorImportFromGeoJsonLocal.GeoJsonType
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static OperatorImportFromGeoJsonLocal.GeoJsonType[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
Point
public static final OperatorImportFromGeoJsonLocal.GeoJsonType Point
-
LineString
public static final OperatorImportFromGeoJsonLocal.GeoJsonType LineString
-
Polygon
public static final OperatorImportFromGeoJsonLocal.GeoJsonType Polygon
-
MultiPoint
public static final OperatorImportFromGeoJsonLocal.GeoJsonType MultiPoint
-
MultiLineString
public static final OperatorImportFromGeoJsonLocal.GeoJsonType MultiLineString
-
MultiPolygon
public static final OperatorImportFromGeoJsonLocal.GeoJsonType MultiPolygon
-
GeometryCollection
public static final OperatorImportFromGeoJsonLocal.GeoJsonType GeometryCollection
-
-
Method Detail
-
values
public static OperatorImportFromGeoJsonLocal.GeoJsonType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (OperatorImportFromGeoJsonLocal.GeoJsonType c : OperatorImportFromGeoJsonLocal.GeoJsonType.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static OperatorImportFromGeoJsonLocal.GeoJsonType valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null
-
fromGeoJsonValue
static OperatorImportFromGeoJsonLocal.GeoJsonType fromGeoJsonValue(int v)
-
geogsjonvalue
public int geogsjonvalue()
-
-