Home
last modified time | relevance | path

Searched refs:msProjectPoint (Results 1 – 8 of 8) sorted by relevance

/dports/graphics/mapserver/mapserver-7.6.4/
H A Dmapproject.h94 …MS_DLL_EXPORT int msProjectPoint(projectionObj *in, projectionObj *out, pointObj *point); /* legac…
H A Dmapproject.c940 int msProjectPoint(projectionObj *in, projectionObj *out, pointObj *point) function
1225 msProjectPoint(out, in, &p);
1231 msProjectPoint(out, in, &p);
H A Dmapservutil.c595msProjectPoint(&(mapserv->map->latlon), &(mapserv->map->projection), &mapserv->mappnt); /* point i… in msCGILoadForm()
647msProjectPoint(&(mapserv->map->latlon), &(mapserv->map->projection), &line.point[j]); /* point is … in msCGILoadForm()
1218 msProjectPoint(&(mapserv->map->projection), &(mapserv->map->latlon), &p); in msCGIDispatchCoordinateRequest()
H A Dmapwmslayer.c584 msProjectPoint(&(map->projection), &(map->latlon), &oPoint); in msBuildWMSLayerURL()
H A Dmaptemplate.c1785 msProjectPoint(&layer->map->projection, &layer->projection, &p1); in processShplabelTag()
1786 msProjectPoint(&layer->map->projection, &layer->projection, &p2); in processShplabelTag()
3919 msProjectPoint(&(mapserv->map->projection), &(mapserv->map->latlon), &llpoint); in processLine()
H A Dmapdraw.c1693 msProjectPoint(&layer->projection, &map->projection, &center); in circleLayerDrawShape()
2254 msProjectPoint(&(layer->projection), &(map->projection), point); in msDrawPoint()
/dports/graphics/mapserver/mapserver-7.6.4/mapscript/swiginc/
H A Dpoint.i59 return msProjectPoint(projin, projout, self); in project()
/dports/graphics/mapserver/mapserver-7.6.4/mapscript/php/
H A Dmapscript_i.c1180 return msProjectPoint(in, out, self); in pointObj_project()