radar-coord-conversion-utility  0.8
RadarSegment_util.hpp File Reference

Class to manage relationship between radar site and a segment (defined by two points and a versus) More...

#include <limits>
#include <iostream>
#include <vector>
#include <cmath>
#include <GeographicLib/Math.hpp>
#include <GeographicLib/Geodesic.hpp>
#include <GeographicLib/GeodesicLine.hpp>
#include <radarcoordlib/radar_coord_exceptions.hpp>
#include <radarcoordlib/generic.hpp>
#include <radarcoordlib/RadarBeamCoord_util.hpp>
#include <radarcoordlib/RadarGeoCoord_util.hpp>
#include <radarcoordlib/RadarPoint_util.hpp>

Go to the source code of this file.

Classes

class  RadarSegment_util
 Class to calculate radar point coordinates along a defined segment relative to radar site. More...
 

Enumerations

enum  RotationVersus
 Versus of rotation. More...
 
enum  SegmentFillingMethod
 Definition of filling types
. More...
 

Detailed Description

Class to manage relationship between radar site and a segment (defined by two points and a versus)

Enumeration Type Documentation

◆ RotationVersus

Versus of rotation.

Possible values
CW ClockWise (equal 1)
CCW CounterClockWise (equal -1)

◆ SegmentFillingMethod

Definition of filling types
.

Possible values
NOT_DEF_STEP_TYPE not defined filling method
NUM_POINT Number of segment point based method
LINE_STEP Fixed segment interval distance based method
AZIMUTH_STEP Fixed Azimuthal distance based method