.. include:: ../coordinates/references.txt

BaseRepresentationOrDifferential
================================

.. currentmodule:: astropy.coordinates

.. autoclass:: BaseRepresentationOrDifferential
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

      ~BaseRepresentationOrDifferential.components
      ~BaseRepresentationOrDifferential.info
      ~BaseRepresentationOrDifferential.shape

   .. rubric:: Methods Summary

   .. autosummary::

      ~BaseRepresentationOrDifferential.from_cartesian
      ~BaseRepresentationOrDifferential.get_name
      ~BaseRepresentationOrDifferential.to_cartesian

   .. rubric:: Attributes Documentation

   .. autoattribute:: components
   .. autoattribute:: info
   .. autoattribute:: shape

   .. rubric:: Methods Documentation

   .. automethod:: from_cartesian
   .. automethod:: get_name
   .. automethod:: to_cartesian
