public class KmlLight extends Object
http://www.opengeospatial.org/standards/kml/| Constructor and Description |
|---|
KmlLight(OutputStream outStream)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
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
|
public static final String MIME_TYPE
public KmlLight(OutputStream outStream)
outStream - public void addImage(byte[] image)
throws IOException
image - IOExceptionpublic void addKmlFile(byte[] doc)
throws IOException
doc - KML documentIOExceptionpublic void close()
throws IOException
IOExceptionCopyright © 2008-2018 FedICT. All Rights Reserved.