PositionReferenceCode

class PositionReferenceCode(positionReferenceCode)[source]

Bases: object

A class for the PositionReferenceCode enumeration.

Attributes Summary

ITRF

REFLECTOR

SITE

STATION

WGS84

YOKE

Methods Summary

from_int(i)

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

name(positionReferenceCode)

Returns the string form of positionReferenceCode

names()

Return the list of all known PositionReferenceCode enumeration names

newPositionReferenceCode(name)

Equivalent to the literal method

revision()

revision as a string.

size()

the number of known enumerators in PositionReferenceCode

version()

the major version number as an int.

Attributes Documentation

ITRF = <pyasdm.enumerations.PositionReferenceCode.PositionReferenceCode object>
REFLECTOR = <pyasdm.enumerations.PositionReferenceCode.PositionReferenceCode object>
SITE = <pyasdm.enumerations.PositionReferenceCode.PositionReferenceCode object>
STATION = <pyasdm.enumerations.PositionReferenceCode.PositionReferenceCode object>
WGS84 = <pyasdm.enumerations.PositionReferenceCode.PositionReferenceCode object>
YOKE = <pyasdm.enumerations.PositionReferenceCode.PositionReferenceCode object>

Methods Documentation

static from_int(i)[source]

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

static name(positionReferenceCode)[source]

Returns the string form of positionReferenceCode

static names()[source]

Return the list of all known PositionReferenceCode enumeration names

static newPositionReferenceCode(name)[source]

Equivalent to the literal method

static revision()[source]

revision as a string.

static size()[source]

the number of known enumerators in PositionReferenceCode

static version()[source]

the major version number as an int.