PolarizationType

class PolarizationType(polarizationType)[source]

Bases: object

A class for the PolarizationType enumeration.

Attributes Summary

BOTH

L

R

X

Y

Methods Summary

from_int(i)

Return a PolarizationType from an integration matching an enumeration.

getName()

Return the name of this enumeration.

getValue()

Return the integer value of this enumeration.

literal(name)

Return the PolarizationType enumerator value given a string

name(polarizationType)

Returns the string form of polarizationType

names()

Return the list of all known PolarizationType enumeration names

newPolarizationType(name)

Equivalent to the literal method

revision()

revision as a string.

size()

the number of known enumerators in PolarizationType

version()

the major version number as an int.

Attributes Documentation

BOTH = <pyasdm.enumerations.PolarizationType.PolarizationType object>
L = <pyasdm.enumerations.PolarizationType.PolarizationType object>
R = <pyasdm.enumerations.PolarizationType.PolarizationType object>
X = <pyasdm.enumerations.PolarizationType.PolarizationType object>
Y = <pyasdm.enumerations.PolarizationType.PolarizationType object>

Methods Documentation

static from_int(i)[source]

Return a PolarizationType from an integration matching an enumeration.

getName()[source]

Return the name of this enumeration.

getValue()[source]

Return the integer value of this enumeration.

static literal(name)[source]

Return the PolarizationType enumerator value given a string

static name(polarizationType)[source]

Returns the string form of polarizationType

static names()[source]

Return the list of all known PolarizationType enumeration names

static newPolarizationType(name)[source]

Equivalent to the literal method

static revision()[source]

revision as a string.

static size()[source]

the number of known enumerators in PolarizationType

static version()[source]

the major version number as an int.