Class GraphicInput

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
LineGraphicInput, NodeGraphicInput

public abstract class GraphicInput extends InputEntity
Describes the graphic data belonging to grid assets
See Also:
  • Constructor Details

    • GraphicInput

      protected GraphicInput(UUID uuid, String graphicLayer, org.locationtech.jts.geom.LineString path)
      Parameters:
      uuid - of the input entity
      graphicLayer - Description of the graphic layer, this graphic is located on
      path - A graphic representation as path
  • Method Details