com.nchart3d.NChart.NChartMapShape Class Reference
The NChartMapShape class provides methods to display map shapes in NChartMapSeries. More...
Inheritance diagram for com.nchart3d.NChart.NChartMapShape:
Public Member Functions | |
| String | getIdentifier () |
| Identifier of the map shape. | |
| String | getName () |
| Name of the map shape. | |
Public Member Functions inherited from com.nchart3d.NChart.NChartMarker | |
| NChartMarkerShape | getShape () |
| Shape of the marker. More... | |
| void | setShape (NChartMarkerShape shape) |
| For details see getShape(). | |
| NChartModel | getModel () |
| Model of the marker. More... | |
| void | setModel (NChartModel model) |
| For details see getModel(). | |
| NChartBrush | getBrush () |
| Brush that fills the marker. More... | |
| void | setBrush (NChartBrush brush) |
| For details see getBrush(). | |
| NChartBrush | getBorderBrush () |
| Brush of the marker's border. More... | |
| void | setBorderBrush (NChartBrush borderBrush) |
| For details see getBorderBrush(). | |
| float | getBorderThickness () |
| Thickness of the marker's border in pixels. More... | |
| void | setBorderThickness (float borderThickness) |
| For details see getBorderThickness(). | |
| float | getAngleX () |
| Rotation of the marker around the X-axis in radians. More... | |
| void | setAngleX (float angleX) |
| For details see getAngleX(). | |
| float | getAngleY () |
| Rotation of the marker around the Y-axis in radians. More... | |
| void | setAngleY (float angleY) |
| For details see getAngleY(). | |
| float | getAngleZ () |
| Rotation of the marker around the Z-axis in radians. More... | |
| void | setAngleZ (float angleZ) |
| For details see getAngleZ(). | |
| float | getSize () |
| Size of the marker. More... | |
| void | setSize (float size) |
| For details see getSize(). | |
| float | getSelectionSize () |
| Size of the marker's touch area (the area you can touch to select the corresponding chart point). More... | |
| void | setSelectionSize (float selectionSize) |
| For details see getSelectionSize(). | |
| int | getResolution () |
| Resolution of the marker. More... | |
| void | setResolution (int resolution) |
| For details see getResolution(). | |
Detailed Description
The NChartMapShape class provides methods to display map shapes in NChartMapSeries.
To display map shapes, NChartMapSeries reuses mechanism of markers (that's why NChartMapShape inherits from NChartMarker). The NChartMapShape instances can be created with help of NChartMapTopobase by loading from a GeoJSON file.

Public Member Functions inherited from