Uses of Interface
net.opengis.sensorML.x10.ProcessMethodType.Algorithm

Packages that use ProcessMethodType.Algorithm
net.opengis.sensorML.x10   
net.opengis.sensorML.x10.impl   
 

Uses of ProcessMethodType.Algorithm in net.opengis.sensorML.x10
 

Methods in net.opengis.sensorML.x10 that return ProcessMethodType.Algorithm
 ProcessMethodType.Algorithm ProcessMethodType.addNewAlgorithm()
          Appends and returns a new empty "algorithm" element
 ProcessMethodType.Algorithm ProcessMethodType.getAlgorithm()
          Gets the "algorithm" element
static ProcessMethodType.Algorithm ProcessMethodType.Algorithm.Factory.newInstance()
           
static ProcessMethodType.Algorithm ProcessMethodType.Algorithm.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
 

Methods in net.opengis.sensorML.x10 with parameters of type ProcessMethodType.Algorithm
 void ProcessMethodType.setAlgorithm(ProcessMethodType.Algorithm algorithm)
          Sets the "algorithm" element
 

Uses of ProcessMethodType.Algorithm in net.opengis.sensorML.x10.impl
 

Classes in net.opengis.sensorML.x10.impl that implement ProcessMethodType.Algorithm
static class ProcessMethodTypeImpl.AlgorithmImpl
          An XML algorithm(@http://www.opengis.net/sensorML/1.0).
 

Methods in net.opengis.sensorML.x10.impl that return ProcessMethodType.Algorithm
 ProcessMethodType.Algorithm ProcessMethodTypeImpl.addNewAlgorithm()
          Appends and returns a new empty "algorithm" element
 ProcessMethodType.Algorithm ProcessMethodTypeImpl.getAlgorithm()
          Gets the "algorithm" element
 

Methods in net.opengis.sensorML.x10.impl with parameters of type ProcessMethodType.Algorithm
 void ProcessMethodTypeImpl.setAlgorithm(ProcessMethodType.Algorithm algorithm)
          Sets the "algorithm" element
 



Copyright © 2004-2013 52north.org. All Rights Reserved.