public class FeatureHandler extends DelegatingHandler<SimpleFeature>
delegate, handlers, NULL, NULL_LIST, UNINITIALIZED| Constructor and Description |
|---|
FeatureHandler() |
FeatureHandler(SimpleFeatureBuilder builder,
AttributeIO attio) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
endArray() |
boolean |
endObject() |
CoordinateReferenceSystem |
getCRS() |
SimpleFeature |
getValue() |
void |
init() |
boolean |
primitive(Object value) |
void |
setCRS(CoordinateReferenceSystem crs) |
boolean |
startArray() |
boolean |
startObject() |
boolean |
startObjectEntry(String key) |
createDelegate, endJSON, endObjectEntry, getDelegate, lookupDelegate, startJSONpublic FeatureHandler()
public FeatureHandler(SimpleFeatureBuilder builder, AttributeIO attio)
public boolean startObject()
throws ParseException,
IOException
startObject in interface ContentHandlerstartObject in class DelegatingHandler<SimpleFeature>ParseExceptionIOExceptionpublic 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 boolean primitive(Object value) throws ParseException, IOException
primitive in interface ContentHandlerprimitive in class DelegatingHandler<SimpleFeature>ParseExceptionIOExceptionpublic SimpleFeature getValue()
getValue in interface IContentHandler<SimpleFeature>getValue in class DelegatingHandler<SimpleFeature>public CoordinateReferenceSystem getCRS()
public void setCRS(CoordinateReferenceSystem crs)
public void init()
Copyright © 1996–2019 Geotools. All rights reserved.