Class CoordinateSystemDefinitionBase
Represents a coordinate system definition
Inherited Members
Namespace: OSGeo.MapGuide.MaestroAPI.CoordinateSystem
Assembly: OSGeo.MapGuide.MaestroAPI.dll
Syntax
public abstract class CoordinateSystemDefinitionBase
Constructors
| Improve this Doc View SourceCoordinateSystemDefinitionBase()
Initializes a new instance of the OSGeo.MapGuide.MaestroAPI.CoordinateSystem.CoordinateSystemBase class.
Declaration
protected CoordinateSystemDefinitionBase()
CoordinateSystemDefinitionBase(CoordinateSystemCategory)
Initializes a new instance of the OSGeo.MapGuide.MaestroAPI.CoordinateSystem.CoordinateSystemBase class.
Declaration
protected CoordinateSystemDefinitionBase(CoordinateSystemCategory parent)
Parameters
Type | Name | Description |
---|---|---|
CoordinateSystemCategory | parent | The parent. |
Fields
| Improve this Doc View Sourcem_code
The cs code
Declaration
protected string m_code
Field Value
Type | Description |
---|---|
System.String |
m_datum
The datum
Declaration
protected string m_datum
Field Value
Type | Description |
---|---|
System.String |
m_datumDescription
The datum description
Declaration
protected string m_datumDescription
Field Value
Type | Description |
---|---|
System.String |
m_description
The description
Declaration
protected string m_description
Field Value
Type | Description |
---|---|
System.String |
m_ellipsoid
The ellipsoid
Declaration
protected string m_ellipsoid
Field Value
Type | Description |
---|---|
System.String |
m_ellipsoidDescription
The ellipsoid description
Declaration
protected string m_ellipsoidDescription
Field Value
Type | Description |
---|---|
System.String |
m_epsg
The epsg code
Declaration
protected string m_epsg
Field Value
Type | Description |
---|---|
System.String |
m_parent
The parent category
Declaration
protected CoordinateSystemCategory m_parent
Field Value
Type | Description |
---|---|
CoordinateSystemCategory |
m_projection
The projection
Declaration
protected string m_projection
Field Value
Type | Description |
---|---|
System.String |
m_projectionDescription
The projection description
Declaration
protected string m_projectionDescription
Field Value
Type | Description |
---|---|
System.String |
m_wkt
The cs wkt
Declaration
protected string m_wkt
Field Value
Type | Description |
---|---|
System.String |
Properties
| Improve this Doc View SourceCode
Gets or sets the code.
Declaration
public string Code { get; set; }
Property Value
Type | Description |
---|---|
System.String | The code. |
Datum
Gets the datum.
Declaration
public string Datum { get; }
Property Value
Type | Description |
---|---|
System.String | The datum. |
DatumDescription
Gets the datum description.
Declaration
public string DatumDescription { get; }
Property Value
Type | Description |
---|---|
System.String | The datum description. |
Description
Gets or sets the description.
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String | The description. |
Ellipsoid
Gets the ellipsoid.
Declaration
public string Ellipsoid { get; }
Property Value
Type | Description |
---|---|
System.String | The ellipsoid. |
EllipsoidDescription
Gets the ellipsoid description.
Declaration
public string EllipsoidDescription { get; }
Property Value
Type | Description |
---|---|
System.String | The ellipsoid description. |
EPSG
Gets the EPSG code
Declaration
public string EPSG { get; }
Property Value
Type | Description |
---|---|
System.String | The EPSG code. |
Projection
Gets the projection.
Declaration
public string Projection { get; }
Property Value
Type | Description |
---|---|
System.String | The projection. |
ProjectionDescription
Gets the projection description.
Declaration
public string ProjectionDescription { get; }
Property Value
Type | Description |
---|---|
System.String | The projection description. |
WKT
Gets or sets the WKT.
Declaration
public string WKT { get; set; }
Property Value
Type | Description |
---|---|
System.String | The WKT. |
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. |