3#include <NDEVR/Bounds.h>
4#include <NDEVR/Angle.h>
The primary angle storage class for this API. Stores an angle in an optimized format.
Definition StringStream.h:408
A specification of upper and lower bounds in N-dimensions.
Definition Bounds.hpp:52
Definition CoordinateBoundsSelector.h:10
virtual void setCurrentBounds(const Bounds< 2, Angle< fltp08 > > &wgs84_bounds)=0
static bool CanCreateCoordinateSelector()
virtual Bounds< 2, Angle< fltp08 > > currentBoundsAngle() const =0
virtual Bounds< 2, fltp08 > currentBounds() const =0
static void RegisterCreator(std::function< CoordinateBoundsSelector *(QWidget *parent)> creator)
virtual void setCurrentBounds(const Bounds< 2, fltp08 > &wgs84_bounds)=0
static CoordinateBoundsSelector * CreateCoordinateSelector(QWidget *parent=nullptr)