Uses of Interface
net.opengis.sensorML.x101.SystemType
-
Packages that use SystemType Package Description net.opengis.sensorML.x101 net.opengis.sensorML.x101.impl -
-
Uses of SystemType in net.opengis.sensorML.x101
Methods in net.opengis.sensorML.x101 that return SystemType Modifier and Type Method Description SystemTypeSystemDocument. addNewSystem()Appends and returns a new empty "System" elementSystemTypeSystemDocument. getSystem()Gets the "System" elementstatic SystemTypeSystemType.Factory. newInstance()static SystemTypeSystemType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static SystemTypeSystemType.Factory. parse(File file)static SystemTypeSystemType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static SystemTypeSystemType.Factory. parse(InputStream is)static SystemTypeSystemType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static SystemTypeSystemType.Factory. parse(Reader r)static SystemTypeSystemType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static SystemTypeSystemType.Factory. parse(String xmlAsString)static SystemTypeSystemType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static SystemTypeSystemType.Factory. parse(URL u)static SystemTypeSystemType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static SystemTypeSystemType.Factory. parse(XMLStreamReader sr)static SystemTypeSystemType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static SystemTypeSystemType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic SystemTypeSystemType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic SystemTypeSystemType.Factory. parse(Node node)static SystemTypeSystemType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.sensorML.x101 with parameters of type SystemType Modifier and Type Method Description voidSystemDocument. setSystem(SystemType system)Sets the "System" element -
Uses of SystemType in net.opengis.sensorML.x101.impl
Classes in net.opengis.sensorML.x101.impl that implement SystemType Modifier and Type Class Description classSystemTypeImplAn XML SystemType(@http://www.opengis.net/sensorML/1.0.1).Methods in net.opengis.sensorML.x101.impl that return SystemType Modifier and Type Method Description SystemTypeSystemDocumentImpl. addNewSystem()Appends and returns a new empty "System" elementSystemTypeSystemDocumentImpl. getSystem()Gets the "System" elementMethods in net.opengis.sensorML.x101.impl with parameters of type SystemType Modifier and Type Method Description voidSystemDocumentImpl. setSystem(SystemType system)Sets the "System" element
-