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