PointingMethod¶
-
class
PointingMethod(pointingMethod)[source]¶ Bases:
objectA class for the PointingMethod enumeration.
Attributes Summary
CIRCLECROSSFIVE_POINTFOUR_POINTHOLOGRAPHYTHREE_POINTMethods Summary
from_int(i)Return a PointingMethod 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 PointingMethod enumerator value given a string
name(pointingMethod)Returns the string form of pointingMethod
names()Return the list of all known PointingMethod enumeration names
newPointingMethod(name)Equivalent to the literal method
revision()revision as a string.
size()the number of known enumerators in PointingMethod
version()the major version number as an int.
Attributes Documentation
-
CIRCLE= <pyasdm.enumerations.PointingMethod.PointingMethod object>¶
-
CROSS= <pyasdm.enumerations.PointingMethod.PointingMethod object>¶
-
FIVE_POINT= <pyasdm.enumerations.PointingMethod.PointingMethod object>¶
-
FOUR_POINT= <pyasdm.enumerations.PointingMethod.PointingMethod object>¶
-
HOLOGRAPHY= <pyasdm.enumerations.PointingMethod.PointingMethod object>¶
-
THREE_POINT= <pyasdm.enumerations.PointingMethod.PointingMethod object>¶
Methods Documentation
-