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, startObject
public FeatureCollectionHandler()
public FeatureCollectionHandler(SimpleFeatureType featureType, AttributeIO attio)
public boolean startObjectEntry(String key) throws ParseException, IOException
startObjectEntry
in interface ContentHandler
startObjectEntry
in class DelegatingHandler<SimpleFeature>
ParseException
IOException
public boolean startArray() throws ParseException, IOException
startArray
in interface ContentHandler
startArray
in class DelegatingHandler<SimpleFeature>
ParseException
IOException
public boolean endArray() throws ParseException, IOException
endArray
in interface ContentHandler
endArray
in class DelegatingHandler<SimpleFeature>
ParseException
IOException
public boolean endObject() throws ParseException, IOException
endObject
in interface ContentHandler
endObject
in class DelegatingHandler<SimpleFeature>
ParseException
IOException
public void endJSON() throws ParseException, IOException
endJSON
in interface ContentHandler
endJSON
in class DelegatingHandler<SimpleFeature>
ParseException
IOException
public CoordinateReferenceSystem getCRS()
public SimpleFeature getValue()
getValue
in interface IContentHandler<SimpleFeature>
getValue
in class DelegatingHandler<SimpleFeature>
Copyright © 1996–2019 Geotools. All rights reserved.