Class NodeGraphicInput

All Implemented Interfaces:
HasNodes, NestedEntity, Serializable

public class NodeGraphicInput extends GraphicInput implements HasNodes
Describes the graphic data belonging to a NodeInput
See Also:
  • Constructor Details

    • NodeGraphicInput

      public NodeGraphicInput(UUID uuid, String graphicLayer, org.locationtech.jts.geom.LineString path, NodeInput node, org.locationtech.jts.geom.Point point)
      Parameters:
      uuid - of the input entity
      graphicLayer - Description of the graphic layer, this graphic is located on
      path - A graphic representation as path
      node - The NodeInput to this graphic data
      point - The geometric point of this node
  • Method Details