Uses of Interface
net.opengis.gml.DoubleOrNullList
-
Packages that use DoubleOrNullList Package Description net.opengis.gml net.opengis.gml.impl -
-
Uses of DoubleOrNullList in net.opengis.gml
Subinterfaces of DoubleOrNullList in net.opengis.gml Modifier and Type Interface Description interfaceMeasureOrNullListTypeAn XML MeasureOrNullListType(@http://www.opengis.net/gml).interfaceQuantityExtentTypeAn XML QuantityExtentType(@http://www.opengis.net/gml).Methods in net.opengis.gml that return DoubleOrNullList Modifier and Type Method Description static DoubleOrNullListDoubleOrNullList.Factory. newInstance()static DoubleOrNullListDoubleOrNullList.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static DoubleOrNullListDoubleOrNullList.Factory. newValue(Object obj)static DoubleOrNullListDoubleOrNullList.Factory. parse(File file)static DoubleOrNullListDoubleOrNullList.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static DoubleOrNullListDoubleOrNullList.Factory. parse(InputStream is)static DoubleOrNullListDoubleOrNullList.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static DoubleOrNullListDoubleOrNullList.Factory. parse(Reader r)static DoubleOrNullListDoubleOrNullList.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static DoubleOrNullListDoubleOrNullList.Factory. parse(String xmlAsString)static DoubleOrNullListDoubleOrNullList.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static DoubleOrNullListDoubleOrNullList.Factory. parse(URL u)static DoubleOrNullListDoubleOrNullList.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static DoubleOrNullListDoubleOrNullList.Factory. parse(XMLStreamReader sr)static DoubleOrNullListDoubleOrNullList.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static DoubleOrNullListDoubleOrNullList.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic DoubleOrNullListDoubleOrNullList.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic DoubleOrNullListDoubleOrNullList.Factory. parse(Node node)static DoubleOrNullListDoubleOrNullList.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)DoubleOrNullListDataBlockType. xgetDoubleOrNullTupleList()Gets (as xml) the "doubleOrNullTupleList" elementDoubleOrNullListDoubleOrNullTupleListDocument. xgetDoubleOrNullTupleList()Gets (as xml) the "doubleOrNullTupleList" elementMethods in net.opengis.gml with parameters of type DoubleOrNullList Modifier and Type Method Description voidDataBlockType. xsetDoubleOrNullTupleList(DoubleOrNullList doubleOrNullTupleList)Sets (as xml) the "doubleOrNullTupleList" elementvoidDoubleOrNullTupleListDocument. xsetDoubleOrNullTupleList(DoubleOrNullList doubleOrNullTupleList)Sets (as xml) the "doubleOrNullTupleList" element -
Uses of DoubleOrNullList in net.opengis.gml.impl
Classes in net.opengis.gml.impl that implement DoubleOrNullList Modifier and Type Class Description classDoubleOrNullListImplAn XML doubleOrNullList(@http://www.opengis.net/gml).classMeasureOrNullListTypeImplAn XML MeasureOrNullListType(@http://www.opengis.net/gml).classQuantityExtentTypeImplAn XML QuantityExtentType(@http://www.opengis.net/gml).Methods in net.opengis.gml.impl that return DoubleOrNullList Modifier and Type Method Description DoubleOrNullListDataBlockTypeImpl. xgetDoubleOrNullTupleList()Gets (as xml) the "doubleOrNullTupleList" elementDoubleOrNullListDoubleOrNullTupleListDocumentImpl. xgetDoubleOrNullTupleList()Gets (as xml) the "doubleOrNullTupleList" elementMethods in net.opengis.gml.impl with parameters of type DoubleOrNullList Modifier and Type Method Description voidDataBlockTypeImpl. xsetDoubleOrNullTupleList(DoubleOrNullList doubleOrNullTupleList)Sets (as xml) the "doubleOrNullTupleList" elementvoidDoubleOrNullTupleListDocumentImpl. xsetDoubleOrNullTupleList(DoubleOrNullList doubleOrNullTupleList)Sets (as xml) the "doubleOrNullTupleList" element
-