| Package | Description |
|---|---|
| org.h2gis.functions.io.kml |
| Modifier and Type | Method and Description |
|---|---|
static ExtrudeMode |
ExtrudeMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExtrudeMode[] |
ExtrudeMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2019 CNRS. All rights reserved.