Interface TextEncoding

All Superinterfaces:
AbstractSWE, DataEncoding, HasCopy, Serializable
All Known Implementing Classes:
TextEncodingImpl

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

    • getCollapseWhiteSpaces

      boolean getCollapseWhiteSpaces()
      Gets the collapseWhiteSpaces property
    • isSetCollapseWhiteSpaces

      boolean isSetCollapseWhiteSpaces()
      Checks if collapseWhiteSpaces is set
    • setCollapseWhiteSpaces

      void setCollapseWhiteSpaces(boolean collapseWhiteSpaces)
      Sets the collapseWhiteSpaces property
    • unSetCollapseWhiteSpaces

      void unSetCollapseWhiteSpaces()
      Unsets the collapseWhiteSpaces property
    • getDecimalSeparator

      String getDecimalSeparator()
      Gets the decimalSeparator property
    • isSetDecimalSeparator

      boolean isSetDecimalSeparator()
      Checks if decimalSeparator is set
    • setDecimalSeparator

      void setDecimalSeparator(String decimalSeparator)
      Sets the decimalSeparator property
    • getTokenSeparator

      String getTokenSeparator()
      Gets the tokenSeparator property
    • setTokenSeparator

      void setTokenSeparator(String tokenSeparator)
      Sets the tokenSeparator property
    • getBlockSeparator

      String getBlockSeparator()
      Gets the blockSeparator property
    • setBlockSeparator

      void setBlockSeparator(String blockSeparator)
      Sets the blockSeparator property