Class SweTextEncoding
- java.lang.Object
-
- org.n52.shetland.ogc.swe.encoding.SweAbstractEncoding
-
- org.n52.shetland.ogc.swe.encoding.SweTextEncoding
-
- All Implemented Interfaces:
Copyable<SweAbstractEncoding>
public class SweTextEncoding extends SweAbstractEncoding
- Since:
- 1.0.0
-
-
Constructor Summary
Constructors Constructor Description SweTextEncoding()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SweTextEncodingcopy()booleanequals(Object obj)StringgetBlockSeparator()StringgetDecimalSeparator()StringgetTokenSeparator()inthashCode()booleanisCollapseWhiteSpaces()booleanisSetCollapseWhiteSpaces()voidsetBlockSeparator(String blockSeparator)voidsetCollapseWhiteSpaces(boolean collapseWhiteSpaces)voidsetDecimalSeparator(String decimalSeparator)voidsetTokenSeparator(String tokenSeparator)-
Methods inherited from class org.n52.shetland.ogc.swe.encoding.SweAbstractEncoding
getXml, isSetXml, setXml
-
-
-
-
Method Detail
-
getBlockSeparator
public String getBlockSeparator()
-
getTokenSeparator
public String getTokenSeparator()
-
setBlockSeparator
public void setBlockSeparator(String blockSeparator)
-
setTokenSeparator
public void setTokenSeparator(String tokenSeparator)
-
setDecimalSeparator
public void setDecimalSeparator(String decimalSeparator)
-
setCollapseWhiteSpaces
public void setCollapseWhiteSpaces(boolean collapseWhiteSpaces)
-
getDecimalSeparator
public String getDecimalSeparator()
-
isCollapseWhiteSpaces
public boolean isCollapseWhiteSpaces()
-
isSetCollapseWhiteSpaces
public boolean isSetCollapseWhiteSpaces()
-
hashCode
public int hashCode()
- Specified by:
hashCodein classSweAbstractEncoding
-
equals
public boolean equals(Object obj)
- Specified by:
equalsin classSweAbstractEncoding
-
copy
public SweTextEncoding copy()
-
-