org.geotools.geojson.feature
Class FeatureTypeAttributeIO

Object
  extended by FeatureTypeAttributeIO
All Implemented Interfaces:
AttributeIO

public class FeatureTypeAttributeIO
extends Object
implements AttributeIO


Constructor Summary
FeatureTypeAttributeIO(SimpleFeatureType featureType)
           
 
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

FeatureTypeAttributeIO

public FeatureTypeAttributeIO(SimpleFeatureType featureType)
Method Detail

encode

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

parse

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


Copyright © 1996-2014 Geotools. All Rights Reserved.