MCPcopy Create free account
hub / github.com/GeoDaCenter/geoda / applyScaleTrans

Method applyScaleTrans

GdaShape.cpp:420–423  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

418}
419
420void GdaShape::applyScaleTrans(const GdaScaleTrans& A)
421{
422 A.transform(center_o, &center);
423}
424
425void GdaShape::projectToBasemap(Gda::Basemap* basemap, double scale_factor)
426{

Callers 2

BOOST_FOREACHFunction · 0.45
ApplyLastResizeToShpMethod · 0.45

Calls 1

transformMethod · 0.45

Tested by

no test coverage detected