MCPcopy Index your code
hub / github.com/MapServer/MapServer / msProjectRect

Function msProjectRect

mapproject.c:874–881  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

872/************************************************************************/
873
874int msProjectRect(projectionObj *in, projectionObj *out, rectObj *rect)
875{
876#ifdef notdef
877 return msProjectRectTraditionalEdge( in, out, rect );
878#else
879 return msProjectRectAsPolygon( in, out, rect );
880#endif
881}
882
883/************************************************************************/
884/* msProjectionsDiffer() */

Callers 15

FLTApplySimpleSQLFilterFunction · 0.85
msQueryByAttributesFunction · 0.85
msQueryByFilterFunction · 0.85
msQueryByRectFunction · 0.85
msQueryByFeaturesFunction · 0.85
msQueryByPointFunction · 0.85
msQueryByShapeFunction · 0.85
msDrawVectorLayerFunction · 0.85
msBuildWMSLayerURLFunction · 0.85
msPrepareWMSLayerRequestFunction · 0.85
RebuildClustersFunction · 0.85
loadFormFunction · 0.85

Calls 2

msProjectRectAsPolygonFunction · 0.85

Tested by

no test coverage detected