Uses of Interface
net.opengis.gml.x32.SphereDocument
-
Packages that use SphereDocument Package Description net.opengis.gml.x32 net.opengis.gml.x32.impl -
-
Uses of SphereDocument in net.opengis.gml.x32
Methods in net.opengis.gml.x32 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.x32.impl
Classes in net.opengis.gml.x32.impl that implement SphereDocument Modifier and Type Class Description classSphereDocumentImplA document containing one Sphere(@http://www.opengis.net/gml/3.2) element.
-