Package org.geotools.geojson.feature
Class FeatureHandler
- Object
- 
- DelegatingHandler<SimpleFeature>
- 
- FeatureHandler
 
 
- 
- All Implemented Interfaces:
- IContentHandler<SimpleFeature>,- ContentHandler
 
 public class FeatureHandler extends DelegatingHandler<SimpleFeature> 
- 
- 
Field Summary- 
Fields inherited from class DelegatingHandlerdelegate, handlers, NULL, NULL_LIST, UNINITIALIZED
 
- 
 - 
Constructor SummaryConstructors Constructor Description FeatureHandler()FeatureHandler(SimpleFeatureBuilder builder, AttributeIO attio)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanendArray()booleanendObject()CoordinateReferenceSystemgetCRS()SimpleFeaturegetValue()voidinit()booleanprimitive(Object value)voidsetCRS(CoordinateReferenceSystem crs)booleanstartArray()booleanstartObject()booleanstartObjectEntry(String key)- 
Methods inherited from class DelegatingHandlercreateDelegate, endJSON, endObjectEntry, getDelegate, lookupDelegate, startJSON
 
- 
 
- 
- 
- 
Constructor Detail- 
FeatureHandlerpublic FeatureHandler() 
 - 
FeatureHandlerpublic FeatureHandler(SimpleFeatureBuilder builder, AttributeIO attio) 
 
- 
 - 
Method Detail- 
startObjectpublic boolean startObject() throws ParseException, IOException- Specified by:
- startObjectin interface- ContentHandler
- Overrides:
- startObjectin class- DelegatingHandler<SimpleFeature>
- Throws:
- ParseException
- IOException
 
 - 
startObjectEntrypublic boolean startObjectEntry(String key) throws ParseException, IOException - Specified by:
- startObjectEntryin interface- ContentHandler
- Overrides:
- startObjectEntryin class- DelegatingHandler<SimpleFeature>
- Throws:
- ParseException
- IOException
 
 - 
startArraypublic boolean startArray() throws ParseException, IOException- Specified by:
- startArrayin interface- ContentHandler
- Overrides:
- startArrayin class- DelegatingHandler<SimpleFeature>
- Throws:
- ParseException
- IOException
 
 - 
endArraypublic boolean endArray() throws ParseException, IOException- Specified by:
- endArrayin interface- ContentHandler
- Overrides:
- endArrayin class- DelegatingHandler<SimpleFeature>
- Throws:
- ParseException
- IOException
 
 - 
endObjectpublic boolean endObject() throws ParseException, IOException- Specified by:
- endObjectin interface- ContentHandler
- Overrides:
- endObjectin class- DelegatingHandler<SimpleFeature>
- Throws:
- ParseException
- IOException
 
 - 
primitivepublic boolean primitive(Object value) throws ParseException, IOException - Specified by:
- primitivein interface- ContentHandler
- Overrides:
- primitivein class- DelegatingHandler<SimpleFeature>
- Throws:
- ParseException
- IOException
 
 - 
getValuepublic SimpleFeature getValue() - Specified by:
- getValuein interface- IContentHandler<SimpleFeature>
- Overrides:
- getValuein class- DelegatingHandler<SimpleFeature>
 
 - 
getCRSpublic CoordinateReferenceSystem getCRS() 
 - 
setCRSpublic void setCRS(CoordinateReferenceSystem crs) 
 - 
initpublic void init() 
 
- 
 
-