REST interface: Geometry/Area

Level UP

Use this interface to obtain Area of the Geometry.

Request

Parameter Description
CS Coordinate System code (EPSG number expected)
Geometry Geometry in a GeoJSON format

Response

Parameter Description
Status Status of operation: true|false
Result Area in sq. meters
Message Additional message of error or operation hit

Sample

http://samples.tatukgis.com/TatukGIS_DK10_ASPNET/Samples-API-Special/Set1/Rest/Geometry/Area?CS=4326&Geometry={'type':'Polygon','coordinates':[[[18.5431723115453,54.52247522415],[18.5432751102342,54.5217414936695],[18.5430476407948,54.5216602493454],[18.5426430076573,54.5215726576274],[18.5424964648453,54.5224447580948],[18.5427895504692,54.5224701464757],[18.5431723115453,54.52247522415]]]}