Class DefaultSimpleTransform
A simple transform that wraps the NTS coordinate system transformation APIs
Inheritance
System.Object
DefaultSimpleTransform
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: OSGeo.MapGuide.MaestroAPI.CoordinateSystem
Assembly: OSGeo.MapGuide.MaestroAPI.dll
Syntax
public class DefaultSimpleTransform : ISimpleTransform, IDisposable
Methods
| Improve this Doc View SourceDispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Declaration
public void Dispose()
Transform(Double, Double, out Double, out Double)
Transforms the specified point
Declaration
public bool Transform(double x, double y, out double tx, out double ty)
Parameters
Type | Name | Description |
---|---|---|
System.Double | x | The X coordinate |
System.Double | y | The Y coordinate |
System.Double | tx | The transformed X coordinate |
System.Double | ty | The transformed Y coordinate |
Returns
Type | Description |
---|---|
System.Boolean |
Implements
System.IDisposable