public class AttributeFeatureConverter<T> extends Object implements SimpleFeatureConverter<T>
Constructor and Description |
---|
AttributeFeatureConverter() |
AttributeFeatureConverter(String attributeName) |
Modifier and Type | Method and Description |
---|---|
T |
convert(org.opengis.feature.simple.SimpleFeature feature) |
String |
getAttributeName() |
boolean |
isDecodeUTF8() |
void |
setAttributeName(String attributeName) |
void |
setDecodeUTF8(boolean decodeUTF8) |
public AttributeFeatureConverter(String attributeName)
public AttributeFeatureConverter()
public void setAttributeName(String attributeName)
public String getAttributeName()
public T convert(org.opengis.feature.simple.SimpleFeature feature)
convert
in interface SimpleFeatureConverter<T>
public boolean isDecodeUTF8()
public void setDecodeUTF8(boolean decodeUTF8)
Copyright © 2019. All rights reserved.