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