Point2DKey¶
- 
class lsst.afw.table.Point2DKey¶
- Bases: - pybind11_builtins.pybind11_object- Attributes Summary - dim- Methods Summary - addFields(schema, name, doc, unit)- get(self, arg0)- getX(self)- getY(self)- isValid(self)- set(self, arg0, arg1)- Attributes Documentation - 
dim= 2¶
 - Methods Documentation - 
addFields(schema: lsst.afw.table.Schema, name: str, doc: str, unit: str) → lsst.afw.table.Point2DKey¶
 - 
get(self: lsst.afw.table.Point2DKey, arg0: lsst.afw.table.BaseRecord) → lsst.geom.Point2D¶
 - 
getX(self: lsst.afw.table.Point2DKey) → lsst.afw.table.KeyD¶
 - 
getY(self: lsst.afw.table.Point2DKey) → lsst.afw.table.KeyD¶
 - 
isValid(self: lsst.afw.table.Point2DKey) → bool¶
 - 
set(self: lsst.afw.table.Point2DKey, arg0: lsst.afw.table.BaseRecord, arg1: lsst.geom.Point2D) → None¶
 
-