Uses of Interface
net.opengis.swe.x20.UnitReference
-
Packages that use UnitReference Package Description net.opengis.swe.x20 net.opengis.swe.x20.impl -
-
Uses of UnitReference in net.opengis.swe.x20
Methods in net.opengis.swe.x20 that return UnitReference Modifier and Type Method Description UnitReferenceQuantityRangeType. addNewUom()Appends and returns a new empty "uom" elementUnitReferenceQuantityType. addNewUom()Appends and returns a new empty "uom" elementUnitReferenceTimeRangeType. addNewUom()Appends and returns a new empty "uom" elementUnitReferenceTimeType. addNewUom()Appends and returns a new empty "uom" elementUnitReferenceQuantityRangeType. getUom()Gets the "uom" elementUnitReferenceQuantityType. getUom()Gets the "uom" elementUnitReferenceTimeRangeType. getUom()Gets the "uom" elementUnitReferenceTimeType. getUom()Gets the "uom" elementstatic UnitReferenceUnitReference.Factory. newInstance()static UnitReferenceUnitReference.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static UnitReferenceUnitReference.Factory. parse(File file)static UnitReferenceUnitReference.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static UnitReferenceUnitReference.Factory. parse(InputStream is)static UnitReferenceUnitReference.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static UnitReferenceUnitReference.Factory. parse(Reader r)static UnitReferenceUnitReference.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static UnitReferenceUnitReference.Factory. parse(String xmlAsString)static UnitReferenceUnitReference.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static UnitReferenceUnitReference.Factory. parse(URL u)static UnitReferenceUnitReference.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static UnitReferenceUnitReference.Factory. parse(XMLStreamReader sr)static UnitReferenceUnitReference.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static UnitReferenceUnitReference.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic UnitReferenceUnitReference.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic UnitReferenceUnitReference.Factory. parse(Node node)static UnitReferenceUnitReference.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.swe.x20 with parameters of type UnitReference Modifier and Type Method Description voidQuantityRangeType. setUom(UnitReference uom)Sets the "uom" elementvoidQuantityType. setUom(UnitReference uom)Sets the "uom" elementvoidTimeRangeType. setUom(UnitReference uom)Sets the "uom" elementvoidTimeType. setUom(UnitReference uom)Sets the "uom" element -
Uses of UnitReference in net.opengis.swe.x20.impl
Classes in net.opengis.swe.x20.impl that implement UnitReference Modifier and Type Class Description classUnitReferenceImplAn XML UnitReference(@http://www.opengis.net/swe/2.0).Methods in net.opengis.swe.x20.impl that return UnitReference Modifier and Type Method Description UnitReferenceQuantityRangeTypeImpl. addNewUom()Appends and returns a new empty "uom" elementUnitReferenceQuantityTypeImpl. addNewUom()Appends and returns a new empty "uom" elementUnitReferenceTimeRangeTypeImpl. addNewUom()Appends and returns a new empty "uom" elementUnitReferenceTimeTypeImpl. addNewUom()Appends and returns a new empty "uom" elementUnitReferenceQuantityRangeTypeImpl. getUom()Gets the "uom" elementUnitReferenceQuantityTypeImpl. getUom()Gets the "uom" elementUnitReferenceTimeRangeTypeImpl. getUom()Gets the "uom" elementUnitReferenceTimeTypeImpl. getUom()Gets the "uom" elementMethods in net.opengis.swe.x20.impl with parameters of type UnitReference Modifier and Type Method Description voidQuantityRangeTypeImpl. setUom(UnitReference uom)Sets the "uom" elementvoidQuantityTypeImpl. setUom(UnitReference uom)Sets the "uom" elementvoidTimeRangeTypeImpl. setUom(UnitReference uom)Sets the "uom" elementvoidTimeTypeImpl. setUom(UnitReference uom)Sets the "uom" element
-