|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
ObjectCodeList<BandDefinition>
BandDefinition
@UML(identifier="MI_BandDefinition",
specification=ISO_19115_2)
public final class BandDefinitionDesignation of criterion for defining maximum and minimum wavelengths for a spectral band.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class CodeList |
|---|
CodeList.Filter |
| Field Summary | |
|---|---|
static BandDefinition |
EQUIVALENT_WIDTH
Width of a band with full sensitivity or absorption at every wavelength that detects or absorbs the same amount of energy as the band described. |
static BandDefinition |
FIFTY_PERCENT
Full spectral width of a spectral power density measured at 50% of its peak height. |
static BandDefinition |
HALF_MAXIMUM
Width of a distribution equal to the distance between the outer two points on the distribution having power level half of that at the peak. |
static BandDefinition |
ONE_OVER_E
Width of a distribution equal to the distance between the outer two points on the distribution having power level 1/e that of the peak. |
static BandDefinition |
THREE_DB
Width of a distribution equal to the distance between the outer two points on the distribution having power level half of that at the peak. |
| Method Summary | |
|---|---|
BandDefinition[] |
family()
Returns the list of enumerations of the same kind than this enum. |
static BandDefinition |
valueOf(String code)
Returns the band definition that matches the given string, or returns a new one if none match it. |
static BandDefinition[] |
values()
Returns the list of BandDefinitions. |
| Methods inherited from class CodeList |
|---|
compareTo, equals, identifier, name, names, ordinal, readResolve, toString, valueOf, valueOf |
| Methods inherited from class Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
@UML(identifier="3dB",
obligation=CONDITIONAL,
specification=ISO_19115_2)
public static final BandDefinition THREE_DB
HALF_MAXIMUM.
@UML(identifier="halfMaximum",
obligation=CONDITIONAL,
specification=ISO_19115_2)
public static final BandDefinition HALF_MAXIMUM
THREE_DB.
@UML(identifier="fiftyPercent",
obligation=CONDITIONAL,
specification=ISO_19115_2)
public static final BandDefinition FIFTY_PERCENT
@UML(identifier="oneOverE",
obligation=CONDITIONAL,
specification=ISO_19115_2)
public static final BandDefinition ONE_OVER_E
@UML(identifier="equivalentWidth",
obligation=CONDITIONAL,
specification=ISO_19115_2)
public static final BandDefinition EQUIVALENT_WIDTH
| Method Detail |
|---|
public static BandDefinition[] values()
BandDefinitions.
public BandDefinition[] family()
family in class CodeList<BandDefinition>public static BandDefinition valueOf(String code)
code - The name of the code to fetch or to create.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||