Uses of Interface
net.opengis.swe.x20.DataStreamType.Encoding
-
Packages that use DataStreamType.Encoding Package Description net.opengis.swe.x20 net.opengis.swe.x20.impl -
-
Uses of DataStreamType.Encoding in net.opengis.swe.x20
Methods in net.opengis.swe.x20 that return DataStreamType.Encoding Modifier and Type Method Description DataStreamType.EncodingDataStreamType. addNewEncoding()Appends and returns a new empty "encoding" elementDataStreamType.EncodingDataStreamType. getEncoding()Gets the "encoding" elementstatic DataStreamType.EncodingDataStreamType.Encoding.Factory. newInstance()static DataStreamType.EncodingDataStreamType.Encoding.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.swe.x20 with parameters of type DataStreamType.Encoding Modifier and Type Method Description voidDataStreamType. setEncoding(DataStreamType.Encoding encoding)Sets the "encoding" element -
Uses of DataStreamType.Encoding in net.opengis.swe.x20.impl
Classes in net.opengis.swe.x20.impl that implement DataStreamType.Encoding Modifier and Type Class Description static classDataStreamTypeImpl.EncodingImplAn XML encoding(@http://www.opengis.net/swe/2.0).Methods in net.opengis.swe.x20.impl that return DataStreamType.Encoding Modifier and Type Method Description DataStreamType.EncodingDataStreamTypeImpl. addNewEncoding()Appends and returns a new empty "encoding" elementDataStreamType.EncodingDataStreamTypeImpl. getEncoding()Gets the "encoding" elementMethods in net.opengis.swe.x20.impl with parameters of type DataStreamType.Encoding Modifier and Type Method Description voidDataStreamTypeImpl. setEncoding(DataStreamType.Encoding encoding)Sets the "encoding" element
-