Bridges-Java
3.4.4-dev2-4-g23cf54b
Bridges(Java API)
|
This class provides an API to displaying world maps in BRIDGES. More...
Public Member Functions | |
WorldMap () | |
String | getDataStructureRepresentation () |
get JSON representation of the data structure - a dummy string More... | |
String | getDataStructType () |
String | getProjection () |
Boolean | getOverlay () |
Gets the map overlay flag. More... | |
String | getMapRepresentation () |
Additional Inherited Members | |
Protected Attributes inherited from bridges.base.DataStruct | |
String | QUOTE = "\"" |
Package Attributes inherited from bridges.base.DataStruct | |
String | COMMA = "," |
String | COLON = ":" |
String | OPEN_CURLY = "{" |
String | CLOSE_CURLY = "}" |
String | OPEN_PAREN = "(" |
String | CLOSE_PAREN = ")" |
String | OPEN_BOX = "[" |
String | CLOSE_BOX = "]" |
This class provides an API to displaying world maps in BRIDGES.
See the Maps tutorials for examples of the usage of the US Map API at https://bridgesuncc.github.io/tutorials/Map.html
bridges.base.WorldMap.WorldMap | ( | ) |
String bridges.base.WorldMap.getDataStructType | ( | ) |
Reimplemented from bridges.base.DataStruct.
String bridges.base.WorldMap.getDataStructureRepresentation | ( | ) |
get JSON representation of the data structure - a dummy string
Reimplemented from bridges.base.DataStruct.
String bridges.base.WorldMap.getMapRepresentation | ( | ) |
Implements bridges.base.AbstrMap.
Boolean bridges.base.WorldMap.getOverlay | ( | ) |
String bridges.base.WorldMap.getProjection | ( | ) |
Implements bridges.base.AbstrMap.