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 Link icon

    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 Link icon

    Constructors
    Constructor
    Description
     
  • Method Summary Link icon

    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 Link icon

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

    • serialVersionUID Link icon

      public static final long serialVersionUID
      See Also:
    • dataName Link icon

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

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

    • OverlayDataInfo Link icon

      public OverlayDataInfo(String dataName)
  • Method Details Link icon

    • getParameterSet Link icon

      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.