be.fedict.eid.applet.service.impl
Class KmlGenerator

java.lang.Object
  extended by be.fedict.eid.applet.service.impl.KmlGenerator

public class KmlGenerator
extends Object

KML generator for eID identity data. The implementation is using a "light" implementation

Author:
Bart Hanssens
See Also:
KmlServlet

Constructor Summary
KmlGenerator()
           
 
Method Summary
 byte[] generateKml(EIdData eIdData)
          Generate zipped KML (.kmz) using data from the eID card
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KmlGenerator

public KmlGenerator()
Method Detail

generateKml

public byte[] generateKml(EIdData eIdData)
                   throws IOException
Generate zipped KML (.kmz) using data from the eID card

Parameters:
eIdData - ID data retrieved from eID card
Returns:
KMZ as raw bytes
Throws:
IOException


Copyright © 2008-2009 FedICT. All Rights Reserved.