public static enum HealpixNestedFixedRadiusConeComputer.ReturnedCells extends java.lang.Enum<HealpixNestedFixedRadiusConeComputer.ReturnedCells>
Enum Constant and Description |
---|
CENTER_IN
Cells having their center inside the cone.
|
FULLY_IN
Cells fully inside the cone:
CONE_AREA INTERSECT CELL_AREA = CELL_AREA.
|
OVERLAPPING
Cells overlapping the cone (fully included in the cone or simply overlapping it):
CONE_AREA INTERSECT CELL_AREA > 0.
|
Modifier and Type | Method and Description |
---|---|
static HealpixNestedFixedRadiusConeComputer.ReturnedCells |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HealpixNestedFixedRadiusConeComputer.ReturnedCells[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HealpixNestedFixedRadiusConeComputer.ReturnedCells FULLY_IN
public static final HealpixNestedFixedRadiusConeComputer.ReturnedCells OVERLAPPING
public static final HealpixNestedFixedRadiusConeComputer.ReturnedCells CENTER_IN
public static HealpixNestedFixedRadiusConeComputer.ReturnedCells[] values()
for (HealpixNestedFixedRadiusConeComputer.ReturnedCells c : HealpixNestedFixedRadiusConeComputer.ReturnedCells.values()) System.out.println(c);
public static HealpixNestedFixedRadiusConeComputer.ReturnedCells 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 nullCopyright © 2018 F.-X. Pineau, CDS, Observatoire Astronomique de Strasbourg, Universite de Strasbourg, CNRS. All Rights Reserved.