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