Bridges-Java
3.4.4-dev2-4-g23cf54b
Bridges(Java API)
|
Class that holds US County information. More...
Public Member Functions | |
USCounty () | |
Default constructor. More... | |
USCounty (String geoid, String fips_code, String county_name, String state_name) | |
Constructor with county related parameters. More... | |
String | getCountyName () |
void | setCountyName (String n) |
String | getStateName () |
void | setStateName (String n) |
String | getGeoId () |
void | setGeoId (String id) |
String | getFipsCode () |
void | setFipsCode (String code) |
Color | getStrokeColor () |
void | setStrokeColor (Color c) |
Color | getFillColor () |
void | setFillColor (Color c) |
float | getStrokeWidth () |
Boolean | getHideFlag () |
void | setHideFlag (Boolean flag) |
Package Functions | |
void | setStrokeWidth (float width) |
Package Attributes | |
String | state_name |
String | geoid |
String | fips_code |
Color | fill_color |
Boolean | hide_flag |
Class that holds US County 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 effic
Each County object contains its county name, state name, geoid, fips code, stroke color, stroke width, fill color, stroke color
A tutorial on how to use the these objects is available at: https://bridgesuncc.github.io/tutorials/Map.html
bridges.data_src_dependent.USCounty.USCounty | ( | ) |
Default constructor.
bridges.data_src_dependent.USCounty.USCounty | ( | String | geoid, |
String | fips_code, | ||
String | county_name, | ||
String | state_name | ||
) |
Constructor with county related parameters.
geoid | GeoId of the county |
fips_code | FIPSa Code of the county |
county_name | county |
state_name | state containing county |
String bridges.data_src_dependent.USCounty.getCountyName | ( | ) |
Color bridges.data_src_dependent.USCounty.getFillColor | ( | ) |
String bridges.data_src_dependent.USCounty.getFipsCode | ( | ) |
String bridges.data_src_dependent.USCounty.getGeoId | ( | ) |
Boolean bridges.data_src_dependent.USCounty.getHideFlag | ( | ) |
String bridges.data_src_dependent.USCounty.getStateName | ( | ) |
Color bridges.data_src_dependent.USCounty.getStrokeColor | ( | ) |
float bridges.data_src_dependent.USCounty.getStrokeWidth | ( | ) |
void bridges.data_src_dependent.USCounty.setCountyName | ( | String | n | ) |
void bridges.data_src_dependent.USCounty.setFillColor | ( | Color | c | ) |
void bridges.data_src_dependent.USCounty.setFipsCode | ( | String | code | ) |
void bridges.data_src_dependent.USCounty.setGeoId | ( | String | id | ) |
void bridges.data_src_dependent.USCounty.setHideFlag | ( | Boolean | flag | ) |
void bridges.data_src_dependent.USCounty.setStateName | ( | String | n | ) |
void bridges.data_src_dependent.USCounty.setStrokeColor | ( | Color | c | ) |
|
package |
|
package |
|
package |
|
package |
|
package |
|
package |