Search Results for

    Show / Hide Table of Contents

    Interface ICoordinateSystemInfo

    Represents coordinate system information for a Runtime Map

    Namespace: OSGeo.MapGuide.ObjectModels.RuntimeMap
    Assembly: OSGeo.MapGuide.ObjectModels.dll
    Syntax
    public interface ICoordinateSystemInfo

    Properties

    | Improve this Doc View Source

    EpsgCode

    Gets the EPSG code of this coordinate system

    Declaration
    string EpsgCode { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    MentorCode

    Gets the CS-Map coordinate system code of this coordinate system

    Declaration
    string MentorCode { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    MetersPerUnit

    Gets the meters-per-unit value of this runtime map. This value is essential for any tile or rendering functionality

    Declaration
    double MetersPerUnit { get; }
    Property Value
    Type Description
    System.Double
    | Improve this Doc View Source

    Wkt

    Gets the WKT of this coordinate system

    Declaration
    string Wkt { get; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2009 - 2022 Jackie Ng