public class LineString extends Geometry
Constructor and Description |
---|
LineString() |
LineString(LineString other) |
LineString(long SRID,
List<Point> points) |
Modifier and Type | Method and Description |
---|---|
List<Point> |
getPoints() |
LineString |
setPoints(List<Point> points) |
public LineString()
public LineString(LineString other)
public LineString setPoints(List<Point> points)
Copyright © 2023 Eclipse. All rights reserved.