Package org.geotools.geojson.feature
Interface AttributeIO
- 
- All Known Implementing Classes:
- DefaultAttributeIO,- FeatureTypeAttributeIO
 
 public interface AttributeIOParses and encoded feature attributes.- Author:
- Justin Deoliveira, OpenGeo
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringencode(String att, Object value)Objectparse(String att, String value)
 
-