org.geotools.geojson.feature
Class CRSHandler

Object
  extended by HandlerBase
      extended by CRSHandler
All Implemented Interfaces:
IContentHandler<CoordinateReferenceSystem>, ContentHandler

public class CRSHandler
extends HandlerBase
implements IContentHandler<CoordinateReferenceSystem>


Constructor Summary
CRSHandler()
           
 
Method Summary
 CoordinateReferenceSystem getValue()
           
 boolean primitive(Object value)
           
 boolean startObjectEntry(String key)
           
 
Methods inherited from class HandlerBase
endArray, endJSON, endObject, endObjectEntry, startArray, startJSON, startObject
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface ContentHandler
endArray, endJSON, endObject, endObjectEntry, startArray, startJSON, startObject
 

Constructor Detail

CRSHandler

public CRSHandler()
Method Detail

startObjectEntry

public boolean startObjectEntry(String key)
                         throws ParseException,
                                IOException
Specified by:
startObjectEntry in interface ContentHandler
Overrides:
startObjectEntry in class HandlerBase
Throws:
ParseException
IOException

primitive

public boolean primitive(Object value)
                  throws ParseException,
                         IOException
Specified by:
primitive in interface ContentHandler
Overrides:
primitive in class HandlerBase
Throws:
ParseException
IOException

getValue

public CoordinateReferenceSystem getValue()
Specified by:
getValue in interface IContentHandler<CoordinateReferenceSystem>


Copyright © 1996-2014 Geotools. All Rights Reserved.