Uses of Interface
net.opengis.sensorml.x20.AbstractAlgorithmType
-
Packages that use AbstractAlgorithmType Package Description net.opengis.sensorml.x20 net.opengis.sensorml.x20.impl -
-
Uses of AbstractAlgorithmType in net.opengis.sensorml.x20
Methods in net.opengis.sensorml.x20 that return AbstractAlgorithmType Modifier and Type Method Description AbstractAlgorithmTypeAbstractAlgorithmDocument. addNewAbstractAlgorithm()Appends and returns a new empty "AbstractAlgorithm" elementAbstractAlgorithmTypeAbstractAlgorithmPropertyType. addNewAbstractAlgorithm()Appends and returns a new empty "AbstractAlgorithm" elementAbstractAlgorithmTypeProcessMethodType.Algorithm. addNewAbstractAlgorithm()Appends and returns a new empty "AbstractAlgorithm" elementAbstractAlgorithmTypeAbstractAlgorithmDocument. getAbstractAlgorithm()Gets the "AbstractAlgorithm" elementAbstractAlgorithmTypeAbstractAlgorithmPropertyType. getAbstractAlgorithm()Gets the "AbstractAlgorithm" elementAbstractAlgorithmTypeProcessMethodType.Algorithm. getAbstractAlgorithm()Gets the "AbstractAlgorithm" elementstatic AbstractAlgorithmTypeAbstractAlgorithmType.Factory. newInstance()Deprecated.No need to be able to create instances of abstract typesstatic AbstractAlgorithmTypeAbstractAlgorithmType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)Deprecated.No need to be able to create instances of abstract typesstatic AbstractAlgorithmTypeAbstractAlgorithmType.Factory. parse(File file)static AbstractAlgorithmTypeAbstractAlgorithmType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static AbstractAlgorithmTypeAbstractAlgorithmType.Factory. parse(InputStream is)static AbstractAlgorithmTypeAbstractAlgorithmType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static AbstractAlgorithmTypeAbstractAlgorithmType.Factory. parse(Reader r)static AbstractAlgorithmTypeAbstractAlgorithmType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static AbstractAlgorithmTypeAbstractAlgorithmType.Factory. parse(String xmlAsString)static AbstractAlgorithmTypeAbstractAlgorithmType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static AbstractAlgorithmTypeAbstractAlgorithmType.Factory. parse(URL u)static AbstractAlgorithmTypeAbstractAlgorithmType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static AbstractAlgorithmTypeAbstractAlgorithmType.Factory. parse(XMLStreamReader sr)static AbstractAlgorithmTypeAbstractAlgorithmType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static AbstractAlgorithmTypeAbstractAlgorithmType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic AbstractAlgorithmTypeAbstractAlgorithmType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic AbstractAlgorithmTypeAbstractAlgorithmType.Factory. parse(Node node)static AbstractAlgorithmTypeAbstractAlgorithmType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.sensorml.x20 with parameters of type AbstractAlgorithmType Modifier and Type Method Description voidAbstractAlgorithmDocument. setAbstractAlgorithm(AbstractAlgorithmType abstractAlgorithm)Sets the "AbstractAlgorithm" elementvoidAbstractAlgorithmPropertyType. setAbstractAlgorithm(AbstractAlgorithmType abstractAlgorithm)Sets the "AbstractAlgorithm" elementvoidProcessMethodType.Algorithm. setAbstractAlgorithm(AbstractAlgorithmType abstractAlgorithm)Sets the "AbstractAlgorithm" element -
Uses of AbstractAlgorithmType in net.opengis.sensorml.x20.impl
Classes in net.opengis.sensorml.x20.impl that implement AbstractAlgorithmType Modifier and Type Class Description classAbstractAlgorithmTypeImplAn XML AbstractAlgorithmType(@http://www.opengis.net/sensorml/2.0).Methods in net.opengis.sensorml.x20.impl that return AbstractAlgorithmType Modifier and Type Method Description AbstractAlgorithmTypeAbstractAlgorithmDocumentImpl. addNewAbstractAlgorithm()Appends and returns a new empty "AbstractAlgorithm" elementAbstractAlgorithmTypeAbstractAlgorithmPropertyTypeImpl. addNewAbstractAlgorithm()Appends and returns a new empty "AbstractAlgorithm" elementAbstractAlgorithmTypeProcessMethodTypeImpl.AlgorithmImpl. addNewAbstractAlgorithm()Appends and returns a new empty "AbstractAlgorithm" elementAbstractAlgorithmTypeAbstractAlgorithmDocumentImpl. getAbstractAlgorithm()Gets the "AbstractAlgorithm" elementAbstractAlgorithmTypeAbstractAlgorithmPropertyTypeImpl. getAbstractAlgorithm()Gets the "AbstractAlgorithm" elementAbstractAlgorithmTypeProcessMethodTypeImpl.AlgorithmImpl. getAbstractAlgorithm()Gets the "AbstractAlgorithm" elementMethods in net.opengis.sensorml.x20.impl with parameters of type AbstractAlgorithmType Modifier and Type Method Description voidAbstractAlgorithmDocumentImpl. setAbstractAlgorithm(AbstractAlgorithmType abstractAlgorithm)Sets the "AbstractAlgorithm" elementvoidAbstractAlgorithmPropertyTypeImpl. setAbstractAlgorithm(AbstractAlgorithmType abstractAlgorithm)Sets the "AbstractAlgorithm" elementvoidProcessMethodTypeImpl.AlgorithmImpl. setAbstractAlgorithm(AbstractAlgorithmType abstractAlgorithm)Sets the "AbstractAlgorithm" element
-