| Package | Description |
|---|---|
| org.apache.calcite.runtime |
Utilities required at runtime.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) static GeoFunctions.CapStyle |
GeoFunctions.CapStyle.of(String value) |
static GeoFunctions.CapStyle |
GeoFunctions.CapStyle.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GeoFunctions.CapStyle[] |
GeoFunctions.CapStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
private static GeoFunctions.Geom |
GeoFunctions.buffer(GeoFunctions.Geom geom,
double bufferSize,
int quadSegCount,
GeoFunctions.CapStyle endCapStyle,
GeoFunctions.JoinStyle joinStyle,
float mitreLimit) |
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.