ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
ThinkGeo Cloud Projection provides RESTful APIs to re-project a point, line, or polygon shape between two coordinate systems. Check out the online sample for a quick look.
* Try it Online: All the ThinkGeo Projection RESTful APIs can be tested online following the instructions below:
ThinkGeo Cloud Projection provides the following Restful APIs:
Converts a point from one spatial reference system to another.
HTTP GET https://cloud.thinkgeo.com/api/v1/projection/{pointY},{pointX}
URL Parameters - All parameters for this API are required and must be specified on each request.
Visit ProjectPoint and click “Try It Out” to explore this API online.
Converts geometry in Well Known Text format from one spatial reference system to another.
HTTP GET https://cloud.thinkgeo.com/api/v1/projection
URL Parameters - All parameters for this API are required and must be specified on each request.
Visit ProjectGeometry and click “Try It Out” to explore this API online.
ThinkGeo Cloud Projection does not allow anonymous users to access the API. Before working with these APIs, you will need to register with ThinkGeo Cloud and create your own clients. A new account come with two clients: NativeConfidential and JavaScript. See more details at here.
ThinkGeo Cloud provides standard RESTful APIs which can be consumed in any platform through any language. ThinkGeo also offers two prepackaged API clients to make it easier to integrate into .NET and JavaScript applications.
The SDK for .NET enables developers to build .NET applications that use the ThinkGeo Cloud services. The NuGet package can be found at ThinkGeo.Cloud.Client or you can install this package with PM by running the command: Install-Package ThinkGeo.Cloud.Client -Version VERSION_TO_BE_INSTALLED
, here is the complete API List. Also you can check out the ThinkGeoCloudSample for a start.
This documentation convers the ThinkGeo.Cloud.Projectionclient class. It contains all of the members such as Constructors, Methods, Properties and Events.
The SDK for JavaScript enables developers to directly access ThinkGeo Cloud services from JavaScript code running in brower. This SDK can be found at thinkgeocloudclient-js. The Transform Projection sample shows how to work with this SDK.
Online Sample:
Coming soon
Desktop Sample:
Coming soon
Web Sample:
Coming soon
Mobile Sample:
Coming soon