Interface ProcessMethod

All Superinterfaces:
AbstractSWE, AbstractSWEIdentifiable, Serializable
All Known Implementing Classes:
ProcessMethodImpl

public interface ProcessMethod extends AbstractSWEIdentifiable
POJO class for XML type ProcessMethodType(@http://www.opengis.net/sensorml/2.0). This is a complex type.
  • Method Details

    • getAlgorithmList

      List<AbstractAlgorithm> getAlgorithmList()
      Gets the list of algorithm properties
    • getNumAlgorithms

      int getNumAlgorithms()
      Returns number of algorithm properties
    • addAlgorithm

      void addAlgorithm(AbstractAlgorithm algorithm)
      Adds a new algorithm property