|
GeoLnArrToMap − convert arrays of geographic points to map points. |
#include <geoLnArrToMap.h> MapLnArr GeoLnArrToMap(GeoLnArr *geoLnArr, GeoProj proj, Rotation rxn); |
|
GeoLnArrToMap applies projection proj and rotation rxn to the points in geoLnArr. It returns a new maplinearray whose points correspond to the geographic points in geoLnArr after applying proj and rxn. Points that do not project will be absent from the resulting array, and some points might be added for segments that break at projection domain boundaries or discontinuities. It returns NULL if there is a failure. |
|
GeoLnArr, MapLnArr, Projection, Geography |
|
geoLnArr, mapLnArr, geography, projection |
|
Gordon Carrie (user0 at address tkgeomap.org) |