#include <Country.h>
◆ Country() [1/3]
bridges::dataset::Country::Country |
( |
| ) |
|
|
default |
◆ Country() [2/3]
bridges::dataset::Country::Country |
( |
string |
cntry | ) |
|
|
inline |
creates a country object for a specific country
- Parameters
-
◆ Country() [3/3]
creates a country object with specific parameters
- Parameters
-
cntry | country name |
alpha2 | 2 letter alpabet code for country |
alpha3 | 3 letter alpabet code for country |
numeric | numeric id |
fill_col | fill color |
stroke_col | boundary color |
stroke_w | stroke width |
◆ getAlpha2Id()
string bridges::dataset::Country::getAlpha2Id |
( |
| ) |
const |
|
inline |
◆ getAlpha3Id()
string bridges::dataset::Country::getAlpha3Id |
( |
| ) |
const |
|
inline |
◆ getCountryName()
string bridges::dataset::Country::getCountryName |
( |
| ) |
const |
|
inline |
getters, setters for class
◆ getFillColor()
◆ getNumeric3Id()
int bridges::dataset::Country::getNumeric3Id |
( |
| ) |
const |
|
inline |
◆ getStrokeColor()
◆ getStrokeWidth()
float bridges::dataset::Country::getStrokeWidth |
( |
| ) |
const |
|
inline |
◆ setAlpha2Id()
void bridges::dataset::Country::setAlpha2Id |
( |
string |
id | ) |
|
|
inline |
◆ setAlpha3Id()
void bridges::dataset::Country::setAlpha3Id |
( |
string |
id | ) |
|
|
inline |
◆ setCountryName()
void bridges::dataset::Country::setCountryName |
( |
string |
n | ) |
|
|
inline |
◆ setFillColor()
◆ setNumeric3Id()
void bridges::dataset::Country::setNumeric3Id |
( |
int |
id | ) |
|
|
inline |
◆ setStrokeColor()
◆ setStrokeWidth()
void bridges::dataset::Country::setStrokeWidth |
( |
float |
width | ) |
|
|
inline |
The documentation for this class was generated from the following file: