HiRISE

HiRISE.HiCat.HiTList
Enum TargetList.NumericalColumns

java.lang.Object
  extended by java.lang.Enum<TargetList.NumericalColumns>
      extended by HiRISE.HiCat.HiTList.TargetList.NumericalColumns
All Implemented Interfaces:
Serializable, Comparable<TargetList.NumericalColumns>
Enclosing class:
TargetList

public static enum TargetList.NumericalColumns
extends Enum<TargetList.NumericalColumns>


Enum Constant Summary
CENTER_LATITUDE
           
CENTER_LONGITUDE
           
EXACT_AREA_REQUESTED
           
FIRST_HALF_STEREO_ID
           
ID
           
MAX_EMISSION_ANGLE
           
MAX_INCIDENCE_ANGLE
           
MAX_LATITUDE
           
MAX_LONGITUDE
           
MAX_LSUBS
           
MIN_EMISSION_ANGLE
           
MIN_INCIDENCE_ANGLE
           
MIN_LATITUDE
           
MIN_LONGITUDE
           
MIN_LSUBS
           
NEED_COLOR
           
NEED_STEREO
           
PRIORITY_COLOR
           
PRIORITY_OVERALL
           
PRIORITY_STEREO
           
SECOND_HALF_STEREO_ID
           
STL_MAX_EMISSION_ANGLE
           
STL_MAX_INCIDENCE_ANGLE
           
STL_MAX_LSUBS
           
STL_MAX_PHASE_ANGLE
           
STL_MIN_EMISSION_ANGLE
           
STL_MIN_INCIDENCE_ANGLE
           
STL_MIN_LSUBS
           
STL_MIN_PHASE_ANGLE
           
STL_NUMBER_OF_OBSERVATIONS
           
 
Method Summary
static TargetList.NumericalColumns valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TargetList.NumericalColumns[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

ID

public static final TargetList.NumericalColumns ID

FIRST_HALF_STEREO_ID

public static final TargetList.NumericalColumns FIRST_HALF_STEREO_ID

SECOND_HALF_STEREO_ID

public static final TargetList.NumericalColumns SECOND_HALF_STEREO_ID

PRIORITY_OVERALL

public static final TargetList.NumericalColumns PRIORITY_OVERALL

NEED_STEREO

public static final TargetList.NumericalColumns NEED_STEREO

PRIORITY_STEREO

public static final TargetList.NumericalColumns PRIORITY_STEREO

NEED_COLOR

public static final TargetList.NumericalColumns NEED_COLOR

PRIORITY_COLOR

public static final TargetList.NumericalColumns PRIORITY_COLOR

MIN_LSUBS

public static final TargetList.NumericalColumns MIN_LSUBS

MAX_LSUBS

public static final TargetList.NumericalColumns MAX_LSUBS

CENTER_LATITUDE

public static final TargetList.NumericalColumns CENTER_LATITUDE

CENTER_LONGITUDE

public static final TargetList.NumericalColumns CENTER_LONGITUDE

MIN_LATITUDE

public static final TargetList.NumericalColumns MIN_LATITUDE

MAX_LATITUDE

public static final TargetList.NumericalColumns MAX_LATITUDE

MIN_LONGITUDE

public static final TargetList.NumericalColumns MIN_LONGITUDE

MAX_LONGITUDE

public static final TargetList.NumericalColumns MAX_LONGITUDE

MIN_INCIDENCE_ANGLE

public static final TargetList.NumericalColumns MIN_INCIDENCE_ANGLE

MAX_INCIDENCE_ANGLE

public static final TargetList.NumericalColumns MAX_INCIDENCE_ANGLE

MIN_EMISSION_ANGLE

public static final TargetList.NumericalColumns MIN_EMISSION_ANGLE

MAX_EMISSION_ANGLE

public static final TargetList.NumericalColumns MAX_EMISSION_ANGLE

EXACT_AREA_REQUESTED

public static final TargetList.NumericalColumns EXACT_AREA_REQUESTED

STL_NUMBER_OF_OBSERVATIONS

public static final TargetList.NumericalColumns STL_NUMBER_OF_OBSERVATIONS

STL_MIN_LSUBS

public static final TargetList.NumericalColumns STL_MIN_LSUBS

STL_MAX_LSUBS

public static final TargetList.NumericalColumns STL_MAX_LSUBS

STL_MIN_PHASE_ANGLE

public static final TargetList.NumericalColumns STL_MIN_PHASE_ANGLE

STL_MAX_PHASE_ANGLE

public static final TargetList.NumericalColumns STL_MAX_PHASE_ANGLE

STL_MIN_INCIDENCE_ANGLE

public static final TargetList.NumericalColumns STL_MIN_INCIDENCE_ANGLE

STL_MAX_INCIDENCE_ANGLE

public static final TargetList.NumericalColumns STL_MAX_INCIDENCE_ANGLE

STL_MIN_EMISSION_ANGLE

public static final TargetList.NumericalColumns STL_MIN_EMISSION_ANGLE

STL_MAX_EMISSION_ANGLE

public static final TargetList.NumericalColumns STL_MAX_EMISSION_ANGLE
Method Detail

values

public static TargetList.NumericalColumns[] 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 (TargetList.NumericalColumns c : TargetList.NumericalColumns.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static TargetList.NumericalColumns valueOf(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:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null

HiRISE

Copyright \ (C) Arizona Board of Regents on behalf of the \ Planetary Image Research Laboratory, Lunar and \ Planetary Laboratory at the University of Arizona