|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.fedict.eid.applet.service.util.KmlLight
public class KmlLight
A "light" implementation of OGC standard KML 2.2 This class merely creates the KMZ zip package
http://www.opengeospatial.org/standards/kml/| Field Summary | |
|---|---|
static String |
MIME_TYPE
|
| Constructor Summary | |
|---|---|
KmlLight(OutputStream outStream)
Constructor |
|
| Method Summary | |
|---|---|
void |
addImage(byte[] image)
Add an image (photo) to the KMZ zip |
void |
addKmlFile(byte[] doc)
Add the KML file to the KMZ zip |
void |
close()
Close the KMZ zip file |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String MIME_TYPE
| Constructor Detail |
|---|
public KmlLight(OutputStream outStream)
outStream - | Method Detail |
|---|
public void addImage(byte[] image)
throws IOException
image -
IOException
public void addKmlFile(byte[] doc)
throws IOException
doc - KML document
IOException
public void close()
throws IOException
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||