public static class GeometryDataSetGenerator.CurvedDensityDataGeneratorTool extends Object
| Modifier and Type | Method and Description |
|---|---|
static List<org.locationtech.jts.geom.Point> |
generatePoints(org.locationtech.jts.geom.LineString line,
double distanceFactor,
int points) |
static org.locationtech.jts.geom.Coordinate |
toCoordinate(org.apache.commons.math3.geometry.euclidean.twod.Vector2D vec) |
static org.apache.commons.math3.geometry.euclidean.twod.Vector2D |
toVec(org.locationtech.jts.geom.Coordinate coor) |
public static final List<org.locationtech.jts.geom.Point> generatePoints(org.locationtech.jts.geom.LineString line, double distanceFactor, int points)
public static org.locationtech.jts.geom.Coordinate toCoordinate(org.apache.commons.math3.geometry.euclidean.twod.Vector2D vec)
public static org.apache.commons.math3.geometry.euclidean.twod.Vector2D toVec(org.locationtech.jts.geom.Coordinate coor)
Copyright © 2013–2022. All rights reserved.