GeoApi
Geoapi is an interface where spatial operations can be done easily and very quickly. You can perform spatial operations in any projection. The results are returned in the same projection in whichever projection the data was sent to the "geometry" parameter. The "geometry" parameter must be Wkt(Well Known Text) or GeoJson format. Supported Services : - StartPoint - EndPoint - Union -…
GeoApi endpoints
| Method | Endpoint | Description |
|---|---|---|
| Geo | ||
| POST |
/api/Geo/StartPoint /api/Geo/StartPoint |
Find start point of any projection of linestring geometry |
| POST |
/api/Geo/EndPoint /api/Geo/EndPoint |
Find the end coordinate of the geometry |
| POST |
/api/Geo/Union /api/Geo/Union |
Combine wkt geometries with union service |
| POST |
/api/Geo/PointAtDistanceGeodetic /api/Geo/PointAtDistanceGeodetic |
Get point at distance using Wgs84 projection |
| POST |
/api/Geo/Envelope /api/Geo/Envelope |
Min bounding rectange of geometry or multiple geometries |
| POST |
/api/Geo/Length /api/Geo/Length |
Get linestring geometry length in specified projection |
| POST |
/api/Geo/MinDistance /api/Geo/MinDistance |
Minimum Distance of 2 geometry |
| POST |
/api/Geo/MakeValid /api/Geo/MakeValid |
Make geometry valid |
| POST |
/api/Geo/Overlaps /api/Geo/Overlaps |
Check if first gemetry overlaps other |
| POST |
/api/Geo/IsWithinDistance /api/Geo/IsWithinDistance |
Check is first and second geometry distance is less or equal to specified distance |
| POST |
/api/Geo/OrientedEnvelope /api/Geo/OrientedEnvelope |
|
| POST |
/api/Geo/Extendline /api/Geo/Extendline |
|
| POST |
/api/Geo/Covers /api/Geo/Covers |
|
| POST |
/api/Geo/Reverse /api/Geo/Reverse |
|
| POST |
/api/Geo/Split /api/Geo/Split |
|
| POST |
/api/Geo/PointAtDistanceOnLine /api/Geo/PointAtDistanceOnLine |
|
| POST |
/api/Geo/Intersects /api/Geo/Intersects |
|
| POST |
/api/Geo/Intersection /api/Geo/Intersection |
|
| POST |
/api/Geo/Simplify /api/Geo/Simplify |
|
| POST |
/api/Geo/Touches /api/Geo/Touches |
|
| POST |
/api/Geo/Difference /api/Geo/Difference |
|
| POST |
/api/Geo/Centroid /api/Geo/Centroid |
|
| POST |
/api/Geo/ConvexHull /api/Geo/ConvexHull |
|
| POST |
/api/Geo/Area /api/Geo/Area |
|
| POST |
/api/Geo/ConcaveHull /api/Geo/ConcaveHull |
|
| POST |
/api/Geo/ClosestLine /api/Geo/ClosestLine |
|
| POST |
/api/Geo/Buffer /api/Geo/Buffer |
|
GeoApi pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $16 / month | — |
|
| ULTRA | $69 / month | — |
|