Interface MapShape3D


public interface MapShape3D
A layer which is added to a 3D map.
Author:
Jamie Macaulay
  • Method Summary

    Modifier and Type
    Method
    Description
    javafx.scene.Group
    Get the shape to be added to the 3D graph.
    Get the name of the shape type e.g.
  • Method Details

    • getShapeType

      String getShapeType()
      Get the name of the shape type e.g. Bathymetry
      Returns:
      the name of the shape type.
    • getShape

      javafx.scene.Group getShape()
      Get the shape to be added to the 3D graph.
      Returns:
      the shape to add the Map.