Uses of Interface
net.opengis.gml.DoubleOrNull
-
Packages that use DoubleOrNull Package Description net.opengis.gml net.opengis.gml.impl -
-
Uses of DoubleOrNull in net.opengis.gml
Methods in net.opengis.gml that return DoubleOrNull Modifier and Type Method Description static DoubleOrNullDoubleOrNull.Factory. newInstance()static DoubleOrNullDoubleOrNull.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static DoubleOrNullDoubleOrNull.Factory. newValue(Object obj)static DoubleOrNullDoubleOrNull.Factory. parse(File file)static DoubleOrNullDoubleOrNull.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static DoubleOrNullDoubleOrNull.Factory. parse(InputStream is)static DoubleOrNullDoubleOrNull.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static DoubleOrNullDoubleOrNull.Factory. parse(Reader r)static DoubleOrNullDoubleOrNull.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static DoubleOrNullDoubleOrNull.Factory. parse(String xmlAsString)static DoubleOrNullDoubleOrNull.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static DoubleOrNullDoubleOrNull.Factory. parse(URL u)static DoubleOrNullDoubleOrNull.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static DoubleOrNullDoubleOrNull.Factory. parse(XMLStreamReader sr)static DoubleOrNullDoubleOrNull.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static DoubleOrNullDoubleOrNull.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic DoubleOrNullDoubleOrNull.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic DoubleOrNullDoubleOrNull.Factory. parse(Node node)static DoubleOrNullDoubleOrNull.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options) -
Uses of DoubleOrNull in net.opengis.gml.impl
Classes in net.opengis.gml.impl that implement DoubleOrNull Modifier and Type Class Description classDoubleOrNullImplAn XML doubleOrNull(@http://www.opengis.net/gml).
-