Uses of Interface
net.opengis.swe.x101.DecimalPair
-
Packages that use DecimalPair Package Description net.opengis.swe.x101 net.opengis.swe.x101.impl -
-
Uses of DecimalPair in net.opengis.swe.x101
Methods in net.opengis.swe.x101 that return DecimalPair Modifier and Type Method Description DecimalPairAllowedValuesDocument.AllowedValues. addNewInterval()Appends and returns a new empty value (as xml) as the last "interval" elementDecimalPairAllowedValuesDocument.AllowedValues. insertNewInterval(int i)Inserts and returns a new empty value (as xml) as the ith "interval" elementstatic DecimalPairDecimalPair.Factory. newInstance()static DecimalPairDecimalPair.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static DecimalPairDecimalPair.Factory. newValue(Object obj)static DecimalPairDecimalPair.Factory. parse(File file)static DecimalPairDecimalPair.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static DecimalPairDecimalPair.Factory. parse(InputStream is)static DecimalPairDecimalPair.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static DecimalPairDecimalPair.Factory. parse(Reader r)static DecimalPairDecimalPair.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static DecimalPairDecimalPair.Factory. parse(String xmlAsString)static DecimalPairDecimalPair.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static DecimalPairDecimalPair.Factory. parse(URL u)static DecimalPairDecimalPair.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static DecimalPairDecimalPair.Factory. parse(XMLStreamReader sr)static DecimalPairDecimalPair.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static DecimalPairDecimalPair.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic DecimalPairDecimalPair.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic DecimalPairDecimalPair.Factory. parse(Node node)static DecimalPairDecimalPair.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)DecimalPair[]AllowedValuesDocument.AllowedValues. xgetIntervalArray()Gets (as xml) array of all "interval" elementsDecimalPairAllowedValuesDocument.AllowedValues. xgetIntervalArray(int i)Gets (as xml) ith "interval" elementDecimalPairQuantityRangeDocument.QuantityRange. xgetValue()Gets (as xml) the "value" elementMethods in net.opengis.swe.x101 with parameters of type DecimalPair Modifier and Type Method Description voidAllowedValuesDocument.AllowedValues. xsetIntervalArray(int i, DecimalPair interval)Sets (as xml) ith "interval" elementvoidAllowedValuesDocument.AllowedValues. xsetIntervalArray(DecimalPair[] intervalArray)Sets (as xml) array of all "interval" elementvoidQuantityRangeDocument.QuantityRange. xsetValue(DecimalPair value)Sets (as xml) the "value" element -
Uses of DecimalPair in net.opengis.swe.x101.impl
Classes in net.opengis.swe.x101.impl that implement DecimalPair Modifier and Type Class Description classDecimalPairImplAn XML decimalPair(@http://www.opengis.net/swe/1.0.1).Methods in net.opengis.swe.x101.impl that return DecimalPair Modifier and Type Method Description DecimalPairAllowedValuesDocumentImpl.AllowedValuesImpl. addNewInterval()Appends and returns a new empty value (as xml) as the last "interval" elementDecimalPairAllowedValuesDocumentImpl.AllowedValuesImpl. insertNewInterval(int i)Inserts and returns a new empty value (as xml) as the ith "interval" elementDecimalPair[]AllowedValuesDocumentImpl.AllowedValuesImpl. xgetIntervalArray()Gets (as xml) array of all "interval" elementsDecimalPairAllowedValuesDocumentImpl.AllowedValuesImpl. xgetIntervalArray(int i)Gets (as xml) ith "interval" elementDecimalPairQuantityRangeDocumentImpl.QuantityRangeImpl. xgetValue()Gets (as xml) the "value" elementMethods in net.opengis.swe.x101.impl with parameters of type DecimalPair Modifier and Type Method Description voidAllowedValuesDocumentImpl.AllowedValuesImpl. xsetIntervalArray(int i, DecimalPair interval)Sets (as xml) ith "interval" elementvoidAllowedValuesDocumentImpl.AllowedValuesImpl. xsetIntervalArray(DecimalPair[] intervalArray)Sets (as xml) array of all "interval" elementvoidQuantityRangeDocumentImpl.QuantityRangeImpl. xsetValue(DecimalPair value)Sets (as xml) the "value" element
-