REST interface: Geometry/Project
Level UP
Use this interface to reproject Geometry between different Coordinate Systems.
Request
| Parameter |
Description |
| FromCS |
Source Coordinate System code (EPSG number expected) |
| ToCS |
Destinantion Coordinate System code (EPSG number expected) |
| Geometry |
Geometry in a GeoJSON format |
Response
| Parameter |
Description |
| Status |
Status of operation: true|false |
| Result |
Geometry in a GeoJSON format |
| Message |
Additional message of error or operation hit |
Sample
http://samples.tatukgis.com/TatukGIS_DK10_ASPNET/Samples-API-Special/Set1/Rest/Geometry/Project?FromCS=4326&ToCS=3785&Geometry={'type':'Point','coordinates':[18.54295,54.52299]}