Search Results for

    Show / Hide Table of Contents

    Class CoordinateSystemDefinitionBase

    Represents a coordinate system definition

    Inheritance
    System.Object
    CoordinateSystemDefinitionBase
    HttpCoordinateSystemDefinition
    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)
    Namespace: OSGeo.MapGuide.MaestroAPI.CoordinateSystem
    Assembly: OSGeo.MapGuide.MaestroAPI.dll
    Syntax
    public abstract class CoordinateSystemDefinitionBase

    Constructors

    | Improve this Doc View Source

    CoordinateSystemDefinitionBase()

    Initializes a new instance of the OSGeo.MapGuide.MaestroAPI.CoordinateSystem.CoordinateSystemBase class.

    Declaration
    protected CoordinateSystemDefinitionBase()
    | Improve this Doc View Source

    CoordinateSystemDefinitionBase(CoordinateSystemCategory)

    Initializes a new instance of the OSGeo.MapGuide.MaestroAPI.CoordinateSystem.CoordinateSystemBase class.

    Declaration
    protected CoordinateSystemDefinitionBase(CoordinateSystemCategory parent)
    Parameters
    Type Name Description
    CoordinateSystemCategory parent

    The parent.

    Fields

    | Improve this Doc View Source

    m_code

    The cs code

    Declaration
    protected string m_code
    Field Value
    Type Description
    System.String
    | Improve this Doc View Source

    m_datum

    The datum

    Declaration
    protected string m_datum
    Field Value
    Type Description
    System.String
    | Improve this Doc View Source

    m_datumDescription

    The datum description

    Declaration
    protected string m_datumDescription
    Field Value
    Type Description
    System.String
    | Improve this Doc View Source

    m_description

    The description

    Declaration
    protected string m_description
    Field Value
    Type Description
    System.String
    | Improve this Doc View Source

    m_ellipsoid

    The ellipsoid

    Declaration
    protected string m_ellipsoid
    Field Value
    Type Description
    System.String
    | Improve this Doc View Source

    m_ellipsoidDescription

    The ellipsoid description

    Declaration
    protected string m_ellipsoidDescription
    Field Value
    Type Description
    System.String
    | Improve this Doc View Source

    m_epsg

    The epsg code

    Declaration
    protected string m_epsg
    Field Value
    Type Description
    System.String
    | Improve this Doc View Source

    m_parent

    The parent category

    Declaration
    protected CoordinateSystemCategory m_parent
    Field Value
    Type Description
    CoordinateSystemCategory
    | Improve this Doc View Source

    m_projection

    The projection

    Declaration
    protected string m_projection
    Field Value
    Type Description
    System.String
    | Improve this Doc View Source

    m_projectionDescription

    The projection description

    Declaration
    protected string m_projectionDescription
    Field Value
    Type Description
    System.String
    | Improve this Doc View Source

    m_wkt

    The cs wkt

    Declaration
    protected string m_wkt
    Field Value
    Type Description
    System.String

    Properties

    | Improve this Doc View Source

    Code

    Gets or sets the code.

    Declaration
    public string Code { get; set; }
    Property Value
    Type Description
    System.String

    The code.

    | Improve this Doc View Source

    Datum

    Gets the datum.

    Declaration
    public string Datum { get; }
    Property Value
    Type Description
    System.String

    The datum.

    | Improve this Doc View Source

    DatumDescription

    Gets the datum description.

    Declaration
    public string DatumDescription { get; }
    Property Value
    Type Description
    System.String

    The datum description.

    | Improve this Doc View Source

    Description

    Gets or sets the description.

    Declaration
    public string Description { get; set; }
    Property Value
    Type Description
    System.String

    The description.

    | Improve this Doc View Source

    Ellipsoid

    Gets the ellipsoid.

    Declaration
    public string Ellipsoid { get; }
    Property Value
    Type Description
    System.String

    The ellipsoid.

    | Improve this Doc View Source

    EllipsoidDescription

    Gets the ellipsoid description.

    Declaration
    public string EllipsoidDescription { get; }
    Property Value
    Type Description
    System.String

    The ellipsoid description.

    | Improve this Doc View Source

    EPSG

    Gets the EPSG code

    Declaration
    public string EPSG { get; }
    Property Value
    Type Description
    System.String

    The EPSG code.

    | Improve this Doc View Source

    Projection

    Gets the projection.

    Declaration
    public string Projection { get; }
    Property Value
    Type Description
    System.String

    The projection.

    | Improve this Doc View Source

    ProjectionDescription

    Gets the projection description.

    Declaration
    public string ProjectionDescription { get; }
    Property Value
    Type Description
    System.String

    The projection description.

    | Improve this Doc View Source

    WKT

    Gets or sets the WKT.

    Declaration
    public string WKT { get; set; }
    Property Value
    Type Description
    System.String

    The WKT.

    Methods

    | Improve this Doc View Source

    ToString()

    Returns a System.String that represents this instance.

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String

    A System.String that represents this instance.

    Overrides
    System.Object.ToString()
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2009 - 2022 Jackie Ng