public static enum GeometryService.UnitType extends java.lang.Enum<GeometryService.UnitType>
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getValue() |
static GeometryService.UnitType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GeometryService.UnitType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GeometryService.UnitType NOT_SET
public static final GeometryService.UnitType UNIT_150KILOMETER_LENGTH
public static final GeometryService.UnitType UNIT_50KILOMETER_LENGTH
public static final GeometryService.UnitType UNIT_ACRES
public static final GeometryService.UnitType UNIT_ARCMINUTE
public static final GeometryService.UnitType UNIT_ARCMINUTE_CENTESIMAL
public static final GeometryService.UnitType UNIT_ARCSECOND
public static final GeometryService.UnitType UNIT_ARCSECOND_CENTESIMAL
public static final GeometryService.UnitType UNIT_ARES
public static final GeometryService.UnitType UNIT_BENOIT_1895A_CHAIN
public static final GeometryService.UnitType UNIT_BENOIT_1895A_FOOT
public static final GeometryService.UnitType UNIT_BENOIT_1895A_LINK
public static final GeometryService.UnitType UNIT_BENOIT_1895A_YARD
public static final GeometryService.UnitType UNIT_BENOIT_1895B_CHAIN
public static final GeometryService.UnitType UNIT_BENOIT_1895B_FOOT
public static final GeometryService.UnitType UNIT_BENOIT_1895B_LINK
public static final GeometryService.UnitType UNIT_BENOIT_1895B_YARD
public static final GeometryService.UnitType UNIT_BRITISH_1936_FOOT
public static final GeometryService.UnitType UNIT_CENTIMETER
public static final GeometryService.UnitType UNIT_CLARKE_CHAIN
public static final GeometryService.UnitType UNIT_CLARKE_FOOT
public static final GeometryService.UnitType UNIT_CLARKE_LINK
public static final GeometryService.UnitType UNIT_CLARKE_YARD
public static final GeometryService.UnitType UNIT_DECIMETER
public static final GeometryService.UnitType UNIT_DEGREE
public static final GeometryService.UnitType UNIT_FATHOM
public static final GeometryService.UnitType UNIT_FOOT
public static final GeometryService.UnitType UNIT_FOOT_1865
public static final GeometryService.UnitType UNIT_GERMAN_METER
public static final GeometryService.UnitType UNIT_GOLDCOAST_FOOT
public static final GeometryService.UnitType UNIT_GON
public static final GeometryService.UnitType UNIT_GRAD
public static final GeometryService.UnitType UNIT_HECTARES
public static final GeometryService.UnitType UNIT_INDIAN_1937_FOOT
public static final GeometryService.UnitType UNIT_INDIAN_1937_YARD
public static final GeometryService.UnitType UNIT_INDIAN_1962_FOOT
public static final GeometryService.UnitType UNIT_INDIAN_1962_YARD
public static final GeometryService.UnitType UNIT_INDIAN_1975_FOOT
public static final GeometryService.UnitType UNIT_INDIAN_1975_YARD
public static final GeometryService.UnitType UNIT_INDIAN_FOOT
public static final GeometryService.UnitType UNIT_INDIAN_YARD
public static final GeometryService.UnitType UNIT_INTERNATIONAL_CHAIN
public static final GeometryService.UnitType UNIT_INTERNATIONAL_INCH
public static final GeometryService.UnitType UNIT_INTERNATIONAL_LINK
public static final GeometryService.UnitType UNIT_INTERNATIONAL_ROD
public static final GeometryService.UnitType UNIT_INTERNATIONAL_YARD
public static final GeometryService.UnitType UNIT_KILOMETER
public static final GeometryService.UnitType UNIT_METER
public static final GeometryService.UnitType UNIT_MICRORADIAN
public static final GeometryService.UnitType UNIT_MIL6400
public static final GeometryService.UnitType UNIT_MILLIMETER
public static final GeometryService.UnitType UNIT_NAUTICAL_MILE
public static final GeometryService.UnitType UNIT_RADIAN
public static final GeometryService.UnitType UNIT_SEARS_CHAIN
public static final GeometryService.UnitType UNIT_SEARS_FOOT
public static final GeometryService.UnitType UNIT_SEARS_LINK
public static final GeometryService.UnitType UNIT_SEARS_YARD
public static final GeometryService.UnitType UNIT_SQUARE_CENTIMETERS
public static final GeometryService.UnitType UNIT_SQUARE_DECIMETERS
public static final GeometryService.UnitType UNIT_SQUARE_FEET
public static final GeometryService.UnitType UNIT_SQUARE_INCHES
public static final GeometryService.UnitType UNIT_SQUARE_KILOMETERS
public static final GeometryService.UnitType UNIT_SQUARE_METERS
public static final GeometryService.UnitType UNIT_SQUARE_MILES
public static final GeometryService.UnitType UNIT_SQUARE_MILLIMETERS
public static final GeometryService.UnitType UNIT_SQUARE_YARDS
public static final GeometryService.UnitType UNIT_STATUTE_MILE
public static final GeometryService.UnitType UNIT_SURVEY_CHAIN
public static final GeometryService.UnitType UNIT_SURVEY_FOOT
public static final GeometryService.UnitType UNIT_SURVEY_LINK
public static final GeometryService.UnitType UNIT_SURVEY_MILE
public static final GeometryService.UnitType UNIT_SURVEY_YARD
public static final GeometryService.UnitType UNIT_UK_NAUTICAL_MILE
public static final GeometryService.UnitType UNIT_US_NAUTICAL_MILE
public static final GeometryService.UnitType UNIT_US_SURVEY_INCH
public static final GeometryService.UnitType UNIT_US_SURVEY_ROD
public static GeometryService.UnitType[] values()
for (GeometryService.UnitType c : GeometryService.UnitType.values()) System.out.println(c);
public static GeometryService.UnitType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getValue()