SpectralResolutionType

class SpectralResolutionType(spectralResolutionType)[source]

Bases: object

A class for the SpectralResolutionType enumeration.

Attributes Summary

BASEBAND_WIDE

CHANNEL_AVERAGE

FULL_RESOLUTION

Methods Summary

from_int(i)

Return a SpectralResolutionType 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 SpectralResolutionType enumerator value given a string

name(spectralResolutionType)

Returns the string form of spectralResolutionType

names()

Return the list of all known SpectralResolutionType enumeration names

newSpectralResolutionType(name)

Equivalent to the literal method

revision()

revision as a string.

size()

the number of known enumerators in SpectralResolutionType

version()

the major version number as an int.

Attributes Documentation

BASEBAND_WIDE = <pyasdm.enumerations.SpectralResolutionType.SpectralResolutionType object>
CHANNEL_AVERAGE = <pyasdm.enumerations.SpectralResolutionType.SpectralResolutionType object>
FULL_RESOLUTION = <pyasdm.enumerations.SpectralResolutionType.SpectralResolutionType object>

Methods Documentation

static from_int(i)[source]

Return a SpectralResolutionType 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 SpectralResolutionType enumerator value given a string

static name(spectralResolutionType)[source]

Returns the string form of spectralResolutionType

static names()[source]

Return the list of all known SpectralResolutionType enumeration names

static newSpectralResolutionType(name)[source]

Equivalent to the literal method

static revision()[source]

revision as a string.

static size()[source]

the number of known enumerators in SpectralResolutionType

static version()[source]

the major version number as an int.