Package org.vast.data
Class TextEncodingImpl
java.lang.Object
org.vast.data.AbstractSWEImpl
org.vast.data.AbstractEncodingImpl
org.vast.data.TextEncodingImpl
- All Implemented Interfaces:
Serializable
,HasCopy
,AbstractSWE
,DataEncoding
,TextEncoding
POJO class for XML type TextEncodingType(@http://www.opengis.net/swe/2.0).
This is a complex type.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
protected Boolean
protected String
protected String
Fields inherited from class org.vast.data.AbstractSWEImpl
extensionList, id
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncopy()
Gets 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 propertytoString()
void
Unsets the collapseWhiteSpaces propertyMethods inherited from class org.vast.data.AbstractSWEImpl
addExtension, copyTo, getExtensionList, getId, getNumExtensions, isSetId, setId
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface net.opengis.swe.v20.AbstractSWE
addExtension, getExtensionList, getId, getNumExtensions, isSetId, setId
-
Field Details
-
collapseWhiteSpaces
-
decimalSeparator
-
tokenSeparator
-
blockSeparator
-
-
Constructor Details
-
TextEncodingImpl
public TextEncodingImpl() -
TextEncodingImpl
-
-
Method Details
-
copy
- Specified by:
copy
in interfaceDataEncoding
- Specified by:
copy
in interfaceHasCopy
- Specified by:
copy
in classAbstractEncodingImpl
-
getCollapseWhiteSpaces
public boolean getCollapseWhiteSpaces()Gets the collapseWhiteSpaces property- Specified by:
getCollapseWhiteSpaces
in interfaceTextEncoding
-
isSetCollapseWhiteSpaces
public boolean isSetCollapseWhiteSpaces()Checks if collapseWhiteSpaces is set- Specified by:
isSetCollapseWhiteSpaces
in interfaceTextEncoding
-
setCollapseWhiteSpaces
public void setCollapseWhiteSpaces(boolean collapseWhiteSpaces) Sets the collapseWhiteSpaces property- Specified by:
setCollapseWhiteSpaces
in interfaceTextEncoding
-
unSetCollapseWhiteSpaces
public void unSetCollapseWhiteSpaces()Unsets the collapseWhiteSpaces property- Specified by:
unSetCollapseWhiteSpaces
in interfaceTextEncoding
-
getDecimalSeparator
Gets the decimalSeparator property- Specified by:
getDecimalSeparator
in interfaceTextEncoding
-
isSetDecimalSeparator
public boolean isSetDecimalSeparator()Checks if decimalSeparator is set- Specified by:
isSetDecimalSeparator
in interfaceTextEncoding
-
setDecimalSeparator
Sets the decimalSeparator property- Specified by:
setDecimalSeparator
in interfaceTextEncoding
-
getTokenSeparator
Gets the tokenSeparator property- Specified by:
getTokenSeparator
in interfaceTextEncoding
-
setTokenSeparator
Sets the tokenSeparator property- Specified by:
setTokenSeparator
in interfaceTextEncoding
-
getBlockSeparator
Gets the blockSeparator property- Specified by:
getBlockSeparator
in interfaceTextEncoding
-
setBlockSeparator
Sets the blockSeparator property- Specified by:
setBlockSeparator
in interfaceTextEncoding
-
toString
-