[][src]Function spatialite_sys::gaiaShiftLongitude

pub unsafe extern "C" fn gaiaShiftLongitude(geom: gaiaGeomCollPtr)

Shifts negative longitudes

\param geom pointer to Geometry object.

\sa gaiaShiftCoords, gaiaShiftCoords3D, gaiaNormalizeLonLat

\note only intended for geographic (longitude/latitude) coordinates. Negative longitudes (-180/0) will be shifted by 360, thus allowing to represent longitudes in the 0/360 range and effectively crossing the International Date Line.