Package org.geotools.geojson.feature
Class CRSHandler
- Object
-
- HandlerBase
-
- CRSHandler
-
- All Implemented Interfaces:
IContentHandler<CoordinateReferenceSystem>
,ContentHandler
public class CRSHandler extends HandlerBase implements IContentHandler<CoordinateReferenceSystem>
-
-
Constructor Summary
Constructors Constructor Description CRSHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CoordinateReferenceSystem
getValue()
boolean
primitive(Object value)
boolean
startObjectEntry(String key)
-
Methods inherited from class HandlerBase
endArray, endJSON, endObject, endObjectEntry, startArray, startJSON, startObject
-
-
-
-
Method Detail
-
startObjectEntry
public boolean startObjectEntry(String key) throws ParseException, IOException
- Specified by:
startObjectEntry
in interfaceContentHandler
- Overrides:
startObjectEntry
in classHandlerBase
- Throws:
ParseException
IOException
-
primitive
public boolean primitive(Object value) throws ParseException, IOException
- Specified by:
primitive
in interfaceContentHandler
- Overrides:
primitive
in classHandlerBase
- Throws:
ParseException
IOException
-
getValue
public CoordinateReferenceSystem getValue()
- Specified by:
getValue
in interfaceIContentHandler<CoordinateReferenceSystem>
-
-