[mapguide-users] FdoCoordinateSystemTransform
pcardinal
pierre.cardinal at sympatico.ca
Tue Jul 15 18:30:49 PDT 2014
//Used for WFS coordinate system transformation (ServerFeatureService.cpp)
class MgGMLCsTransform : public FdoCoordinateSystemTransform
{
public:
MgGMLCsTransform(MgCoordinateSystemTransform *transform);
virtual FdoIDirectPosition*
CoordinateSystemTransform(FdoIDirectPosition* sourceGeometry);
private:
MgCoordinateSystemTransform *mTransform;
};
Where is the definiton of the base class FdoCoordinateSystemTransform?
--
View this message in context: http://osgeo-org.1560.x6.nabble.com/FdoCoordinateSystemTransform-tp5151245.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
More information about the mapguide-users
mailing list