Package org.geotools.geojson.feature
Class FeatureCollectionHandler
- Object
- 
- DelegatingHandler<SimpleFeature>
- 
- FeatureCollectionHandler
 
 
- 
- All Implemented Interfaces:
- IFeatureCollectionHandler,- IContentHandler<SimpleFeature>,- ContentHandler
 
 public class FeatureCollectionHandler extends DelegatingHandler<SimpleFeature> implements IFeatureCollectionHandler 
- 
- 
Field SummaryFields Modifier and Type Field Description protected List<Integer>stack- 
Fields inherited from class DelegatingHandlerdelegate, handlers, NULL, NULL_LIST, UNINITIALIZED
 
- 
 - 
Constructor SummaryConstructors Constructor Description FeatureCollectionHandler()FeatureCollectionHandler(SimpleFeatureType featureType, AttributeIO attio)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanendArray()voidendJSON()booleanendObject()CoordinateReferenceSystemgetCRS()SimpleFeaturegetValue()booleanstartArray()booleanstartObjectEntry(String key)- 
Methods inherited from class DelegatingHandlercreateDelegate, endObjectEntry, getDelegate, lookupDelegate, primitive, startJSON, startObject
 
- 
 
- 
- 
- 
Constructor Detail- 
FeatureCollectionHandlerpublic FeatureCollectionHandler() 
 - 
FeatureCollectionHandlerpublic FeatureCollectionHandler(SimpleFeatureType featureType, AttributeIO attio) 
 
- 
 - 
Method Detail- 
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
 
 - 
endJSONpublic void endJSON() throws ParseException, IOException- Specified by:
- endJSONin interface- ContentHandler
- Overrides:
- endJSONin class- DelegatingHandler<SimpleFeature>
- Throws:
- ParseException
- IOException
 
 - 
getCRSpublic CoordinateReferenceSystem getCRS() 
 - 
getValuepublic SimpleFeature getValue() - Specified by:
- getValuein interface- IContentHandler<SimpleFeature>
- Overrides:
- getValuein class- DelegatingHandler<SimpleFeature>
 
 
- 
 
-