Package org.geotools.geojson.feature
Class FeatureCollectionHandler
- All Implemented Interfaces:
IFeatureCollectionHandler,IContentHandler<SimpleFeature>,ContentHandler
public class FeatureCollectionHandler
extends DelegatingHandler<SimpleFeature>
implements IFeatureCollectionHandler
-
Field Summary
FieldsFields inherited from class DelegatingHandler
delegate, handlers, NULL, NULL_LIST, UNINITIALIZED -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class DelegatingHandler
createDelegate, endObjectEntry, getDelegate, lookupDelegate, primitive, startJSON, startObjectMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ContentHandler
endObjectEntry, primitive, startJSON, startObject
-
Field Details
-
stack
-
-
Constructor Details
-
FeatureCollectionHandler
public FeatureCollectionHandler() -
FeatureCollectionHandler
-
-
Method Details
-
startObjectEntry
- Specified by:
startObjectEntryin interfaceContentHandler- Overrides:
startObjectEntryin classDelegatingHandler<SimpleFeature>- Throws:
ParseExceptionIOException
-
startArray
- Specified by:
startArrayin interfaceContentHandler- Overrides:
startArrayin classDelegatingHandler<SimpleFeature>- Throws:
ParseExceptionIOException
-
endArray
- Specified by:
endArrayin interfaceContentHandler- Overrides:
endArrayin classDelegatingHandler<SimpleFeature>- Throws:
ParseExceptionIOException
-
endObject
- Specified by:
endObjectin interfaceContentHandler- Overrides:
endObjectin classDelegatingHandler<SimpleFeature>- Throws:
ParseExceptionIOException
-
endJSON
- Specified by:
endJSONin interfaceContentHandler- Overrides:
endJSONin classDelegatingHandler<SimpleFeature>- Throws:
ParseExceptionIOException
-
getCRS
-
getValue
- Specified by:
getValuein interfaceIContentHandler<SimpleFeature>- Overrides:
getValuein classDelegatingHandler<SimpleFeature>
-