Uses of Interface
net.opengis.swe.x20.DataStreamType
-
Packages that use DataStreamType Package Description net.opengis.swe.x20 net.opengis.swe.x20.impl -
-
Uses of DataStreamType in net.opengis.swe.x20
Methods in net.opengis.swe.x20 that return DataStreamType Modifier and Type Method Description DataStreamTypeDataStreamDocument. addNewDataStream()Appends and returns a new empty "DataStream" elementDataStreamTypeDataStreamPropertyByValueType. addNewDataStream()Appends and returns a new empty "DataStream" elementDataStreamTypeDataStreamPropertyType. addNewDataStream()Appends and returns a new empty "DataStream" elementDataStreamTypeDataStreamDocument. getDataStream()Gets the "DataStream" elementDataStreamTypeDataStreamPropertyByValueType. getDataStream()Gets the "DataStream" elementDataStreamTypeDataStreamPropertyType. getDataStream()Gets the "DataStream" elementstatic DataStreamTypeDataStreamType.Factory. newInstance()static DataStreamTypeDataStreamType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static DataStreamTypeDataStreamType.Factory. parse(File file)static DataStreamTypeDataStreamType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static DataStreamTypeDataStreamType.Factory. parse(InputStream is)static DataStreamTypeDataStreamType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static DataStreamTypeDataStreamType.Factory. parse(Reader r)static DataStreamTypeDataStreamType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static DataStreamTypeDataStreamType.Factory. parse(String xmlAsString)static DataStreamTypeDataStreamType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static DataStreamTypeDataStreamType.Factory. parse(URL u)static DataStreamTypeDataStreamType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static DataStreamTypeDataStreamType.Factory. parse(XMLStreamReader sr)static DataStreamTypeDataStreamType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static DataStreamTypeDataStreamType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic DataStreamTypeDataStreamType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic DataStreamTypeDataStreamType.Factory. parse(Node node)static DataStreamTypeDataStreamType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.swe.x20 with parameters of type DataStreamType Modifier and Type Method Description voidDataStreamDocument. setDataStream(DataStreamType dataStream)Sets the "DataStream" elementvoidDataStreamPropertyByValueType. setDataStream(DataStreamType dataStream)Sets the "DataStream" elementvoidDataStreamPropertyType. setDataStream(DataStreamType dataStream)Sets the "DataStream" element -
Uses of DataStreamType in net.opengis.swe.x20.impl
Classes in net.opengis.swe.x20.impl that implement DataStreamType Modifier and Type Class Description classDataStreamTypeImplAn XML DataStreamType(@http://www.opengis.net/swe/2.0).Methods in net.opengis.swe.x20.impl that return DataStreamType Modifier and Type Method Description DataStreamTypeDataStreamDocumentImpl. addNewDataStream()Appends and returns a new empty "DataStream" elementDataStreamTypeDataStreamPropertyByValueTypeImpl. addNewDataStream()Appends and returns a new empty "DataStream" elementDataStreamTypeDataStreamPropertyTypeImpl. addNewDataStream()Appends and returns a new empty "DataStream" elementDataStreamTypeDataStreamDocumentImpl. getDataStream()Gets the "DataStream" elementDataStreamTypeDataStreamPropertyByValueTypeImpl. getDataStream()Gets the "DataStream" elementDataStreamTypeDataStreamPropertyTypeImpl. getDataStream()Gets the "DataStream" elementMethods in net.opengis.swe.x20.impl with parameters of type DataStreamType Modifier and Type Method Description voidDataStreamDocumentImpl. setDataStream(DataStreamType dataStream)Sets the "DataStream" elementvoidDataStreamPropertyByValueTypeImpl. setDataStream(DataStreamType dataStream)Sets the "DataStream" elementvoidDataStreamPropertyTypeImpl. setDataStream(DataStreamType dataStream)Sets the "DataStream" element
-