public class KMLTileGridMaker
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
KMLTileGridMaker.Builder
Use this class to run the KMLTileGridMake.
|
protected class |
KMLTileGridMaker.Tile |
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
docTitle |
protected DrawingAttributes |
drawingAttributes |
protected int |
level |
protected java.util.List<KMLTileGridMaker.Tile> |
tiles |
Modifier | Constructor and Description |
---|---|
protected |
KMLTileGridMaker(KMLTileGridMaker.Builder builder) |
Modifier and Type | Method and Description |
---|---|
protected org.w3c.dom.Element |
appendChild(org.w3c.dom.Document doc,
org.w3c.dom.Node parent,
org.w3c.dom.Element child) |
protected org.w3c.dom.Element |
appendChild(org.w3c.dom.Document doc,
org.w3c.dom.Node parent,
java.lang.String childField,
java.lang.String value) |
protected org.w3c.dom.Element |
createKMLElement(org.w3c.dom.Document doc) |
protected org.w3c.dom.Element |
createStyle(org.w3c.dom.Document doc) |
protected org.w3c.dom.Element |
createTiles(org.w3c.dom.Document doc) |
static void |
main(java.lang.String[] args) |
protected java.util.List<KMLTileGridMaker.Tile> |
makeTiles(int level) |
protected void |
writeDoc(java.io.OutputStream output) |
protected java.lang.String docTitle
protected int level
protected java.util.List<KMLTileGridMaker.Tile> tiles
protected DrawingAttributes drawingAttributes
protected KMLTileGridMaker(KMLTileGridMaker.Builder builder)
builder
- protected java.util.List<KMLTileGridMaker.Tile> makeTiles(int level)
protected void writeDoc(java.io.OutputStream output) throws javax.xml.parsers.ParserConfigurationException, javax.xml.transform.TransformerException
javax.xml.parsers.ParserConfigurationException
javax.xml.transform.TransformerException
protected org.w3c.dom.Element createKMLElement(org.w3c.dom.Document doc)
protected org.w3c.dom.Element createTiles(org.w3c.dom.Document doc)
protected org.w3c.dom.Element createStyle(org.w3c.dom.Document doc)
protected org.w3c.dom.Element appendChild(org.w3c.dom.Document doc, org.w3c.dom.Node parent, java.lang.String childField, java.lang.String value)
protected org.w3c.dom.Element appendChild(org.w3c.dom.Document doc, org.w3c.dom.Node parent, org.w3c.dom.Element child)
public static void main(java.lang.String[] args)
args
- Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details