org.geotools.geojson.feature
Class FeatureHandler
Object
DelegatingHandler<SimpleFeature>
FeatureHandler
- All Implemented Interfaces:
- IContentHandler<SimpleFeature>, ContentHandler
public class FeatureHandler
- extends DelegatingHandler<SimpleFeature>
| Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FeatureHandler
public FeatureHandler()
FeatureHandler
public FeatureHandler(SimpleFeatureBuilder builder,
AttributeIO attio)
startObject
public boolean startObject()
throws ParseException,
IOException
- Specified by:
startObject in interface ContentHandler- Overrides:
startObject in class DelegatingHandler<SimpleFeature>
- Throws:
ParseException
IOException
startObjectEntry
public boolean startObjectEntry(String key)
throws ParseException,
IOException
- Specified by:
startObjectEntry in interface ContentHandler- Overrides:
startObjectEntry in class DelegatingHandler<SimpleFeature>
- Throws:
ParseException
IOException
startArray
public boolean startArray()
throws ParseException,
IOException
- Specified by:
startArray in interface ContentHandler- Overrides:
startArray in class DelegatingHandler<SimpleFeature>
- Throws:
ParseException
IOException
endArray
public boolean endArray()
throws ParseException,
IOException
- Specified by:
endArray in interface ContentHandler- Overrides:
endArray in class DelegatingHandler<SimpleFeature>
- Throws:
ParseException
IOException
endObject
public boolean endObject()
throws ParseException,
IOException
- Specified by:
endObject in interface ContentHandler- Overrides:
endObject in class DelegatingHandler<SimpleFeature>
- Throws:
ParseException
IOException
primitive
public boolean primitive(Object value)
throws ParseException,
IOException
- Specified by:
primitive in interface ContentHandler- Overrides:
primitive in class DelegatingHandler<SimpleFeature>
- Throws:
ParseException
IOException
getValue
public SimpleFeature getValue()
- Specified by:
getValue in interface IContentHandler<SimpleFeature>- Overrides:
getValue in class DelegatingHandler<SimpleFeature>
getCRS
public CoordinateReferenceSystem getCRS()
setCRS
public void setCRS(CoordinateReferenceSystem crs)
init
public void init()
Copyright © 1996-2013 Geotools. All Rights Reserved.