public class ST_RemoveDuplicatedCoordinates
extends org.h2gis.api.DeterministicScalarFunction
| Constructor and Description |
|---|
ST_RemoveDuplicatedCoordinates() |
| Modifier and Type | Method and Description |
|---|---|
String |
getJavaStaticMethod() |
static org.locationtech.jts.geom.Geometry |
removeCoordinates(org.locationtech.jts.geom.Geometry geom)
Removes duplicated coordinates within a geometry.
|
static org.locationtech.jts.geom.GeometryCollection |
removeCoordinates(org.locationtech.jts.geom.GeometryCollection g)
Removes duplicated coordinates within a GeometryCollection
|
static org.locationtech.jts.geom.LinearRing |
removeCoordinates(org.locationtech.jts.geom.LinearRing g)
Removes duplicated coordinates within a linearRing.
|
static org.locationtech.jts.geom.LineString |
removeCoordinates(org.locationtech.jts.geom.LineString g)
Removes duplicated coordinates within a LineString.
|
static org.locationtech.jts.geom.MultiLineString |
removeCoordinates(org.locationtech.jts.geom.MultiLineString g)
Removes duplicated coordinates in a MultiLineString.
|
static org.locationtech.jts.geom.MultiPoint |
removeCoordinates(org.locationtech.jts.geom.MultiPoint g)
Removes duplicated coordinates within a MultiPoint.
|
static org.locationtech.jts.geom.MultiPolygon |
removeCoordinates(org.locationtech.jts.geom.MultiPolygon g)
Removes duplicated coordinates within a MultiPolygon.
|
static org.locationtech.jts.geom.Polygon |
removeCoordinates(org.locationtech.jts.geom.Polygon poly)
Removes duplicated coordinates within a Polygon.
|
static org.locationtech.jts.geom.Geometry |
removeDuplicatedCoordinates(org.locationtech.jts.geom.Geometry geometry)
Returns a version of the given geometry with duplicated coordinates removed.
|
addProperty, getProperty, removePropertypublic String getJavaStaticMethod()
public static org.locationtech.jts.geom.Geometry removeDuplicatedCoordinates(org.locationtech.jts.geom.Geometry geometry)
geometry - public static org.locationtech.jts.geom.Geometry removeCoordinates(org.locationtech.jts.geom.Geometry geom)
geom - public static org.locationtech.jts.geom.MultiPoint removeCoordinates(org.locationtech.jts.geom.MultiPoint g)
g - public static org.locationtech.jts.geom.LineString removeCoordinates(org.locationtech.jts.geom.LineString g)
g - public static org.locationtech.jts.geom.LinearRing removeCoordinates(org.locationtech.jts.geom.LinearRing g)
g - public static org.locationtech.jts.geom.MultiLineString removeCoordinates(org.locationtech.jts.geom.MultiLineString g)
g - public static org.locationtech.jts.geom.Polygon removeCoordinates(org.locationtech.jts.geom.Polygon poly)
poly - public static org.locationtech.jts.geom.MultiPolygon removeCoordinates(org.locationtech.jts.geom.MultiPolygon g)
g - public static org.locationtech.jts.geom.GeometryCollection removeCoordinates(org.locationtech.jts.geom.GeometryCollection g)
g - Copyright © 2019 CNRS. All rights reserved.