ExposureTable
=============

.. currentmodule:: lsst.afw.table

.. autoclass:: ExposureTable
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

      ~ExposureTable.schema

   .. rubric:: Methods Summary

   .. autosummary::

      ~ExposureTable.checkSchema
      ~ExposureTable.clone
      ~ExposureTable.copyRecord
      ~ExposureTable.getBBoxMaxKey
      ~ExposureTable.getBBoxMinKey
      ~ExposureTable.getBufferSize
      ~ExposureTable.getIdKey
      ~ExposureTable.getMetadata
      ~ExposureTable.getSchema
      ~ExposureTable.make
      ~ExposureTable.makeMinimalSchema
      ~ExposureTable.makeRecord
      ~ExposureTable.popMetadata
      ~ExposureTable.preallocate
      ~ExposureTable.setMetadata

   .. rubric:: Attributes Documentation

   .. autoattribute:: schema

   .. rubric:: Methods Documentation

   .. automethod:: checkSchema
   .. automethod:: clone
   .. automethod:: copyRecord
   .. automethod:: getBBoxMaxKey
   .. automethod:: getBBoxMinKey
   .. automethod:: getBufferSize
   .. automethod:: getIdKey
   .. automethod:: getMetadata
   .. automethod:: getSchema
   .. automethod:: make
   .. automethod:: makeMinimalSchema
   .. automethod:: makeRecord
   .. automethod:: popMetadata
   .. automethod:: preallocate
   .. automethod:: setMetadata