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, 2>)

Attributes Documentation

dim = 2

Methods Documentation

static 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::Point<double, 2>
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::Point<double, 2>) → None