Search Results for

    Show / Hide Table of Contents

    Class DefaultSimpleTransform

    A simple transform that wraps the NTS coordinate system transformation APIs

    Inheritance
    System.Object
    DefaultSimpleTransform
    Implements
    ISimpleTransform
    System.IDisposable
    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 Source

    Dispose()

    Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

    Declaration
    public void Dispose()
    | Improve this Doc View Source

    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

    ISimpleTransform
    System.IDisposable
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2009 - 2022 Jackie Ng