Created on 27 November 2022
icon_unfollowing
Login to follow
coordinateconversion

Coordinate Conversion

Stable version 1.0.0 (Compatible with OutSystems 11)
Uploaded on 27 November 2022 by 
coordinateconversion

Coordinate Conversion

Details
This extension converts projected coordinates to polar (degrees) coordinates and vice versa. This means, that this is a tool, which helps you to display your coordinates taken from GPS sensor or Google Maps onto a map which accepts projected coordinates (e.g. ESRI).
Read more

This extension uses two .Net Libraries Proj4NET (https://www.nuget.org/packages/Proj4Net) and DotSpatial.Projections (https://github.com/DotSpatial/DotSpatial/)  in order to convert coordinates from one coordinate system to another. In order to identify the different coordinate systems or spaces EPSG definition is used. E.g. Google Maps coordinates correspond to EPSG:4326. A full list of the coordinate system definitions can be found via following link. https://spatialreference.org/ref/epsg/ However in order to include as large list as possible into this extension a list of the following github project was used. https://github.com/josueggh/proj4-list

The usage of this extension is quite simple. The action “GetAllSpatialReferences” retrieves all by extension know coordinates systems, which can be used for the conversion (approximately 6150 spatial references). The second action “ConvertCoordinate” expects two coordinates X and Y in case of projection coordinates and Latitude and Longitude in case of polar coordinates. There are two additional inputs for the source and target coordinate systems.

Release notes (1.0.0)
Reviews (0)
Category
Functional libraries & utilities, Maps & Location
Tags
Support options
This asset is not supported by OutSystems. You may use the discussion forums to leave suggestions or obtain best-effort support from the community, including from  who created this asset.
Dependencies
Coordinate Conversion has no dependencies.
Application Objects
Coordinate Conversion has 0 AOs.
Team
Compatible with
Version 11
Database:
All
Asset consumers
No consumers yet.
Weekly downloads