Class HolesDeletion
- java.lang.Object
-
- eu.europa.ec.eurostat.jgiscotools.algo.polygon.HolesDeletion
-
public class HolesDeletion extends Object
- Author:
- julien Gaffuri
-
-
Constructor Summary
Constructors Constructor Description HolesDeletion()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.locationtech.jts.geom.MultiPolygon
get(org.locationtech.jts.geom.MultiPolygon mp)
static org.locationtech.jts.geom.MultiPolygon
get(org.locationtech.jts.geom.MultiPolygon mp, org.locationtech.jts.geom.GeometryFactory gf)
static org.locationtech.jts.geom.Polygon
get(org.locationtech.jts.geom.Polygon poly)
static org.locationtech.jts.geom.Polygon
get(org.locationtech.jts.geom.Polygon poly, org.locationtech.jts.geom.GeometryFactory gf)
-
-
-
Method Detail
-
get
public static org.locationtech.jts.geom.Polygon get(org.locationtech.jts.geom.Polygon poly, org.locationtech.jts.geom.GeometryFactory gf)
-
get
public static org.locationtech.jts.geom.Polygon get(org.locationtech.jts.geom.Polygon poly)
-
get
public static org.locationtech.jts.geom.MultiPolygon get(org.locationtech.jts.geom.MultiPolygon mp, org.locationtech.jts.geom.GeometryFactory gf)
-
get
public static org.locationtech.jts.geom.MultiPolygon get(org.locationtech.jts.geom.MultiPolygon mp)
-
-