Uses of Interface
net.opengis.swe.x101.PhenomenonDocument
-
Packages that use PhenomenonDocument Package Description net.opengis.swe.x101 net.opengis.swe.x101.impl -
-
Uses of PhenomenonDocument in net.opengis.swe.x101
Subinterfaces of PhenomenonDocument in net.opengis.swe.x101 Modifier and Type Interface Description interfaceCompositePhenomenonDocumentA document containing one CompositePhenomenon(@http://www.opengis.net/swe/1.0.1) element.interfaceCompoundPhenomenonDocumentA document containing one CompoundPhenomenon(@http://www.opengis.net/swe/1.0.1) element.interfaceConstrainedPhenomenonDocumentA document containing one ConstrainedPhenomenon(@http://www.opengis.net/swe/1.0.1) element.interfacePhenomenonSeriesDocumentA document containing one PhenomenonSeries(@http://www.opengis.net/swe/1.0.1) element.Methods in net.opengis.swe.x101 that return PhenomenonDocument Modifier and Type Method Description static PhenomenonDocumentPhenomenonDocument.Factory. newInstance()static PhenomenonDocumentPhenomenonDocument.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static PhenomenonDocumentPhenomenonDocument.Factory. parse(File file)static PhenomenonDocumentPhenomenonDocument.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static PhenomenonDocumentPhenomenonDocument.Factory. parse(InputStream is)static PhenomenonDocumentPhenomenonDocument.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static PhenomenonDocumentPhenomenonDocument.Factory. parse(Reader r)static PhenomenonDocumentPhenomenonDocument.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static PhenomenonDocumentPhenomenonDocument.Factory. parse(String xmlAsString)static PhenomenonDocumentPhenomenonDocument.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static PhenomenonDocumentPhenomenonDocument.Factory. parse(URL u)static PhenomenonDocumentPhenomenonDocument.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static PhenomenonDocumentPhenomenonDocument.Factory. parse(XMLStreamReader sr)static PhenomenonDocumentPhenomenonDocument.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static PhenomenonDocumentPhenomenonDocument.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic PhenomenonDocumentPhenomenonDocument.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic PhenomenonDocumentPhenomenonDocument.Factory. parse(Node node)static PhenomenonDocumentPhenomenonDocument.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options) -
Uses of PhenomenonDocument in net.opengis.swe.x101.impl
Classes in net.opengis.swe.x101.impl that implement PhenomenonDocument Modifier and Type Class Description classCompositePhenomenonDocumentImplA document containing one CompositePhenomenon(@http://www.opengis.net/swe/1.0.1) element.classCompoundPhenomenonDocumentImplA document containing one CompoundPhenomenon(@http://www.opengis.net/swe/1.0.1) element.classConstrainedPhenomenonDocumentImplA document containing one ConstrainedPhenomenon(@http://www.opengis.net/swe/1.0.1) element.classPhenomenonDocumentImplA document containing one Phenomenon(@http://www.opengis.net/swe/1.0.1) element.classPhenomenonSeriesDocumentImplA document containing one PhenomenonSeries(@http://www.opengis.net/swe/1.0.1) element.
-