#include <Coordinates.h>
Public Member Functions | |
CoordinatesGroup (Group &parent, const std::string &name) | |
Attribute< std::vector< double > > | refLocationValue () |
Attribute< std::vector < std::string > > | refLocationUnit () |
Attribute< std::string > | refLocationFrame () |
Attribute< double > | refTimeValue () |
Attribute< std::string > | refTimeUnit () |
Attribute< std::string > | refTimeFrame () |
Attribute< unsigned > | nofCoordinates () |
Attribute< unsigned > | nofAxes () |
Attribute< std::vector < std::string > > | coordinateTypes () |
virtual Coordinate * | coordinate (unsigned nr) |
Protected Member Functions | |
std::string | coordinateType (unsigned nr) |
std::string | coordinateName (unsigned nr) |
Interface for coordinate groups.