SingleSphericalPolygon ====================== .. currentmodule:: spherical_geometry.polygon .. autoclass:: SingleSphericalPolygon :show-inheritance: .. rubric:: Attributes Summary .. autosummary:: ~SingleSphericalPolygon.inside ~SingleSphericalPolygon.points .. rubric:: Methods Summary .. autosummary:: ~SingleSphericalPolygon.area ~SingleSphericalPolygon.contains_arc ~SingleSphericalPolygon.contains_lonlat ~SingleSphericalPolygon.contains_point ~SingleSphericalPolygon.contains_radec ~SingleSphericalPolygon.convex_hull ~SingleSphericalPolygon.copy ~SingleSphericalPolygon.draw ~SingleSphericalPolygon.from_cone ~SingleSphericalPolygon.from_lonlat ~SingleSphericalPolygon.from_radec ~SingleSphericalPolygon.from_wcs ~SingleSphericalPolygon.intersection ~SingleSphericalPolygon.intersects_arc ~SingleSphericalPolygon.intersects_poly ~SingleSphericalPolygon.invert_polygon ~SingleSphericalPolygon.is_clockwise ~SingleSphericalPolygon.overlap ~SingleSphericalPolygon.to_lonlat ~SingleSphericalPolygon.to_radec ~SingleSphericalPolygon.union .. rubric:: Attributes Documentation .. autoattribute:: inside .. autoattribute:: points .. rubric:: Methods Documentation .. automethod:: area .. automethod:: contains_arc .. automethod:: contains_lonlat .. automethod:: contains_point .. automethod:: contains_radec .. automethod:: convex_hull .. automethod:: copy .. automethod:: draw .. automethod:: from_cone .. automethod:: from_lonlat .. automethod:: from_radec .. automethod:: from_wcs .. automethod:: intersection .. automethod:: intersects_arc .. automethod:: intersects_poly .. automethod:: invert_polygon .. automethod:: is_clockwise .. automethod:: overlap .. automethod:: to_lonlat .. automethod:: to_radec .. automethod:: union