static void |
KMLGeometry.toKMLGeometry(org.locationtech.jts.geom.Geometry geometry,
ExtrudeMode extrude,
int altitudeModeEnum,
StringBuilder sb) |
Convert JTS geometry to a kml geometry representation.
|
static void |
KMLGeometry.toKMLLinearRing(org.locationtech.jts.geom.LineString lineString,
ExtrudeMode extrude,
int altitudeModeEnum,
StringBuilder sb) |
Defines a closed line string, typically the outer boundary of a Polygon.
|
static void |
KMLGeometry.toKMLLineString(org.locationtech.jts.geom.LineString lineString,
ExtrudeMode extrude,
int altitudeModeEnum,
StringBuilder sb) |
Defines a connected set of line segments.
|
static void |
KMLGeometry.toKMLMultiGeometry(org.locationtech.jts.geom.GeometryCollection gc,
ExtrudeMode extrude,
int altitudeModeEnum,
StringBuilder sb) |
A container for zero or more geometry primitives associated with the same
feature.
|
static void |
KMLGeometry.toKMLPoint(org.locationtech.jts.geom.Point point,
ExtrudeMode extrude,
int altitudeModeEnum,
StringBuilder sb) |
A geographic location defined by longitude, latitude, and (optional)
altitude.
|
static void |
KMLGeometry.toKMLPolygon(org.locationtech.jts.geom.Polygon polygon,
ExtrudeMode extrude,
int altitudeModeEnum,
StringBuilder sb) |
A Polygon is defined by an outer boundary and 0 or more inner boundaries.
|