geom
LineString
class geoscript.geom.Point(*coord)¶ A Point geometry. coord is a variable list of x, y, z arguments. >>> Point(1,2) POINT (1 2)
A Point geometry.
coord is a variable list of x, y, z arguments.
>>> Point(1,2) POINT (1 2)