Package PamView.paneloverlay
Class OverlayDataInfo
java.lang.Object
PamView.paneloverlay.OverlayDataInfo
- All Implemented Interfaces:
Serializable
,Cloneable
,ManagedParameters
- Direct Known Subclasses:
MapDetectionData
,OverlayMarkDataInfo
,RadarDataInfo
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionData 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
-
Method Summary
Modifier and TypeMethodDescriptionEven 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
-
Field Details
-
serialVersionUID
public static final long serialVersionUID- See Also:
-
dataName
Data name - gets serialized, then rematched with the data block once deserialized. Can't serialise a datablock ! -
select
public boolean selectPlot theses data - if false will not plot at all.
-
-
Constructor Details
-
OverlayDataInfo
-
-
Method Details
-
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 interfaceManagedParameters
- Returns:
- description of the parameters in a class.
-