Package net.opengis.sensorml.v20
Interface ProcessMethod
- All Superinterfaces:
AbstractSWE
,AbstractSWEIdentifiable
,Serializable
- All Known Implementing Classes:
ProcessMethodImpl
POJO class for XML type ProcessMethodType(@http://www.opengis.net/sensorml/2.0).
This is a complex type.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addAlgorithm
(AbstractAlgorithm algorithm) Adds a new algorithm propertyGets the list of algorithm propertiesint
Returns number of algorithm propertiesMethods inherited from interface net.opengis.swe.v20.AbstractSWE
addExtension, getExtensionList, getId, getNumExtensions, isSetId, setId
Methods inherited from interface net.opengis.swe.v20.AbstractSWEIdentifiable
getDescription, getIdentifier, getLabel, isSetDescription, isSetIdentifier, isSetLabel, setDescription, setIdentifier, setLabel
-
Method Details
-
getAlgorithmList
List<AbstractAlgorithm> getAlgorithmList()Gets the list of algorithm properties -
getNumAlgorithms
int getNumAlgorithms()Returns number of algorithm properties -
addAlgorithm
Adds a new algorithm property
-