public class ST_RemoveRepeatedPoints
extends org.h2gis.api.DeterministicScalarFunction
| Constructor and Description |
|---|
ST_RemoveRepeatedPoints() |
| Modifier and Type | Method and Description |
|---|---|
String |
getJavaStaticMethod() |
static org.locationtech.jts.geom.GeometryCollection |
removeDuplicateCoordinates(org.locationtech.jts.geom.GeometryCollection geometryCollection,
double tolerance)
Removes duplicated coordinates within a GeometryCollection
|
static org.locationtech.jts.geom.Geometry |
removeDuplicateCoordinates(org.locationtech.jts.geom.Geometry geom,
double tolerance)
Removes duplicated points within a geometry.
|
static org.locationtech.jts.geom.LinearRing |
removeDuplicateCoordinates(org.locationtech.jts.geom.LinearRing linearRing,
double tolerance)
Removes duplicated coordinates within a linearRing.
|
static org.locationtech.jts.geom.LineString |
removeDuplicateCoordinates(org.locationtech.jts.geom.LineString linestring,
double tolerance)
Removes duplicated coordinates within a LineString.
|
static org.locationtech.jts.geom.MultiLineString |
removeDuplicateCoordinates(org.locationtech.jts.geom.MultiLineString multiLineString,
double tolerance)
Removes duplicated coordinates in a MultiLineString.
|
static org.locationtech.jts.geom.MultiPolygon |
removeDuplicateCoordinates(org.locationtech.jts.geom.MultiPolygon multiPolygon,
double tolerance)
Removes duplicated coordinates within a MultiPolygon.
|
static org.locationtech.jts.geom.Polygon |
removeDuplicateCoordinates(org.locationtech.jts.geom.Polygon polygon,
double tolerance)
Removes duplicated coordinates within a Polygon.
|
static org.locationtech.jts.geom.Geometry |
removeRepeatedPoints(org.locationtech.jts.geom.Geometry geometry)
Returns a version of the given geometry with duplicated points removed.
|
static org.locationtech.jts.geom.Geometry |
removeRepeatedPoints(org.locationtech.jts.geom.Geometry geometry,
double tolerance)
Returns a version of the given geometry with duplicated points removed.
|
addProperty, getProperty, removePropertypublic String getJavaStaticMethod()
public static org.locationtech.jts.geom.Geometry removeRepeatedPoints(org.locationtech.jts.geom.Geometry geometry)
throws SQLException,
SQLException,
SQLException,
SQLException
geometry - SQLExceptionpublic static org.locationtech.jts.geom.Geometry removeRepeatedPoints(org.locationtech.jts.geom.Geometry geometry,
double tolerance)
throws SQLException
geometry - tolerance - to delete the coordinatesSQLExceptionpublic static org.locationtech.jts.geom.Geometry removeDuplicateCoordinates(org.locationtech.jts.geom.Geometry geom,
double tolerance)
throws SQLException
geom - tolerance - to delete the coordinatesSQLExceptionpublic static org.locationtech.jts.geom.LineString removeDuplicateCoordinates(org.locationtech.jts.geom.LineString linestring,
double tolerance)
throws SQLException
linestring - tolerance - to delete the coordinatesSQLExceptionpublic static org.locationtech.jts.geom.LinearRing removeDuplicateCoordinates(org.locationtech.jts.geom.LinearRing linearRing,
double tolerance)
linearRing - tolerance - to delete the coordinatespublic static org.locationtech.jts.geom.MultiLineString removeDuplicateCoordinates(org.locationtech.jts.geom.MultiLineString multiLineString,
double tolerance)
throws SQLException
multiLineString - tolerance - to delete the coordinatesSQLExceptionpublic static org.locationtech.jts.geom.Polygon removeDuplicateCoordinates(org.locationtech.jts.geom.Polygon polygon,
double tolerance)
throws SQLException
polygon - the input polygontolerance - to delete the coordinatesSQLExceptionpublic static org.locationtech.jts.geom.MultiPolygon removeDuplicateCoordinates(org.locationtech.jts.geom.MultiPolygon multiPolygon,
double tolerance)
throws SQLException
multiPolygon - tolerance - to delete the coordinatesSQLExceptionpublic static org.locationtech.jts.geom.GeometryCollection removeDuplicateCoordinates(org.locationtech.jts.geom.GeometryCollection geometryCollection,
double tolerance)
throws SQLException
geometryCollection - tolerance - to delete the coordinatesSQLExceptionCopyright © 2019 CNRS. All rights reserved.