FDO .NET API Reference Feature Data Objects
System::Void OSGeo::FDO::Spatial::SpatialGridTransform::TransformFromGrid ( System::Int64  gridX,
System::Int64  gridY,
System::Double *  coordinateX,
System::Double *  coordinateY 
)

Transform integer ordinates on the grid to floating-point ordinates.

Parameters:
gridX Input Integer X ordinate.
gridY Input Integer Y ordinate.
coordinateX Output Floating-point X ordinate.
coordinateY Output Floating-point Y ordinate.


Comments or suggestions? Send us feedback.