lsst.geom 22.0.1-8-gd4e50c7+b3f020af39
Static Public Attributes | List of all members
lsst.geom._coordinates.Point Class Reference
Inheritance diagram for lsst.geom._coordinates.Point:

Static Public Attributes

tuple TEMPLATE_PARAMS = ("dtype", "dimensions")
 
tuple TEMPLATE_DEFAULTS = (None, 2)
 

Detailed Description

Abstract base class and factory for Point objects.

Definition at line 76 of file _coordinates.py.

Member Data Documentation

◆ TEMPLATE_DEFAULTS

tuple lsst.geom._coordinates.Point.TEMPLATE_DEFAULTS = (None, 2)
static

Definition at line 80 of file _coordinates.py.

◆ TEMPLATE_PARAMS

tuple lsst.geom._coordinates.Point.TEMPLATE_PARAMS = ("dtype", "dimensions")
static

Definition at line 79 of file _coordinates.py.


The documentation for this class was generated from the following file: