Class Cusmoo
- java.lang.Object
-
- eu.europa.ec.eurostat.jgiscotools.algo.line.Cusmoo
-
public class Cusmoo extends Object
- Author:
- julien Gaffuri
-
-
Constructor Summary
Constructors Constructor Description Cusmoo()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.locationtech.jts.geom.Coordinate[]
get(org.locationtech.jts.geom.Coordinate[] coords, double symbolWidthMM, double scale)
static org.locationtech.jts.geom.Coordinate[]
get(org.locationtech.jts.geom.Coordinate[] coords, double symbolWidthMM, double scale, boolean post)
static org.locationtech.jts.geom.LineString
get(org.locationtech.jts.geom.LineString line, double symbolWidthMM, double scale)
static org.locationtech.jts.geom.LineString
get(org.locationtech.jts.geom.LineString line, double symbolWidthMM, double scale, boolean post)
-
-
-
Method Detail
-
get
public static org.locationtech.jts.geom.LineString get(org.locationtech.jts.geom.LineString line, double symbolWidthMM, double scale)
-
get
public static org.locationtech.jts.geom.LineString get(org.locationtech.jts.geom.LineString line, double symbolWidthMM, double scale, boolean post)
-
get
public static org.locationtech.jts.geom.Coordinate[] get(org.locationtech.jts.geom.Coordinate[] coords, double symbolWidthMM, double scale)
-
get
public static org.locationtech.jts.geom.Coordinate[] get(org.locationtech.jts.geom.Coordinate[] coords, double symbolWidthMM, double scale, boolean post)
-
-