Interface BinaryComponent

All Superinterfaces:
AbstractSWE, BinaryMember, Serializable
All Known Implementing Classes:
BinaryComponentImpl

public interface BinaryComponent extends AbstractSWE, BinaryMember
POJO class for XML type ComponentType(@http://www.opengis.net/swe/2.0). This is a complex type.
  • Method Details

    • getEncryption

      String getEncryption()
      Gets the encryption property
    • isSetEncryption

      boolean isSetEncryption()
      Checks if encryption is set
    • setEncryption

      void setEncryption(String encryption)
      Sets the encryption property
    • getSignificantBits

      int getSignificantBits()
      Gets the significantBits property
    • isSetSignificantBits

      boolean isSetSignificantBits()
      Checks if significantBits is set
    • setSignificantBits

      void setSignificantBits(int significantBits)
      Sets the significantBits property
    • unSetSignificantBits

      void unSetSignificantBits()
      Unsets the significantBits property
    • getBitLength

      int getBitLength()
      Gets the bitLength property
    • isSetBitLength

      boolean isSetBitLength()
      Checks if bitLength is set
    • setBitLength

      void setBitLength(int bitLength)
      Sets the bitLength property
    • unSetBitLength

      void unSetBitLength()
      Unsets the bitLength property
    • getByteLength

      int getByteLength()
      Gets the byteLength property
    • isSetByteLength

      boolean isSetByteLength()
      Checks if byteLength is set
    • setByteLength

      void setByteLength(int byteLength)
      Sets the byteLength property
    • unSetByteLength

      void unSetByteLength()
      Unsets the byteLength property
    • getDataType

      String getDataType()
      Gets the dataType property
    • setDataType

      void setDataType(String dataType)
      Sets the dataType property
    • getCdmDataType

      DataType getCdmDataType()
    • setCdmDataType

      void setCdmDataType(DataType cdmDataType)