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 SummaryConstructors Constructor Description CRSHandler()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description CoordinateReferenceSystemgetValue()booleanprimitive(Object value)booleanstartObjectEntry(String key)- 
Methods inherited from class HandlerBaseendArray, endJSON, endObject, endObjectEntry, startArray, startJSON, startObject
 
- 
 
- 
- 
- 
Method Detail- 
startObjectEntrypublic boolean startObjectEntry(String key) throws ParseException, IOException - Specified by:
- startObjectEntryin interface- ContentHandler
- Overrides:
- startObjectEntryin class- HandlerBase
- Throws:
- ParseException
- IOException
 
 - 
primitivepublic boolean primitive(Object value) throws ParseException, IOException - Specified by:
- primitivein interface- ContentHandler
- Overrides:
- primitivein class- HandlerBase
- Throws:
- ParseException
- IOException
 
 - 
getValuepublic CoordinateReferenceSystem getValue() - Specified by:
- getValuein interface- IContentHandler<CoordinateReferenceSystem>
 
 
- 
 
-