BEAST
eu.baltrad.beast.pgf.IPgfClientHelper Interface Reference
Inheritance diagram for eu.baltrad.beast.pgf.IPgfClientHelper:
eu.baltrad.beast.pgf.PgfClientHelper

Public Member Functions

List< QualityControlInformationgetQualityControls ()
 
List< AreaInformationgetAreas ()
 
List< AreaInformationgetAreas (String adaptorName)
 
List< String > getUniqueAreaIds ()
 
List< PcsDefinitiongetPcsDefinitions ()
 
List< PcsDefinitiongetPcsDefinitions (String adaptorName)
 
List< String > getUniquePcsIds ()
 

Detailed Description

Author
Anders Henja

Member Function Documentation

◆ getAreas() [1/2]

List< AreaInformation > eu.baltrad.beast.pgf.IPgfClientHelper.getAreas ( )
Returns
a list of all available areas from all registered adaptors

Implemented in eu.baltrad.beast.pgf.PgfClientHelper.

◆ getAreas() [2/2]

List< AreaInformation > eu.baltrad.beast.pgf.IPgfClientHelper.getAreas ( String adaptorName)
Parameters
adaptorNamethe name of the adaptor
Returns
a list of all available areas for the specified adaptor

Implemented in eu.baltrad.beast.pgf.PgfClientHelper.

◆ getPcsDefinitions() [1/2]

List< PcsDefinition > eu.baltrad.beast.pgf.IPgfClientHelper.getPcsDefinitions ( )
Returns
the pcs definitions for all available adaptors

Implemented in eu.baltrad.beast.pgf.PgfClientHelper.

◆ getPcsDefinitions() [2/2]

List< PcsDefinition > eu.baltrad.beast.pgf.IPgfClientHelper.getPcsDefinitions ( String adaptorName)
Parameters
adaptorNamethe name of the adaptor
Returns
the pcs definitions for all the specified adaptor

Implemented in eu.baltrad.beast.pgf.PgfClientHelper.

◆ getQualityControls()

List< QualityControlInformation > eu.baltrad.beast.pgf.IPgfClientHelper.getQualityControls ( )
Returns
A list of all available quality controls from all registered adaptors.

Implemented in eu.baltrad.beast.pgf.PgfClientHelper.

◆ getUniqueAreaIds()

List< String > eu.baltrad.beast.pgf.IPgfClientHelper.getUniqueAreaIds ( )
Returns
the unique area ids that are available in the PGFs.

Implemented in eu.baltrad.beast.pgf.PgfClientHelper.

◆ getUniquePcsIds()

List< String > eu.baltrad.beast.pgf.IPgfClientHelper.getUniquePcsIds ( )
Returns
the unique pcs definition ids that are available in the PGFs.

Implemented in eu.baltrad.beast.pgf.PgfClientHelper.


The documentation for this interface was generated from the following file: