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