public class ST_ZUpdateLineExtremities
extends org.h2gis.api.DeterministicScalarFunction
| Constructor and Description |
|---|
ST_ZUpdateLineExtremities() |
| Modifier and Type | Method and Description |
|---|---|
String |
getJavaStaticMethod() |
static org.locationtech.jts.geom.Geometry |
updateZExtremities(org.locationtech.jts.geom.Geometry geometry,
double startZ,
double endZ) |
static org.locationtech.jts.geom.Geometry |
updateZExtremities(org.locationtech.jts.geom.Geometry geometry,
double startZ,
double endZ,
boolean interpolate)
Update the start and end Z values.
|
addProperty, getProperty, removePropertypublic String getJavaStaticMethod()
public static org.locationtech.jts.geom.Geometry updateZExtremities(org.locationtech.jts.geom.Geometry geometry,
double startZ,
double endZ)
public static org.locationtech.jts.geom.Geometry updateZExtremities(org.locationtech.jts.geom.Geometry geometry,
double startZ,
double endZ,
boolean interpolate)
geometry - startZ - endZ - interpolate - Copyright © 2019 CNRS. All rights reserved.