Interface DataStream

All Superinterfaces:
AbstractSWE, AbstractSWEIdentifiable, Serializable
All Known Implementing Classes:
DataStreamImpl

public interface DataStream extends AbstractSWEIdentifiable
POJO class for XML type DataStreamType(@http://www.opengis.net/swe/2.0). This is a complex type.
  • Method Details

    • isSetElementCount

      boolean isSetElementCount()
      Checks if elementCount is set
    • getElementCount

      Count getElementCount()
      Gets the elementCount property
    • getElementCountProperty

      OgcProperty<Count> getElementCountProperty()
      Gets extra info (name, xlink, etc.) carried by the elementCount property
    • setElementCount

      void setElementCount(Count elementCount)
      Sets the elementCount property
    • getElementType

      DataComponent getElementType()
      Gets the elementType property
    • getElementTypeProperty

      OgcProperty<DataComponent> getElementTypeProperty()
      Gets extra info (name, xlink, etc.) carried by the elementType property
    • setElementType

      void setElementType(String name, DataComponent elementType)
      Sets the elementType property
    • getEncoding

      DataEncoding getEncoding()
      Gets the encoding property
    • isSetEncoding

      boolean isSetEncoding()
      Checks if encoding is set
    • setEncoding

      void setEncoding(DataEncoding encoding)
      Sets the encoding property
    • getValues

      EncodedValues getValues()
      Gets the values property
    • isSetValues

      boolean isSetValues()
      Checks if values is set
    • setValues

      void setValues(EncodedValues values)
      Sets the values property
    • copy

      DataStream copy()
      Returns:
      A deep copy of this DataStream