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