Package org.geotools.geojson.feature
Class DefaultAttributeIO
- Object
-
- DefaultAttributeIO
-
- All Implemented Interfaces:
AttributeIO
public class DefaultAttributeIO extends Object implements AttributeIO
-
-
Constructor Summary
Constructors Constructor Description DefaultAttributeIO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
encode(String att, Object value)
Object
parse(String att, String value)
-
-
-
Method Detail
-
parse
public Object parse(String att, String value)
- Specified by:
parse
in interfaceAttributeIO
-
encode
public String encode(String att, Object value)
- Specified by:
encode
in interfaceAttributeIO
-
-