public class StringAttributeFeatureConverter extends AttributeFeatureConverter<String>
Constructor and Description |
---|
StringAttributeFeatureConverter() |
StringAttributeFeatureConverter(String attributeName) |
StringAttributeFeatureConverter(String attributeName,
String defaultValue) |
Modifier and Type | Method and Description |
---|---|
String |
convert(org.opengis.feature.simple.SimpleFeature feature) |
void |
setDefaultValue(String defaultValue)
The default value to assign to features with null or empty (" ") values.
|
getAttributeName, isDecodeUTF8, setAttributeName, setDecodeUTF8
public StringAttributeFeatureConverter()
public StringAttributeFeatureConverter(String attributeName, String defaultValue)
public StringAttributeFeatureConverter(String attributeName)
public void setDefaultValue(String defaultValue)
public String convert(org.opengis.feature.simple.SimpleFeature feature)
convert
in interface SimpleFeatureConverter<String>
convert
in class AttributeFeatureConverter<String>
Copyright © 2019. All rights reserved.