25#ifndef ATTRIBUTEHANDLER_H_
26#define ATTRIBUTEHANDLER_H_
32namespace SourceCatalog {
Interface for building a source Attribute from a table Row.
virtual std::unique_ptr< Attribute > createAttribute(const Euclid::Table::Row &row)=0
The createAttribute method for creating an Attribute from a Table row.
virtual ~AttributeFromRow()=default
Store the Right Ascension (Ra) and Delination (Dec) of a source in decimal degrees,...
Represents one row of a Table.