Class OverlayDataInfo

java.lang.Object
PamView.paneloverlay.OverlayDataInfo
All Implemented Interfaces:
Serializable, Cloneable, ManagedParameters
Direct Known Subclasses:
MapDetectionData, OverlayMarkDataInfo, RadarDataInfo

public class OverlayDataInfo extends Object implements Serializable, Cloneable, ManagedParameters
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    Data name - gets serialized, then rematched with the data block once deserialized.
    boolean
    Plot theses data - if false will not plot at all.
    static final long
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Even though this class is a superclass of others, we don't need to explicitly add the fields through the 'getSuperclass' modifier because the fields are all public so will be included when the super class calls autoGenerate on it's own

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • serialVersionUID

      public static final long serialVersionUID
      See Also:
    • dataName

      public String dataName
      Data name - gets serialized, then rematched with the data block once deserialized. Can't serialise a datablock !
    • select

      public boolean select
      Plot theses data - if false will not plot at all.
  • Constructor Details

    • OverlayDataInfo

      public OverlayDataInfo(String dataName)
  • Method Details

    • getParameterSet

      public PamParameterSet getParameterSet()
      Even though this class is a superclass of others, we don't need to explicitly add the fields through the 'getSuperclass' modifier because the fields are all public so will be included when the super class calls autoGenerate on it's own
      Specified by:
      getParameterSet in interface ManagedParameters
      Returns:
      description of the parameters in a class.