Class CoordinateSystemInfo
Coordinate system information
Inheritance
System.Object
CoordinateSystemInfo
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.Http
Assembly: OSGeo.MapGuide.MaestroAPI.dll
Syntax
public class CoordinateSystemInfo
Properties
| Improve this Doc View SourceEpsgCode
The EPSG code for this coordinate system
Declaration
public int EpsgCode { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
MentorCode
The mentor (CS-Map) code for this coordinate system
Declaration
public string MentorCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Wkt
The Well-Known Text (WKT) for this coordinate system
Declaration
public string Wkt { get; set; }
Property Value
Type | Description |
---|---|
System.String |