SurfacePoint ############ .. currentmodule:: pyarts.arts .. autoclass:: SurfacePoint .. rubric:: Overview .. list-table:: * - Method - :func:`~pyarts.arts.SurfacePoint.readxml` - Read variable from file * - Method - :func:`~pyarts.arts.SurfacePoint.savexml` - Saves variable to file * - Static Method - :func:`~pyarts.arts.SurfacePoint.fromxml` - Create variable from file * - Attribute - :attr:`~pyarts.arts.SurfacePoint.elevation` - Surface elevation [m] * - Attribute - :attr:`~pyarts.arts.SurfacePoint.normal` - Surface normal vector * - Attribute - :attr:`~pyarts.arts.SurfacePoint.temperature` - Temperature [K] * - Operator - :func:`~pyarts.arts.SurfacePoint.__eq__` - Return self==value. * - Operator - :func:`~pyarts.arts.SurfacePoint.__format__` - __format__(self, arg: str, /) -> str * - Operator - :func:`~pyarts.arts.SurfacePoint.__ge__` - Return self>=value. * - Operator - :func:`~pyarts.arts.SurfacePoint.__getitem__` - __getitem__(self, arg: pyarts.arts.SurfaceKey, /) -> float * - Operator - :func:`~pyarts.arts.SurfacePoint.__getstate__` - __getstate__(self) -> tuple[list[pyarts.arts.SurfaceKey | pyarts.arts.SurfacePropertyTag], pyarts.arts.ArrayOfNumeric] * - Operator - :func:`~pyarts.arts.SurfacePoint.__gt__` - Return self>value. * - Operator - :func:`~pyarts.arts.SurfacePoint.__hash__` - Return hash(self). * - Operator - :func:`~pyarts.arts.SurfacePoint.__init__` - __init__(self, arg: pyarts.arts.SurfacePoint) -> None * - Operator - :func:`~pyarts.arts.SurfacePoint.__le__` - Return self<=value. * - Operator - :func:`~pyarts.arts.SurfacePoint.__lt__` - Return self str * - Operator - :func:`~pyarts.arts.SurfacePoint.__setitem__` - __setitem__(self, arg0: pyarts.arts.SurfaceKey, arg1: float, /) -> None * - Operator - :func:`~pyarts.arts.SurfacePoint.__setstate__` - __setstate__(self, arg: tuple[collections.abc.Sequence[pyarts.arts.SurfaceKey | pyarts.arts.SurfacePropertyTag], pyarts.arts.ArrayOfNumeric], /) -> None * - Operator - :func:`~pyarts.arts.SurfacePoint.__str__` - __str__(self) -> str .. rubric:: Constructors .. automethod:: __init__ :noindex: .. rubric:: Methods .. automethod:: SurfacePoint.readxml .. automethod:: SurfacePoint.savexml .. rubric:: Static Methods .. automethod:: SurfacePoint.fromxml .. rubric:: Attributes .. autoattribute:: SurfacePoint.elevation .. autoattribute:: SurfacePoint.normal .. autoattribute:: SurfacePoint.temperature .. rubric:: Operators .. automethod:: SurfacePoint.__eq__ .. automethod:: SurfacePoint.__format__ .. automethod:: SurfacePoint.__ge__ .. automethod:: SurfacePoint.__getitem__ .. automethod:: SurfacePoint.__getstate__ .. automethod:: SurfacePoint.__gt__ .. automethod:: SurfacePoint.__hash__ .. automethod:: SurfacePoint.__init__ .. automethod:: SurfacePoint.__le__ .. automethod:: SurfacePoint.__lt__ .. automethod:: SurfacePoint.__ne__ .. automethod:: SurfacePoint.__repr__ .. automethod:: SurfacePoint.__setitem__ .. automethod:: SurfacePoint.__setstate__ .. automethod:: SurfacePoint.__str__