Class ProjectedCoordinateSystem
Hold details of a Projected Coordinate System (PCS)
Inherited Members
Namespace: FpAssistantCore.Geographical
Assembly: FpAssistantCoreScl.dll
Syntax
public class ProjectedCoordinateSystem
Constructors
View SourceProjectedCoordinateSystem(XmlTextReader)
Constructor to read XML to extract ID and Name of the PCS
Declaration
public ProjectedCoordinateSystem(XmlTextReader xmlTextReader)
Parameters
Type | Name | Description |
---|---|---|
XmlTextReader | xmlTextReader |
Fields
View SourceXmlTag
XML element tag name for details of the PCS
Declaration
public const string XmlTag = "ProjectedCoordinateSystem"
Field Value
Type | Description |
---|---|
string |
Properties
View SourceDatum
Datum used in the projection
Declaration
public MapDatums Datum { get; }
Property Value
Type | Description |
---|---|
MapDatums |
Description
Description of the Projection
Declaration
public string Description { get; }
Property Value
Type | Description |
---|---|
string |
EastBoundLongitude
GeographicBoundingBox - EastBoundLongitude
Declaration
public double EastBoundLongitude { get; }
Property Value
Type | Description |
---|---|
double |
Identifier
Identifier of the Projection
Declaration
public string Identifier { get; }
Property Value
Type | Description |
---|---|
string |
NorthBoundLatitude
GeographicBoundingBox - NorthBoundLatitude
Declaration
public double NorthBoundLatitude { get; }
Property Value
Type | Description |
---|---|
double |
ProjectionName
Name of the Projection
Declaration
public string ProjectionName { get; }
Property Value
Type | Description |
---|---|
string |
SouthBoundLatitude
GeographicBoundingBox - SouthBoundLatitude
Declaration
public double SouthBoundLatitude { get; }
Property Value
Type | Description |
---|---|
double |
Uom
Units of Measurement (UOM) for the PCS
Declaration
public CoordinateSystemUnits Uom { get; }
Property Value
Type | Description |
---|---|
CoordinateSystemUnits |
WestBoundLongitude
GeographicBoundingBox - WestBoundLongitude
Declaration
public double WestBoundLongitude { get; }
Property Value
Type | Description |
---|---|
double |