52 #ifndef __PCL_ProjectionFactory_h
53 #define __PCL_ProjectionFactory_h
105 return CreateByWCSCode(
IsoString( code ), ra, dec );
129 return CreateByIdentifier(
IsoString( identifier ), ra, dec );
Eight-bit string (ISO/IEC-8859-1 or UTF-8 string)
Base class of all projection systems.
Selectable projection system.
static ProjectionBase * Create(const WCSKeywords &wcs)
static ProjectionBase * CreateByWCSCode(const IsoString &code, double ra, double dec)
static ProjectionBase * CreateByIdentifier(const IsoString &identifier, double ra, double dec)
A structure for management of WCS FITS header keywords and associated image properties.