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 CoordinateReferenceSystemgetValue()booleanprimitive(Object value)booleanstartObjectEntry(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:
startObjectEntryin interfaceContentHandler- Overrides:
startObjectEntryin classHandlerBase- Throws:
ParseExceptionIOException
-
primitive
public boolean primitive(Object value) throws ParseException, IOException
- Specified by:
primitivein interfaceContentHandler- Overrides:
primitivein classHandlerBase- Throws:
ParseExceptionIOException
-
getValue
public CoordinateReferenceSystem getValue()
- Specified by:
getValuein interfaceIContentHandler<CoordinateReferenceSystem>
-
-