be.fedict.eid.applet.service.impl
Class KmlGenerator
java.lang.Object
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
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 |
KmlGenerator
public KmlGenerator()
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-2011 FedICT. All Rights Reserved.