public class FeatureCollectionHandler extends DelegatingHandler<SimpleFeature> implements IFeatureCollectionHandler
delegate, handlers, NULL, NULL_LIST, UNINITIALIZED| Constructor and Description |
|---|
FeatureCollectionHandler() |
FeatureCollectionHandler(SimpleFeatureType featureType,
AttributeIO attio) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
endArray() |
void |
endJSON() |
boolean |
endObject() |
CoordinateReferenceSystem |
getCRS() |
SimpleFeature |
getValue() |
boolean |
startArray() |
boolean |
startObjectEntry(String key) |
createDelegate, endObjectEntry, getDelegate, lookupDelegate, primitive, startJSON, startObjectpublic FeatureCollectionHandler()
public FeatureCollectionHandler(SimpleFeatureType featureType, AttributeIO attio)
public boolean startObjectEntry(String key) throws ParseException, IOException
startObjectEntry in interface ContentHandlerstartObjectEntry in class DelegatingHandler<SimpleFeature>ParseExceptionIOExceptionpublic boolean startArray()
throws ParseException,
IOException
startArray in interface ContentHandlerstartArray in class DelegatingHandler<SimpleFeature>ParseExceptionIOExceptionpublic boolean endArray()
throws ParseException,
IOException
endArray in interface ContentHandlerendArray in class DelegatingHandler<SimpleFeature>ParseExceptionIOExceptionpublic boolean endObject()
throws ParseException,
IOException
endObject in interface ContentHandlerendObject in class DelegatingHandler<SimpleFeature>ParseExceptionIOExceptionpublic void endJSON()
throws ParseException,
IOException
endJSON in interface ContentHandlerendJSON in class DelegatingHandler<SimpleFeature>ParseExceptionIOExceptionpublic CoordinateReferenceSystem getCRS()
public SimpleFeature getValue()
getValue in interface IContentHandler<SimpleFeature>getValue in class DelegatingHandler<SimpleFeature>Copyright © 1996–2019 Geotools. All rights reserved.