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 SourceEpsgCode
Gets the EPSG code of this coordinate system
Declaration
string EpsgCode { get; }
Property Value
Type | Description |
---|---|
System.String |
MentorCode
Gets the CS-Map coordinate system code of this coordinate system
Declaration
string MentorCode { get; }
Property Value
Type | Description |
---|---|
System.String |
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 |
Wkt
Gets the WKT of this coordinate system
Declaration
string Wkt { get; }
Property Value
Type | Description |
---|---|
System.String |