Bridges-Java  3.4.4-dev2-4-g23cf54b
Bridges(Java API)
Public Member Functions | List of all members
bridges.base.WorldMap Class Reference

This class provides an API to displaying world maps in BRIDGES. More...

Inheritance diagram for bridges.base.WorldMap:
bridges.base.DataStruct bridges.base.AbstrMap

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 = "]"
 

Detailed Description

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

Constructor & Destructor Documentation

◆ WorldMap()

bridges.base.WorldMap.WorldMap ( )

Member Function Documentation

◆ getDataStructType()

String bridges.base.WorldMap.getDataStructType ( )

Reimplemented from bridges.base.DataStruct.

◆ getDataStructureRepresentation()

String bridges.base.WorldMap.getDataStructureRepresentation ( )

get JSON representation of the data structure - a dummy string

Returns
JSON string

Reimplemented from bridges.base.DataStruct.

◆ getMapRepresentation()

String bridges.base.WorldMap.getMapRepresentation ( )

Implements bridges.base.AbstrMap.

◆ getOverlay()

Boolean bridges.base.WorldMap.getOverlay ( )

Gets the map overlay flag.

Returns
boolean

Implements bridges.base.AbstrMap.

◆ getProjection()

String bridges.base.WorldMap.getProjection ( )

Implements bridges.base.AbstrMap.


The documentation for this class was generated from the following file: