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, startObject
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface ContentHandler
endObjectEntry, primitive, startJSON, startObject
-
Field Details
-
stack
-
-
Constructor Details
-
FeatureCollectionHandler
public FeatureCollectionHandler() -
FeatureCollectionHandler
-
-
Method Details
-
startObjectEntry
- Specified by:
startObjectEntry
in interfaceContentHandler
- Overrides:
startObjectEntry
in classDelegatingHandler<SimpleFeature>
- Throws:
ParseException
IOException
-
startArray
- Specified by:
startArray
in interfaceContentHandler
- Overrides:
startArray
in classDelegatingHandler<SimpleFeature>
- Throws:
ParseException
IOException
-
endArray
- Specified by:
endArray
in interfaceContentHandler
- Overrides:
endArray
in classDelegatingHandler<SimpleFeature>
- Throws:
ParseException
IOException
-
endObject
- Specified by:
endObject
in interfaceContentHandler
- Overrides:
endObject
in classDelegatingHandler<SimpleFeature>
- Throws:
ParseException
IOException
-
endJSON
- Specified by:
endJSON
in interfaceContentHandler
- Overrides:
endJSON
in classDelegatingHandler<SimpleFeature>
- Throws:
ParseException
IOException
-
getCRS
-
getValue
- Specified by:
getValue
in interfaceIContentHandler<SimpleFeature>
- Overrides:
getValue
in classDelegatingHandler<SimpleFeature>
-