Package org.geotools.geojson.feature
Class FeatureHandler
- All Implemented Interfaces:
IContentHandler<SimpleFeature>
,ContentHandler
-
Field Summary
Fields inherited from class DelegatingHandler
delegate, handlers, NULL, NULL_LIST, UNINITIALIZED
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class DelegatingHandler
createDelegate, endJSON, endObjectEntry, getDelegate, lookupDelegate, startJSON
-
Constructor Details
-
FeatureHandler
public FeatureHandler() -
FeatureHandler
-
-
Method Details
-
startObject
- Specified by:
startObject
in interfaceContentHandler
- Overrides:
startObject
in classDelegatingHandler<SimpleFeature>
- Throws:
ParseException
IOException
-
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
-
primitive
- Specified by:
primitive
in interfaceContentHandler
- Overrides:
primitive
in classDelegatingHandler<SimpleFeature>
- Throws:
ParseException
IOException
-
getValue
- Specified by:
getValue
in interfaceIContentHandler<SimpleFeature>
- Overrides:
getValue
in classDelegatingHandler<SimpleFeature>
-
getCRS
-
setCRS
-
init
public void init()
-