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 SourceCoordinateSystemCategory(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 SourceItems
Gets an array of all coordinate systems in this category
Declaration
public CoordinateSystemDefinitionBase[] Items { get; }
Property Value
Type | Description |
---|---|
CoordinateSystemDefinitionBase[] |
Name
Gets the name.
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String | The name. |
Methods
| Improve this Doc View SourceToString()
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()