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

View Source

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

View Source

XmlTag

XML element tag name for details of the PCS

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

Properties

View Source

Datum

Datum used in the projection

Declaration
public MapDatums Datum { get; }
Property Value
Type Description
MapDatums
View Source

Description

Description of the Projection

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

EastBoundLongitude

GeographicBoundingBox - EastBoundLongitude

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

Identifier

Identifier of the Projection

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

NorthBoundLatitude

GeographicBoundingBox - NorthBoundLatitude

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

ProjectionName

Name of the Projection

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

SouthBoundLatitude

GeographicBoundingBox - SouthBoundLatitude

Declaration
public double SouthBoundLatitude { get; }
Property Value
Type Description
System.Double
View Source

Uom

Units of Measurement (UOM) for the PCS

Declaration
public CoordinateSystemUnits Uom { get; }
Property Value
Type Description
CoordinateSystemUnits
View Source

WestBoundLongitude

GeographicBoundingBox - WestBoundLongitude

Declaration
public double WestBoundLongitude { get; }
Property Value
Type Description
System.Double
  • View Source
In This Article
Back to top Copyright 2018-2024 CADology Limited