public static enum EarthAreaFactory.SPLIT extends java.lang.Enum<EarthAreaFactory.SPLIT>
Enum Constant and Description |
---|
SPLIT10 |
SPLIT15 |
SPLIT18 |
SPLIT3 |
SPLIT30 |
SPLIT45 |
SPLIT5 |
SPLIT6 |
SPLIT9 |
Modifier and Type | Method and Description |
---|---|
int |
getSplitCount()
Getter for split count as integer.
|
double |
height()
Getter for the height of splitted area in latitude degree.
|
static EarthAreaFactory.SPLIT |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EarthAreaFactory.SPLIT[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
double |
width()
Getter for the width of splitted area in longitude degree.
|
public static final EarthAreaFactory.SPLIT SPLIT3
public static final EarthAreaFactory.SPLIT SPLIT5
public static final EarthAreaFactory.SPLIT SPLIT6
public static final EarthAreaFactory.SPLIT SPLIT9
public static final EarthAreaFactory.SPLIT SPLIT10
public static final EarthAreaFactory.SPLIT SPLIT15
public static final EarthAreaFactory.SPLIT SPLIT18
public static final EarthAreaFactory.SPLIT SPLIT30
public static final EarthAreaFactory.SPLIT SPLIT45
public static EarthAreaFactory.SPLIT[] values()
for (EarthAreaFactory.SPLIT c : EarthAreaFactory.SPLIT.values()) System.out.println(c);
public static EarthAreaFactory.SPLIT 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 int getSplitCount()
public double width()
public double height()