FDO API Reference Feature Data Objects

System::Void SpatialGridTransform::TransformToGrid System::Double  coordinateX,
System::Double  coordinateY,
System::Int64 *  gridX,
System::Int64 *  gridY
 

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

Parameters:
x Input Floating-point X ordinate.
y Input Floating-point Y ordinate.
xGrid Output Integer X ordinate.
yGrid Output Integer Y ordinate.
Returns:
Returns Nothing.

Comments or suggestions? Send us feedback.