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