Show / Hide Table of Contents

Class CoordinateSystems

Static class to hold the all the supported coordinates and their definitions

Inheritance
System.Object
CoordinateSystems
Namespace: FpAssistantCore.Geographical
Assembly: FpAssistantCoreScl.dll
Syntax
public static class CoordinateSystems : object
Remarks

Allows apps to know what coordinate systems / map projections are cuurently supported in this API

Methods

View Source

FindByMapProjection(MapProjections)

Find the details of a coordinate system by search for it's map projection

Declaration
public static CoordinateSystem FindByMapProjection(MapProjections mapProjection)
Parameters
Type Name Description
MapProjections mapProjection

The map projection to search for

Returns
Type Description
CoordinateSystem
View Source

IsProjectionZoneIdentifierValid(MapProjections, String)

Check if the zone or identifier name is valid for a particular map projection

Declaration
public static bool IsProjectionZoneIdentifierValid(MapProjections mapProjection, string projectionZoneIdentifier)
Parameters
Type Name Description
MapProjections mapProjection

The map projection in which to look for the zone or identifier

System.String projectionZoneIdentifier

String containing the name of the zone or identifier to look for in the map projection

Returns
Type Description
System.Boolean

Boolean

Remarks

UTM based map projections tend to be divided up to into zones

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