ProjectionRegion ================ .. currentmodule:: romancal.skycell.skymap .. autoclass:: ProjectionRegion :show-inheritance: .. rubric:: Attributes Summary .. autosummary:: ~ProjectionRegion.MAX_LENGTH ~ProjectionRegion.MIN_AREA ~ProjectionRegion.data ~ProjectionRegion.index ~ProjectionRegion.is_polar ~ProjectionRegion.length ~ProjectionRegion.orientation ~ProjectionRegion.pixel_scale ~ProjectionRegion.pixel_shape ~ProjectionRegion.polygon ~ProjectionRegion.radec_bounds ~ProjectionRegion.radec_corners ~ProjectionRegion.radec_tangent ~ProjectionRegion.skycell_indices ~ProjectionRegion.skycells ~ProjectionRegion.vectorpoint_center ~ProjectionRegion.vectorpoint_corners ~ProjectionRegion.wcs ~ProjectionRegion.wcs_info ~ProjectionRegion.xy_tangent .. rubric:: Methods Summary .. autosummary:: ~ProjectionRegion.contains_radec ~ProjectionRegion.from_data ~ProjectionRegion.from_skycell_index .. rubric:: Attributes Documentation .. autoattribute:: MAX_LENGTH .. autoattribute:: MIN_AREA .. autoattribute:: data .. autoattribute:: index .. autoattribute:: is_polar .. autoattribute:: length .. autoattribute:: orientation .. autoattribute:: pixel_scale .. autoattribute:: pixel_shape .. autoattribute:: polygon .. autoattribute:: radec_bounds .. autoattribute:: radec_corners .. autoattribute:: radec_tangent .. autoattribute:: skycell_indices .. autoattribute:: skycells .. autoattribute:: vectorpoint_center .. autoattribute:: vectorpoint_corners .. autoattribute:: wcs .. autoattribute:: wcs_info .. autoattribute:: xy_tangent .. rubric:: Methods Documentation .. automethod:: contains_radec .. automethod:: from_data .. automethod:: from_skycell_index