| FDO .NET API Reference | Feature Data Objects |
Inheritance diagram for OSGeo::FDO::Spatial::SpatialGridTransform:

()
Definition at line 29 of file mgSpatialGridTransform.h.
Public Member Functions | |
| SpatialGridTransform (System::IntPtr unmanaged, System::Boolean autoDelete) | |
| Constructs an SpatialGridTransform managed object based on an unmanaged instance of the object. | |
| SpatialGridTransform (OSGeo::FDO::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. | |
| Comments or suggestions? Send us feedback. |