org.geotools.geojson.feature
Class DefaultAttributeIO

Object
  extended by DefaultAttributeIO
All Implemented Interfaces:
AttributeIO

public class DefaultAttributeIO
extends Object
implements AttributeIO


Constructor Summary
DefaultAttributeIO()
           
 
Method Summary
 String encode(String att, Object value)
           
 Object parse(String att, String value)
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultAttributeIO

public DefaultAttributeIO()
Method Detail

parse

public Object parse(String att,
                    String value)
Specified by:
parse in interface AttributeIO

encode

public String encode(String att,
                     Object value)
Specified by:
encode in interface AttributeIO


Copyright © 1996-2014 Geotools. All Rights Reserved.