Uses of Interface
net.opengis.om.x10.MeasurementType
-
Packages that use MeasurementType Package Description net.opengis.om.x10 net.opengis.om.x10.impl -
-
Uses of MeasurementType in net.opengis.om.x10
Methods in net.opengis.om.x10 that return MeasurementType Modifier and Type Method Description MeasurementTypeMeasurementDocument. addNewMeasurement()Appends and returns a new empty "Measurement" elementMeasurementTypeMeasurementDocument. getMeasurement()Gets the "Measurement" elementstatic MeasurementTypeMeasurementType.Factory. newInstance()static MeasurementTypeMeasurementType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static MeasurementTypeMeasurementType.Factory. parse(File file)static MeasurementTypeMeasurementType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static MeasurementTypeMeasurementType.Factory. parse(InputStream is)static MeasurementTypeMeasurementType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static MeasurementTypeMeasurementType.Factory. parse(Reader r)static MeasurementTypeMeasurementType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static MeasurementTypeMeasurementType.Factory. parse(String xmlAsString)static MeasurementTypeMeasurementType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static MeasurementTypeMeasurementType.Factory. parse(URL u)static MeasurementTypeMeasurementType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static MeasurementTypeMeasurementType.Factory. parse(XMLStreamReader sr)static MeasurementTypeMeasurementType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static MeasurementTypeMeasurementType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic MeasurementTypeMeasurementType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic MeasurementTypeMeasurementType.Factory. parse(Node node)static MeasurementTypeMeasurementType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.om.x10 with parameters of type MeasurementType Modifier and Type Method Description voidMeasurementDocument. setMeasurement(MeasurementType measurement)Sets the "Measurement" element -
Uses of MeasurementType in net.opengis.om.x10.impl
Classes in net.opengis.om.x10.impl that implement MeasurementType Modifier and Type Class Description classMeasurementTypeImplAn XML MeasurementType(@http://www.opengis.net/om/1.0).Methods in net.opengis.om.x10.impl that return MeasurementType Modifier and Type Method Description MeasurementTypeMeasurementDocumentImpl. addNewMeasurement()Appends and returns a new empty "Measurement" elementMeasurementTypeMeasurementDocumentImpl. getMeasurement()Gets the "Measurement" elementMethods in net.opengis.om.x10.impl with parameters of type MeasurementType Modifier and Type Method Description voidMeasurementDocumentImpl. setMeasurement(MeasurementType measurement)Sets the "Measurement" element
-