|
LSSTApplications
1.1.2+25,10.0+13,10.0+132,10.0+133,10.0+224,10.0+41,10.0+8,10.0-1-g0f53050+14,10.0-1-g4b7b172+19,10.0-1-g61a5bae+98,10.0-1-g7408a83+3,10.0-1-gc1e0f5a+19,10.0-1-gdb4482e+14,10.0-11-g3947115+2,10.0-12-g8719d8b+2,10.0-15-ga3f480f+1,10.0-2-g4f67435,10.0-2-gcb4bc6c+26,10.0-28-gf7f57a9+1,10.0-3-g1bbe32c+14,10.0-3-g5b46d21,10.0-4-g027f45f+5,10.0-4-g86f66b5+2,10.0-4-gc4fccf3+24,10.0-40-g4349866+2,10.0-5-g766159b,10.0-5-gca2295e+25,10.0-6-g462a451+1
LSSTDataManagementBasePackage
|
Public Member Functions | |
| def | __init__ |
| def | getBoundingBox |
| def | getBoundingCircle |
| def | getCenter |
| def | getRadius |
| def | isEmpty |
| def | isFull |
| def | contains |
| def | intersects |
| def | __repr__ |
| def | __eq__ |
Public Attributes | |
| center | |
| radius | |
| boundingBox | |
A circle on the unit sphere. Points falling exactly on the circle are considered to be inside (contained by) the circle.
Definition at line 766 of file geometry.py.
| def lsst.geom.geometry.SphericalCircle.__init__ | ( | self, | |
| center, | |||
| radius | |||
| ) |
Creates a new spherical circle with the given center and radius.
Definition at line 770 of file geometry.py.
| def lsst.geom.geometry.SphericalCircle.__eq__ | ( | self, | |
| other | |||
| ) |
Definition at line 919 of file geometry.py.
| def lsst.geom.geometry.SphericalCircle.__repr__ | ( | self | ) |
| def lsst.geom.geometry.SphericalCircle.contains | ( | self, | |
| pointOrRegion | |||
| ) |
Returns True if the specified point or spherical region is completely contained in this circle. Note that the implementation is conservative where ellipses are concerned: False may be returned for an ellipse that is actually completely contained in this circle.
Definition at line 829 of file geometry.py.
| def lsst.geom.geometry.SphericalCircle.getBoundingBox | ( | self | ) |
Returns a bounding box for this spherical circle.
Definition at line 781 of file geometry.py.
| def lsst.geom.geometry.SphericalCircle.getBoundingCircle | ( | self | ) |
Definition at line 804 of file geometry.py.
| def lsst.geom.geometry.SphericalCircle.getCenter | ( | self | ) |
Returns an (ra, dec) 2-tuple of floats corresponding to the center of this circle.
Definition at line 807 of file geometry.py.
| def lsst.geom.geometry.SphericalCircle.getRadius | ( | self | ) |
| def lsst.geom.geometry.SphericalCircle.intersects | ( | self, | |
| pointOrRegion | |||
| ) |
Returns True if the given point or spherical region intersects this circle. Note that the implementation is conservative where ellipses are concerned: True may be returned for an ellipse that is actually disjoint from this circle.
Definition at line 877 of file geometry.py.
| def lsst.geom.geometry.SphericalCircle.isEmpty | ( | self | ) |
| def lsst.geom.geometry.SphericalCircle.isFull | ( | self | ) |
Returns True if this spherical box contains every point on the unit sphere.
Definition at line 823 of file geometry.py.
| lsst.geom.geometry.SphericalCircle.boundingBox |
Definition at line 775 of file geometry.py.
| lsst.geom.geometry.SphericalCircle.center |
Definition at line 773 of file geometry.py.
| lsst.geom.geometry.SphericalCircle.radius |
Definition at line 774 of file geometry.py.
1.8.5