NASA Logo
Ocean Color Science Software

ocssw V2022
get_geospatial.cpp File Reference
#include "get_geospatial.hpp"
#include "find_variable.hpp"
#include "boost/algorithm/string.hpp"
#include <boost/geometry.hpp>
#include <boost/geometry/geometries/point_xy.hpp>
#include <boost/geometry/geometries/polygon.hpp>
#include <algorithm>
#include <stack>
Include dependency graph for get_geospatial.cpp:

Go to the source code of this file.

Typedefs

typedef bg::model::point< double, 2, bg::cs::spherical_equatorial< bg::degree > > Point_t
 
typedef bg::model::linestring< Point_tLinestring_t
 
typedef bg::model::polygon< Point_tPolygon_t
 
typedef bg::model::multi_point< Point_tMultiPoint_t
 

Typedef Documentation

◆ Linestring_t

typedef bg::model::linestring<Point_t> Linestring_t

Definition at line 11 of file get_geospatial.cpp.

◆ MultiPoint_t

typedef bg::model::multi_point<Point_t> MultiPoint_t

Definition at line 13 of file get_geospatial.cpp.

◆ Point_t

typedef bg::model::point<double, 2, bg::cs::spherical_equatorial<bg::degree> > Point_t

Definition at line 10 of file get_geospatial.cpp.

◆ Polygon_t

typedef bg::model::polygon<Point_t> Polygon_t

Definition at line 12 of file get_geospatial.cpp.