Bridges-C++
3.4.5-dev1-6-g935685a
Bridges(C++ API)
|
This object contains US county related information. More...
#include <USCounty.h>
Public Member Functions | |
USCounty ()=default | |
Constructor. More... | |
USCounty (string id, string code, string county, string state) | |
Constructor. More... | |
string | getGeoId () const |
string | getFipsCode () const |
void | setFipsCode (string code) |
string | getStateName () const |
void | setStateName (string n) |
string | getCountyName () const |
void | setCountyName (string n) |
datastructure::Color | getStrokeColor () const |
void | setStrokeColor (datastructure::Color c) |
datastructure::Color | getFillColor () const |
void | setFillColor (datastructure::Color c) |
float | getStrokeWidth () const |
void | setStrokeWidth (float width) |
bool | getHideFlag () const |
void | setHideFlag (bool flag) |
This object contains US county related information.
This object is used alongside with the USMap object. Each county has a stroke color and fill color attributes. Each county has a geoid and FIPS code for identification. The geoid is used as the key in the USState object to efficiently access the county information using a hash table
See tutorial at https://bridgesuncc.github.io/tutorials/Map.html
|
default |
Constructor.
|
inline |
Constructor.
geoid | Geoid of county |
code | FIPS code of county |
county | county name |
state | state containing the county |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |