Package net.opengis.swe.v20
Interface TextEncoding
- All Superinterfaces:
AbstractSWE
,DataEncoding
,HasCopy
,Serializable
- All Known Implementing Classes:
TextEncodingImpl
POJO class for XML type TextEncodingType(@http://www.opengis.net/swe/2.0).
This is a complex type.
-
Method Summary
Modifier and TypeMethodDescriptionGets the blockSeparator propertyboolean
Gets the collapseWhiteSpaces propertyGets the decimalSeparator propertyGets the tokenSeparator propertyboolean
Checks if collapseWhiteSpaces is setboolean
Checks if decimalSeparator is setvoid
setBlockSeparator
(String blockSeparator) Sets the blockSeparator propertyvoid
setCollapseWhiteSpaces
(boolean collapseWhiteSpaces) Sets the collapseWhiteSpaces propertyvoid
setDecimalSeparator
(String decimalSeparator) Sets the decimalSeparator propertyvoid
setTokenSeparator
(String tokenSeparator) Sets the tokenSeparator propertyvoid
Unsets the collapseWhiteSpaces propertyMethods inherited from interface net.opengis.swe.v20.AbstractSWE
addExtension, getExtensionList, getId, getNumExtensions, isSetId, setId
Methods inherited from interface net.opengis.swe.v20.DataEncoding
copy
-
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
Sets the decimalSeparator property -
getTokenSeparator
String getTokenSeparator()Gets the tokenSeparator property -
setTokenSeparator
Sets the tokenSeparator property -
getBlockSeparator
String getBlockSeparator()Gets the blockSeparator property -
setBlockSeparator
Sets the blockSeparator property
-