FDO API Reference Feature Data Objects

SpatialGridTransform Class Reference

List of all members.

Public Member Functions

 SpatialGridTransform (System::IntPtr unmanaged, System::Boolean autoDelete)
 SpatialGridTransform (NAMESPACE_OSGEO_GEOMETRY::IEnvelope *extents, System::Double tolerance)
 Factory method for GridTransformer.
System::Void TransformFromGrid (System::Int64 gridX, System::Int64 gridY, System::Double *coordinateX, System::Double *coordinateY)
 Transform integer ordinates on the grid to floating-point ordinates.
System::Void TransformToGrid (System::Double coordinateX, System::Double coordinateY, System::Int64 *gridX, System::Int64 *gridY)
 Transform floating-point ordinates to integer ordinates on the grid.

Protected Member Functions

System::Void Dispose (System::Boolean disposing)

Comments or suggestions? Send us feedback.