public class CaseBasedBooleanConverter extends Object implements SimpleFeatureConverter<Boolean>
| Modifier and Type | Field and Description |
|---|---|
boolean |
defaultValue |
| Constructor and Description |
|---|
CaseBasedBooleanConverter() |
CaseBasedBooleanConverter(String attributeName) |
CaseBasedBooleanConverter(String attributeName,
Boolean defaultValue) |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
convert(org.opengis.feature.simple.SimpleFeature feature) |
void |
setAttributeName(String attributeName) |
void |
setDefaultValue(Boolean defaultValue) |
void |
setValues(Map<String,Boolean> values) |
public CaseBasedBooleanConverter()
public CaseBasedBooleanConverter(String attributeName)
Copyright © 2018. All rights reserved.