z
Returns a list of Z coordinates in this line, or None
if the line does not have Z coordinates:
>>> OGRGeometry('LINESTRING (1 2 3,4 5 6)').z [3.0, 6.0]
z
Returns a list of Z coordinates in this line, or None
if the line does not have Z coordinates:
>>> OGRGeometry('LINESTRING (1 2 3,4 5 6)').z [3.0, 6.0]
Please login to continue.