TractInfo
=========

.. currentmodule:: lsst.skymap

.. autoclass:: TractInfo
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

      ~TractInfo.bbox
      ~TractInfo.ctr_coord
      ~TractInfo.inner_sky_polygon
      ~TractInfo.num_patches
      ~TractInfo.outer_sky_polygon
      ~TractInfo.patch_border
      ~TractInfo.patch_inner_dimensions
      ~TractInfo.tract_id
      ~TractInfo.tract_overlap
      ~TractInfo.vertex_list
      ~TractInfo.wcs

   .. rubric:: Methods Summary

   .. autosummary::

      ~TractInfo.contains
      ~TractInfo.findPatch
      ~TractInfo.findPatchList
      ~TractInfo.getBBox
      ~TractInfo.getCtrCoord
      ~TractInfo.getId
      ~TractInfo.getInnerSkyPolygon
      ~TractInfo.getNumPatches
      ~TractInfo.getOuterSkyPolygon
      ~TractInfo.getPatchBorder
      ~TractInfo.getPatchIndexPair
      ~TractInfo.getPatchInfo
      ~TractInfo.getPatchInnerDimensions
      ~TractInfo.getSequentialPatchIndex
      ~TractInfo.getSequentialPatchIndexFromPair
      ~TractInfo.getTractOverlap
      ~TractInfo.getVertexList
      ~TractInfo.getWcs

   .. rubric:: Attributes Documentation

   .. autoattribute:: bbox
   .. autoattribute:: ctr_coord
   .. autoattribute:: inner_sky_polygon
   .. autoattribute:: num_patches
   .. autoattribute:: outer_sky_polygon
   .. autoattribute:: patch_border
   .. autoattribute:: patch_inner_dimensions
   .. autoattribute:: tract_id
   .. autoattribute:: tract_overlap
   .. autoattribute:: vertex_list
   .. autoattribute:: wcs

   .. rubric:: Methods Documentation

   .. automethod:: contains
   .. automethod:: findPatch
   .. automethod:: findPatchList
   .. automethod:: getBBox
   .. automethod:: getCtrCoord
   .. automethod:: getId
   .. automethod:: getInnerSkyPolygon
   .. automethod:: getNumPatches
   .. automethod:: getOuterSkyPolygon
   .. automethod:: getPatchBorder
   .. automethod:: getPatchIndexPair
   .. automethod:: getPatchInfo
   .. automethod:: getPatchInnerDimensions
   .. automethod:: getSequentialPatchIndex
   .. automethod:: getSequentialPatchIndexFromPair
   .. automethod:: getTractOverlap
   .. automethod:: getVertexList
   .. automethod:: getWcs