Uses of Interface
net.opengis.sensorML.x101.ProcessMethodType.Algorithm
-
Packages that use ProcessMethodType.Algorithm Package Description net.opengis.sensorML.x101 net.opengis.sensorML.x101.impl -
-
Uses of ProcessMethodType.Algorithm in net.opengis.sensorML.x101
Methods in net.opengis.sensorML.x101 that return ProcessMethodType.Algorithm Modifier and Type Method Description ProcessMethodType.AlgorithmProcessMethodType. addNewAlgorithm()Appends and returns a new empty "algorithm" elementProcessMethodType.AlgorithmProcessMethodType. getAlgorithm()Gets the "algorithm" elementstatic ProcessMethodType.AlgorithmProcessMethodType.Algorithm.Factory. newInstance()static ProcessMethodType.AlgorithmProcessMethodType.Algorithm.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.sensorML.x101 with parameters of type ProcessMethodType.Algorithm Modifier and Type Method Description voidProcessMethodType. setAlgorithm(ProcessMethodType.Algorithm algorithm)Sets the "algorithm" element -
Uses of ProcessMethodType.Algorithm in net.opengis.sensorML.x101.impl
Classes in net.opengis.sensorML.x101.impl that implement ProcessMethodType.Algorithm Modifier and Type Class Description static classProcessMethodTypeImpl.AlgorithmImplAn XML algorithm(@http://www.opengis.net/sensorML/1.0.1).Methods in net.opengis.sensorML.x101.impl that return ProcessMethodType.Algorithm Modifier and Type Method Description ProcessMethodType.AlgorithmProcessMethodTypeImpl. addNewAlgorithm()Appends and returns a new empty "algorithm" elementProcessMethodType.AlgorithmProcessMethodTypeImpl. getAlgorithm()Gets the "algorithm" elementMethods in net.opengis.sensorML.x101.impl with parameters of type ProcessMethodType.Algorithm Modifier and Type Method Description voidProcessMethodTypeImpl. setAlgorithm(ProcessMethodType.Algorithm algorithm)Sets the "algorithm" element
-