Uses of Interface
net.opengis.om.x20.OMObservationType
-
Packages that use OMObservationType Package Description net.opengis.om.x20 net.opengis.om.x20.impl -
-
Uses of OMObservationType in net.opengis.om.x20
Methods in net.opengis.om.x20 that return OMObservationType Modifier and Type Method Description OMObservationTypeOMObservationDocument. addNewOMObservation()Appends and returns a new empty "OM_Observation" elementOMObservationTypeOMObservationPropertyType. addNewOMObservation()Appends and returns a new empty "OM_Observation" elementOMObservationTypeOMObservationDocument. getOMObservation()Gets the "OM_Observation" elementOMObservationTypeOMObservationPropertyType. getOMObservation()Gets the "OM_Observation" elementstatic OMObservationTypeOMObservationType.Factory. newInstance()static OMObservationTypeOMObservationType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static OMObservationTypeOMObservationType.Factory. parse(File file)static OMObservationTypeOMObservationType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static OMObservationTypeOMObservationType.Factory. parse(InputStream is)static OMObservationTypeOMObservationType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static OMObservationTypeOMObservationType.Factory. parse(Reader r)static OMObservationTypeOMObservationType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static OMObservationTypeOMObservationType.Factory. parse(String xmlAsString)static OMObservationTypeOMObservationType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static OMObservationTypeOMObservationType.Factory. parse(URL u)static OMObservationTypeOMObservationType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static OMObservationTypeOMObservationType.Factory. parse(XMLStreamReader sr)static OMObservationTypeOMObservationType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static OMObservationTypeOMObservationType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic OMObservationTypeOMObservationType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic OMObservationTypeOMObservationType.Factory. parse(Node node)static OMObservationTypeOMObservationType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.om.x20 with parameters of type OMObservationType Modifier and Type Method Description voidOMObservationDocument. setOMObservation(OMObservationType omObservation)Sets the "OM_Observation" elementvoidOMObservationPropertyType. setOMObservation(OMObservationType omObservation)Sets the "OM_Observation" element -
Uses of OMObservationType in net.opengis.om.x20.impl
Classes in net.opengis.om.x20.impl that implement OMObservationType Modifier and Type Class Description classOMObservationTypeImplAn XML OM_ObservationType(@http://www.opengis.net/om/2.0).Methods in net.opengis.om.x20.impl that return OMObservationType Modifier and Type Method Description OMObservationTypeOMObservationDocumentImpl. addNewOMObservation()Appends and returns a new empty "OM_Observation" elementOMObservationTypeOMObservationPropertyTypeImpl. addNewOMObservation()Appends and returns a new empty "OM_Observation" elementOMObservationTypeOMObservationDocumentImpl. getOMObservation()Gets the "OM_Observation" elementOMObservationTypeOMObservationPropertyTypeImpl. getOMObservation()Gets the "OM_Observation" elementMethods in net.opengis.om.x20.impl with parameters of type OMObservationType Modifier and Type Method Description voidOMObservationDocumentImpl. setOMObservation(OMObservationType omObservation)Sets the "OM_Observation" elementvoidOMObservationPropertyTypeImpl. setOMObservation(OMObservationType omObservation)Sets the "OM_Observation" element
-