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