6 #ifndef SWIFT_MISC_GEO_COORDINATEGEODETICLIST_H
7 #define SWIFT_MISC_GEO_COORDINATEGEODETICLIST_H
23 namespace swift::misc::geo
28 public IGeoObjectList<CCoordinateGeodetic, CCoordinateGeodeticList>,
47 int minValues = 3,
int sufficentValues = 5)
const;
Generic ordered container with value semantics.
Generic sequential container with value semantics.
CCoordinateGeodetic & reference
STL compatibility.
CSequence()=default
Default constructor.
Value object encapsulating a list of coordinates.
Plane of same elevation, can be a single point or larger area (e.g. airport)
List of objects with geo coordinates.
CRTP class template which will generate marshalling operators for a derived class with its own marsha...
Physical unit length (length)
static CLengthUnit m()
Meter m.
#define SWIFT_DECLARE_SEQUENCE_MIXINS(Namespace, T, List)
Explicit template declaration of mixins for a CSequence subclass to be placed near the top of the hea...
#define SWIFT_MISC_EXPORT
Export a class or function from the library.