|
||||||||||
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 java.lang.String |
MIME_TYPE
|
Constructor Summary | |
---|---|
KmlLight(java.io.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 java.lang.String MIME_TYPE
Constructor Detail |
---|
public KmlLight(java.io.OutputStream outStream)
outStream
- Method Detail |
---|
public void addImage(byte[] image) throws java.io.IOException
image
-
java.io.IOException
public void addKmlFile(byte[] doc) throws java.io.IOException
doc
- KML document
java.io.IOException
public void close() throws java.io.IOException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |