|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectCodeList<PolarizationOrientation>
PolarizationOrientation
@UML(identifier="MI_PolarizationOrientationCode", specification=ISO_19115_2) public final class PolarizationOrientation
Polarization of the antenna relative to the waveform.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class CodeList |
---|
CodeList.Filter |
Field Summary | |
---|---|
static PolarizationOrientation |
HORIZONTAL
Polarization of the sensor oriented in the horizontal plane in relation to swath direction. |
static PolarizationOrientation |
LEFT_CIRCULAR
Polarization of the sensor oriented in the left circular plane in relation to swath direction. |
static PolarizationOrientation |
PHI
Polarization of the sensor oriented in the +90 ° and 0 ° perpendicular to swath direction. |
static PolarizationOrientation |
RIGHT_CIRCULAR
Polarization of the sensor oriented in the right circular plane in relation to swath direction. |
static PolarizationOrientation |
THETA
Polarization of the sensor oriented in the angle between +90 ° and 0 ° parallel to swath direction. |
static PolarizationOrientation |
VERTICAL
Polarization of the sensor oriented in the vertical plane in relation to swath direction. |
Method Summary | |
---|---|
PolarizationOrientation[] |
family()
Returns the list of enumerations of the same kind than this enum. |
static PolarizationOrientation |
valueOf(String code)
Returns the transfer function type that matches the given string, or returns a new one if none match it. |
static PolarizationOrientation[] |
values()
Returns the list of PolarizationOrientation s. |
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="horizontal", obligation=CONDITIONAL, specification=ISO_19115_2) public static final PolarizationOrientation HORIZONTAL
@UML(identifier="vertical", obligation=CONDITIONAL, specification=ISO_19115_2) public static final PolarizationOrientation VERTICAL
@UML(identifier="leftCircular", obligation=CONDITIONAL, specification=ISO_19115_2) public static final PolarizationOrientation LEFT_CIRCULAR
@UML(identifier="rightCircular", obligation=CONDITIONAL, specification=ISO_19115_2) public static final PolarizationOrientation RIGHT_CIRCULAR
@UML(identifier="theta", obligation=CONDITIONAL, specification=ISO_19115_2) public static final PolarizationOrientation THETA
@UML(identifier="phi", obligation=CONDITIONAL, specification=ISO_19115_2) public static final PolarizationOrientation PHI
Method Detail |
---|
public static PolarizationOrientation[] values()
PolarizationOrientation
s.
public PolarizationOrientation[] family()
family
in class CodeList<PolarizationOrientation>
public static PolarizationOrientation 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 |