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