Show / Hide Table of Contents

Class ProjectedCoordinateSystem

Hold details of a Projected Coordinate System (PCS)

Inheritance
System.Object
ProjectedCoordinateSystem
Namespace: FpAssistantCore.Geographical
Assembly: FpAssistantCoreScl.dll
Syntax
public class ProjectedCoordinateSystem : object

Constructors

ProjectedCoordinateSystem(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

XmlTag

XML element tag name for details of the PCS

Declaration
public const string XmlTag = null
Field Value
Type Description
System.String

Properties

Datum

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
System.String

EastBoundLongitude

GeographicBoundingBox - EastBoundLongitude

Declaration
public double EastBoundLongitude { get; }
Property Value
Type Description
System.Double

Identifier

Identifier of the Projection

Declaration
public string Identifier { get; }
Property Value
Type Description
System.String

NorthBoundLatitude

GeographicBoundingBox - NorthBoundLatitude

Declaration
public double NorthBoundLatitude { get; }
Property Value
Type Description
System.Double

ProjectionName

Name of the Projection

Declaration
public string ProjectionName { get; }
Property Value
Type Description
System.String

SouthBoundLatitude

GeographicBoundingBox - SouthBoundLatitude

Declaration
public double SouthBoundLatitude { get; }
Property Value
Type Description
System.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
System.Double
In This Article
Back to top Copyright 2018-2023 CADology Limited