Copyright (c) 2004 Gordon D. Carrie. All rights reserved.

Licensed under the Open Software License version 2.1

Please address questions and feedback to user0@tkgeomap.org

@(#) $Id: geoLnArrToMap.3,v 1.6 2004/09/22 21:57:50 tkgeomap Exp $

geoLnArrToMap 3 2 Geography "Geography C functions"
S
NAME
GeoLnArrToMap - convert arrays of geographic points to map points.
SYNOPSIS
#include <geoLnArrToMap.h>
MapLnArr GeoLnArrToMap(GeoLnArr *geoLnArr, GeoProj proj, Rotation rxn);
DESCRIPTION
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.
"SEE ALSO"
GeoLnArr, MapLnArr, Projection, Geography
KEYWORDS
geoLnArr, mapLnArr, geography, projection
AUTHOR
Gordon Carrie (user0@tkgeomap.org)