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