Search Results for

    Show / Hide Table of Contents

    Class CoordinateSystemCategory

    Represents a coordinate system category

    Inheritance
    System.Object
    CoordinateSystemCategory
    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 CoordinateSystemCategory

    Constructors

    | Improve this Doc View Source

    CoordinateSystemCategory(ICoordinateSystemCatalog, String)

    Initializes a new instance of the CoordinateSystemCategory class.

    Declaration
    protected CoordinateSystemCategory(ICoordinateSystemCatalog parent, string name)
    Parameters
    Type Name Description
    ICoordinateSystemCatalog parent

    The parent.

    System.String name

    The name.

    Properties

    | Improve this Doc View Source

    Items

    Gets an array of all coordinate systems in this category

    Declaration
    public CoordinateSystemDefinitionBase[] Items { get; }
    Property Value
    Type Description
    CoordinateSystemDefinitionBase[]
    | Improve this Doc View Source

    Name

    Gets the name.

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

    The name.

    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