Class Resolutionise
- java.lang.Object
-
- eu.europa.ec.eurostat.jgiscotools.algo.base.Resolutionise
-
public class Resolutionise extends Object
- Author:
- julien Gaffuri
-
-
Constructor Summary
Constructors Constructor Description Resolutionise()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.locationtech.jts.geom.Geometry
get(org.locationtech.jts.geom.Geometry g, double resolution)
static Collection<org.locationtech.jts.geom.LineString>
getLine(Collection<org.locationtech.jts.geom.LineString> lines, double resolution)
static Collection<org.locationtech.jts.geom.LineString>
getLine(org.locationtech.jts.geom.LineString line, double resolution)
static Collection<org.locationtech.jts.geom.Polygon>
getPoly(Collection<org.locationtech.jts.geom.Polygon> polys, double resolution)
static Collection<org.locationtech.jts.geom.Polygon>
getPoly(org.locationtech.jts.geom.Polygon poly, double resolution)
-
-
-
Method Detail
-
get
public static org.locationtech.jts.geom.Geometry get(org.locationtech.jts.geom.Geometry g, double resolution)
-
getLine
public static Collection<org.locationtech.jts.geom.LineString> getLine(org.locationtech.jts.geom.LineString line, double resolution)
-
getLine
public static Collection<org.locationtech.jts.geom.LineString> getLine(Collection<org.locationtech.jts.geom.LineString> lines, double resolution)
-
getPoly
public static Collection<org.locationtech.jts.geom.Polygon> getPoly(org.locationtech.jts.geom.Polygon poly, double resolution)
-
getPoly
public static Collection<org.locationtech.jts.geom.Polygon> getPoly(Collection<org.locationtech.jts.geom.Polygon> polys, double resolution)
-
-