Class VertexRemoval
- java.lang.Object
-
- eu.europa.ec.eurostat.jgiscotools.algo.base.VertexRemoval
-
public class VertexRemoval extends Object
- Author:
- julien gaffuri
-
-
Constructor Summary
Constructors Constructor Description VertexRemoval()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.locationtech.jts.geom.Geometry
remove(org.locationtech.jts.geom.Geometry g, ArrayList<org.locationtech.jts.geom.Coordinate> cs)
static org.locationtech.jts.geom.Geometry
remove(org.locationtech.jts.geom.Geometry g, org.locationtech.jts.geom.Coordinate c)
static org.locationtech.jts.geom.MultiPolygon[]
remove(org.locationtech.jts.geom.MultiPolygon g1, org.locationtech.jts.geom.MultiPolygon g2, ArrayList<org.locationtech.jts.geom.Coordinate> cs)
-
-
-
Method Detail
-
remove
public static org.locationtech.jts.geom.MultiPolygon[] remove(org.locationtech.jts.geom.MultiPolygon g1, org.locationtech.jts.geom.MultiPolygon g2, ArrayList<org.locationtech.jts.geom.Coordinate> cs)
-
remove
public static org.locationtech.jts.geom.Geometry remove(org.locationtech.jts.geom.Geometry g, ArrayList<org.locationtech.jts.geom.Coordinate> cs)
-
remove
public static org.locationtech.jts.geom.Geometry remove(org.locationtech.jts.geom.Geometry g, org.locationtech.jts.geom.Coordinate c)
-
-