Class CsHelper
Provides application-level overrides for coordinate system related functionality.
Inheritance
System.Object
CsHelper
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
Assembly: OSGeo.MapGuide.MaestroAPI.dll
Syntax
public static class CsHelper
Properties
| Improve this Doc View SourceDefaultCalculator
Gets or sets the default calculator
Declaration
public static IMpuCalculator DefaultCalculator { get; set; }
Property Value
Type | Description |
---|---|
IMpuCalculator |
DefaultCatalog
Gets or sets the default catalog
Declaration
public static ICoordinateSystemCatalog DefaultCatalog { get; set; }
Property Value
Type | Description |
---|---|
ICoordinateSystemCatalog |