Uses of Interface
net.opengis.gml.x32.DoubleList
-
Packages that use DoubleList Package Description net.opengis.gml.x32 net.opengis.gml.x32.impl -
-
Uses of DoubleList in net.opengis.gml.x32
Subinterfaces of DoubleList in net.opengis.gml.x32 Modifier and Type Interface Description interfaceDirectPositionListTypeAn XML DirectPositionListType(@http://www.opengis.net/gml/3.2).interfaceDirectPositionTypeAn XML DirectPositionType(@http://www.opengis.net/gml/3.2).interfaceMeasureListTypeAn XML MeasureListType(@http://www.opengis.net/gml/3.2).interfaceVectorTypeAn XML VectorType(@http://www.opengis.net/gml/3.2).Methods in net.opengis.gml.x32 that return DoubleList Modifier and Type Method Description static DoubleListDoubleList.Factory. newInstance()static DoubleListDoubleList.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static DoubleListDoubleList.Factory. newValue(Object obj)static DoubleListDoubleList.Factory. parse(File file)static DoubleListDoubleList.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static DoubleListDoubleList.Factory. parse(InputStream is)static DoubleListDoubleList.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static DoubleListDoubleList.Factory. parse(Reader r)static DoubleListDoubleList.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static DoubleListDoubleList.Factory. parse(String xmlAsString)static DoubleListDoubleList.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static DoubleListDoubleList.Factory. parse(URL u)static DoubleListDoubleList.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static DoubleListDoubleList.Factory. parse(XMLStreamReader sr)static DoubleListDoubleList.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static DoubleListDoubleList.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic DoubleListDoubleList.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic DoubleListDoubleList.Factory. parse(Node node)static DoubleListDoubleList.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options) -
Uses of DoubleList in net.opengis.gml.x32.impl
Classes in net.opengis.gml.x32.impl that implement DoubleList Modifier and Type Class Description classDirectPositionListTypeImplAn XML DirectPositionListType(@http://www.opengis.net/gml/3.2).classDirectPositionTypeImplAn XML DirectPositionType(@http://www.opengis.net/gml/3.2).classDoubleListImplAn XML doubleList(@http://www.opengis.net/gml/3.2).classMeasureListTypeImplAn XML MeasureListType(@http://www.opengis.net/gml/3.2).classVectorTypeImplAn XML VectorType(@http://www.opengis.net/gml/3.2).
-