public class KmlXmlWriter extends XmlWriter implements Kml22Constants
ALTITUDE, ALTITUDE_MODE, COLOR, COLOR_MODE, COORDINATE_SYSTEM_ID, COORDINATES, DATA, DESCRIPTION, DOCUMENT, DOCUMENT_DESCRIPTION_PROPERTY, DOCUMENT_NAME_PROPERTY, EARTH_RADIUS, EAST, EXTENDED_DATA, FILL, FOLDER, GROUND_OVERLAY, HEADING, HREF, ICON, ICON_STYLE, INNER_BOUNDARY_IS, KML, KML_FILE_EXTENSION, KML_FORMAT_DESCRIPTION, KML_MEDIA_TYPE, KML_NS_URI, KMZ_FILE_EXTENSION, KMZ_FORMAT_DESCRIPTION, KMZ_MEDIA_TYPE, LABEL_STYLE, LAT_LON_ALT_BOX, LAT_LON_BOX, LATITUDE, LINE_STRING, LINEAR_RING, LINK, LOD, LONGITUDE, LOOK_AT, LOOK_AT_MAX_RANGE_PROPERTY, LOOK_AT_MIN_RANGE_PROPERTY, LOOK_AT_POINT_PROPERTY, LOOK_AT_RANGE_PROPERTY, MAX_LINES, MAX_LOD_PIXELS, MIN_LOD_PIXELS, MULTI_GEOMETRY, NAME, NETWORK_LINK, NORTH, OPEN, OUTER_BOUNDARY_IS, PLACEMARK, PLACEMARK_DESCRIPTION_PROPERTY, PLACEMARK_NAME_ATTRIBUTE_PROPERTY, POINT, POLY_STYLE, POLYGON, RANGE, REGION, SCALE, SNIPPET, SNIPPET_PROPERTY, SOUTH, STYLE, STYLE_PROPERTY, STYLE_URL, STYLE_URL_PROPERTY, TILT, VALUE, VIEW_REFRESH_MODE, VISIBLITY, WEST, WRITE_NULLS_PROPERTY| Constructor and Description |
|---|
KmlXmlWriter(OutputStream out) |
KmlXmlWriter(OutputStream out,
boolean useNamespaces) |
KmlXmlWriter(Writer out) |
KmlXmlWriter(Writer out,
boolean useNamespaces) |
attribute, attribute, attribute, attribute, attribute, attribute, attribute, attribute, attribute, attribute, cdata, close, closeStartTag, comment, docType, docType, docType, element, element, emptyTag, endDocument, endTag, endTag, endTag, endTagLn, entityRef, entityRef, flush, getPrefix, isIndent, isWriteNewLine, newLine, nillableElement, processingInstruction, setElementHasContent, setIndent, setNamespaceAlias, setPrefix, setPrefix, setWriteNewLine, startDocument, startDocument, startDocument, startDocument, startDocument, startDocument, startTag, startTag, startTag, startTagLn, text, text, text, text, text, text, text, text, write, write, write, write, write, writeAttributeContent, writeAttributeValue, writeElementContent, writeNamespaceAttribute, xsiTypeAttributepublic KmlXmlWriter(OutputStream out)
public KmlXmlWriter(OutputStream out, boolean useNamespaces)
public KmlXmlWriter(Writer out)
public KmlXmlWriter(Writer out, boolean useNamespaces)
public static void append(StringBuilder buffer, Geometry geometry)
public static long getLookAtRange(BoundingBox boundingBox)
public void write(LineString points)
public void writeCoordinates(Point point)
public void writeGeometry(Geometry geometry, int axisCount)
public void writeLatLonBox(BoundingBox envelope)
public void writeLinearRing(LineString ring)
public void writeLineString(LineString line)
public void writeMultiGeometry(GeometryCollection collection, int axisCount)
public void writeNetworkLink(BoundingBox envelope, String name, Integer minLod, Integer maxLod, String href)
public void writePlacemarkLineString(BoundingBox envelope, String name, String styleUrl)
public void writePlacemarkLineString(LineString lineString, String name, String styleUrl)
public void writePlacemarkLineString(Polygon polygon, String name, String styleUrl)
public void writePlacemarkPoint(BoundingBox boundingBox, String name, String styleUrl)
public void writePlacemarkPolygon(Polygon polygon, String name, String styleUrl)
public void writePoint(Point point)
public void writePolygon(Polygon polygon)
public void writeRegion(BoundingBox envelope, Integer minLod, Integer maxLod)
public void writeWmsGroundOverlay(BoundingBox envelope, String baseUrl, String name)
Copyright © 2015 Revolution Systems Inc.. All rights reserved.