Show / Hide Table of Contents

Class CoordinateSystem

Handling coordinate systems

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

Constructors

View Source

CoordinateSystem(String)

Constructor to initialise with string of Coordinate System Well-Know Text (WKT)

Declaration
public CoordinateSystem(string wkt)
Parameters
Type Name Description
System.String wkt
Remarks

Used when details of the Coordinate System and Projection can be obtains from XML in CAD/GIS software e.g. AUtoCAD. Not available in PCL version

View Source

CoordinateSystem(String, MapProjections, CoordinateSystemUnits, Boolean)

Constructor to initialise with parameters

Declaration
public CoordinateSystem(string description, MapProjections mapProjection, CoordinateSystemUnits coordinateSystemUnit, bool hasZones)
Parameters
Type Name Description
System.String description

Description of the coordinate system

MapProjections mapProjection

An enum value defining the type of map projection

CoordinateSystemUnits coordinateSystemUnit

The unit if the map projection datum

System.Boolean hasZones
Remarks

Used when developer wants to create a coordinate system

Properties

View Source

CoordinateSystemUnit

Coordinate System UOM

Declaration
public CoordinateSystemUnits CoordinateSystemUnit { get; }
Property Value
Type Description
CoordinateSystemUnits

CoordinateSystemUnits - Unit of Measurement

View Source

Description

Description of the coordinate system

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

String containing the description

View Source

HasZones

Indicates if the map projection has zones or a sub-set of identifiers

Declaration
public bool HasZones { get; set; }
Property Value
Type Description
System.Boolean

Boolean true or false

View Source

MapProjection

Type of projection used for the coordinate system of the coordinate system

Declaration
public MapProjections MapProjection { get; set; }
Property Value
Type Description
MapProjections

Enum value of the map projection

View Source

Projection

Projection use in the coordinate system

Declaration
public ProjectedCoordinateSystem Projection { get; }
Property Value
Type Description
ProjectedCoordinateSystem

PCS

  • View Source
In This Article
Back to top Copyright 2018-2024 CADology Limited