Module com.esri.arcgisruntime
Enum Class GeoprocessingLinearUnit.Unit
java.lang.Object
java.lang.Enum<GeoprocessingLinearUnit.Unit>
com.esri.arcgisruntime.tasks.geoprocessing.GeoprocessingLinearUnit.Unit
- All Implemented Interfaces:
Serializable
,Comparable<GeoprocessingLinearUnit.Unit>
,Constable
- Enclosing class:
GeoprocessingLinearUnit
The list of geoprocessing linear unit types.
This defines the subset of linear units supported by
GeoprocessingLinearUnit
.- Since:
- 100.0.0
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionCentimeter.Decimeter.Kilometer.Meter.Millimeter.Typographical point (1/72").US nautical mile (pre-1954).US survey foot.US survey inch.US survey mile.US survey yard. -
Method Summary
Modifier and TypeMethodDescriptionstatic GeoprocessingLinearUnit.Unit
Returns the enum constant of this class with the specified name.static GeoprocessingLinearUnit.Unit[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
CENTIMETER
Centimeter.- Since:
- 100.0.0
-
DECIMETER
Decimeter.- Since:
- 100.0.0
-
KILOMETER
Kilometer.- Since:
- 100.0.0
-
METER
Meter.- Since:
- 100.0.0
-
MILLIMETER
Millimeter.- Since:
- 100.0.0
-
POINT
Typographical point (1/72").- Since:
- 100.0.0
-
US_NAUTICAL_MILE
US nautical mile (pre-1954).- Since:
- 100.0.0
-
US_SURVEY_FOOT
US survey foot.- Since:
- 100.0.0
-
US_SURVEY_INCH
US survey inch.- Since:
- 100.0.0
-
US_SURVEY_MILE
US survey mile.- Since:
- 100.0.0
-
US_SURVEY_YARD
US survey yard.- Since:
- 100.0.0
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-