Uses of Interface
net.opengis.gml.x32.DegreesDocument
-
Packages that use DegreesDocument Package Description net.opengis.gml.x32 net.opengis.gml.x32.impl -
-
Uses of DegreesDocument in net.opengis.gml.x32
Methods in net.opengis.gml.x32 that return DegreesDocument Modifier and Type Method Description static DegreesDocumentDegreesDocument.Factory. newInstance()static DegreesDocumentDegreesDocument.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static DegreesDocumentDegreesDocument.Factory. parse(File file)static DegreesDocumentDegreesDocument.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static DegreesDocumentDegreesDocument.Factory. parse(InputStream is)static DegreesDocumentDegreesDocument.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static DegreesDocumentDegreesDocument.Factory. parse(Reader r)static DegreesDocumentDegreesDocument.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static DegreesDocumentDegreesDocument.Factory. parse(String xmlAsString)static DegreesDocumentDegreesDocument.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static DegreesDocumentDegreesDocument.Factory. parse(URL u)static DegreesDocumentDegreesDocument.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static DegreesDocumentDegreesDocument.Factory. parse(XMLStreamReader sr)static DegreesDocumentDegreesDocument.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static DegreesDocumentDegreesDocument.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic DegreesDocumentDegreesDocument.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic DegreesDocumentDegreesDocument.Factory. parse(Node node)static DegreesDocumentDegreesDocument.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options) -
Uses of DegreesDocument in net.opengis.gml.x32.impl
Classes in net.opengis.gml.x32.impl that implement DegreesDocument Modifier and Type Class Description classDegreesDocumentImplA document containing one degrees(@http://www.opengis.net/gml/3.2) element.
-