PostGIS
2.4.9dev-r@@SVN_REVISION@@
|
void ptarray_longitude_shift | ( | POINTARRAY * | pa | ) |
Longitude shift for a pointarray.
Y remains the same X is converted: from -180..180 to 0..360 from 0..360 to -180..180 X < 0 becomes X + 360 X > 180 becomes X - 360
Definition at line 1417 of file ptarray.c.
References getPoint_internal(), POINTARRAY::npoints, and pixval::x.
Referenced by lwgeom_longitude_shift().