User Tools

Site Tools


thinkgeo_cloud_elevation

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
thinkgeo_cloud_elevation [2019/03/08 06:41]
tgwikiupdate
thinkgeo_cloud_elevation [2019/03/11 18:37]
brianr
Line 24: Line 24:
  
 //**URL Parameters**//​ //**URL Parameters**//​
-  * //​**pointY**//: ​__Required__. ​The Y coordinate of the point. +  * //​**pointY**//:​ The Y coordinate of the point. 
-  * //​**pointX**//: ​__Required__. ​The X coordinate of the point.+  * //​**pointX**//:​ The X coordinate of the point.
  
  
Line 42: Line 42:
   {   {
     "​coord":​ "​string",​ // The coordinates of the point. The format is: y,x.     "​coord":​ "​string",​ // The coordinates of the point. The format is: y,x.
-    "​elevationUnit":​ "​string"​ // The measurement unit in which the elevation result is expressed. Defaults to "​Feet"​. +    "​elevationUnit":​ "​string"​ // Optional. ​The measurement unit in which the elevation result is expressed. Defaults to "​Feet"​. 
-    "​srid":​ int, // The SRID of the input feature'​s coordinate system. Defaults to 4326. +    "​srid":​ int, // Optional. ​The SRID of the input feature'​s coordinate system. Defaults to 4326. 
-    "​proj4String":​ "​string",​ // The Proj4 string of the input feature'​s coordinate system.+    "​proj4String":​ "​string",​ // Optional. ​The Proj4 string of the input feature'​s coordinate system.
   }   }
 ]</​code>​ ]</​code>​
Line 118: Line 118:
  
 Our .NET SDK //ThinkGeo Cloud Client// makes it easy to consume all of the ThinkGeo Cloud services in your applications. It's available on [[https://​www.nuget.org/​packages/​ThinkGeo.Cloud.Client|NuGet]]. ​ IntelliSense hints will help you get started, and you can also refer to the [[thinkgeo_cloud_.net_client_apis|ThinkGeo Cloud Client API list]] for details. Our .NET SDK //ThinkGeo Cloud Client// makes it easy to consume all of the ThinkGeo Cloud services in your applications. It's available on [[https://​www.nuget.org/​packages/​ThinkGeo.Cloud.Client|NuGet]]. ​ IntelliSense hints will help you get started, and you can also refer to the [[thinkgeo_cloud_.net_client_apis|ThinkGeo Cloud Client API list]] for details.
 +
 +At the NuGet Package Manager terminal, you can install this package by running the command: ''​Install-Package ThinkGeo.Cloud.Client -Version VERSION_TO_BE_INSTALLED''​. ​ You can also check out ThinkGeo on GitHub for [[https://​github.com/​ThinkGeo?​utf8=%E2%9C%93&​q=cloud&​type=&​language=|samples utilizing the ThinkGeo Cloud Client]].
  
 **Sample Code** **Sample Code**
Line 143: Line 145:
   * [[https://​github.com/​ThinkGeo/​ElevationStatisticsSample-ForWpf]] for [[map_suite_desktop_for_wpf|Map Suite Desktop For WPF]]   * [[https://​github.com/​ThinkGeo/​ElevationStatisticsSample-ForWpf]] for [[map_suite_desktop_for_wpf|Map Suite Desktop For WPF]]
  
 +Web Sample:
 +
 +<code csharp>
 +
 +Coming soon
 +
 +</​code>​
 +
 +
 +Mobile Sample: ​
 +<code csharp>
 +
 +Coming soon
 +
 +</​code>​
  
 ===== Related Links ===== ===== Related Links =====
thinkgeo_cloud_elevation.txt · Last modified: 2019/03/31 16:38 by brianr