lsst.geom gfd8e8de604+5b76361f24
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 78 of file _coordinates.py.

Member Data Documentation

◆ TEMPLATE_DEFAULTS

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

Definition at line 82 of file _coordinates.py.

◆ TEMPLATE_PARAMS

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

Definition at line 81 of file _coordinates.py.


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