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
thinkgeo_cloud_elevation [2019/03/08 06:41]
tgwikiupdate
thinkgeo_cloud_elevation [2019/03/31 16:38] (current)
brianr [Related Links]
Line 24: Line 24:
  
 //**URL Parameters**//​ //**URL Parameters**//​
-  * //**pointY**//: __Required__. ​The Y coordinate of the point. +  * <​html><​span class="​api-parameter"><​span class="​api-parameter-name">​pointY</span>: The Y coordinate of the point.</​span></​html>​ 
-  * //**pointX**//: __Required__. ​The X coordinate of the point. +  * <​html><​span class="​api-parameter"><​span class="​api-parameter-name">​pointX</span>: The X coordinate of the point.</​span></​html>​
  
 Visit [[https://​cloud.thinkgeo.com/​help/#/​Elevation/​GetElevationOfPointV1|GetElevationOfPoint]] and click "Try It Out" to test this API online. ​ Visit [[https://​cloud.thinkgeo.com/​help/#/​Elevation/​GetElevationOfPointV1|GetElevationOfPoint]] and click "Try It Out" to test this API online. ​
Line 42: Line 41:
   {   {
     "​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 50: Line 49:
  
 //**URL Parameters**//​ //**URL Parameters**//​
-  * //**srid**//: __Optional__. The SRID of the input feature'​s coordinate system. Defaults to 4326. +  * <​html><​span class="​api-parameter"><​span class="​api-parameter-name">​srid:</span> <​em>​Optional.</​em> ​The SRID of the input feature'​s coordinate system. Defaults to 4326.</​span></​html>​ 
-  * //**proj4String**//__Optional__. The Proj4 string of the input feature'​s coordinate system. +  * <​html><​span class="​api-parameter"><​span class="​api-parameter-name">​proj4String:​</​span>​ <​em>​Optional.</​em> ​The Proj4 string of the input feature'​s coordinate system.</​span></​html>​ 
-  * //**ElevationUnit**//__Optional__. The measurement unit in which the elevation result is expressed. Defaults to "​Feet"​.+  * <​html><​span class="​api-parameter"><​span class="​api-parameter-name">​ElevationUnit:​</​span>​ <​em>​Optional.</​em> ​The measurement unit in which the elevation result is expressed. Defaults to "​Feet"​.</​span></​html>​
  
 Visit [[https://​cloud.thinkgeo.com/​help/#/​Elevation/​GetElevationsOfPointsBatchV1|GetElevationsOfPointsBatch]] and click "Try It Out" to explore this API online. ​ Visit [[https://​cloud.thinkgeo.com/​help/#/​Elevation/​GetElevationsOfPointsBatchV1|GetElevationsOfPointsBatch]] and click "Try It Out" to explore this API online. ​
Line 65: Line 64:
  
 //**URL Parameters**//​ //**URL Parameters**//​
-  * //**wkt**//: The Well Known Text (WKT) of a line feature to get the elevation. +  * <​html><​span class="​api-parameter"><​span class="​api-parameter-name">​wkt:</​span> ​The Well Known Text (WKT) of a line feature to get the elevation.</​span></​html>​ 
-  * //**srid**//__Optional__. The SRID of the input feature'​s coordinate system. Defaults to 4326. +  * <​html><​span class="​api-parameter"><​span class="​api-parameter-name">​srid:</​span>​ <​em>​Optional.</​em> ​The SRID of the input feature'​s coordinate system. Defaults to 4326.</​span></​html>​ 
-  * //**proj4String**//__Optional__. The Proj4 string of the input feature'​s coordinate system. +  * <​html><​span class="​api-parameter"><​span class="​api-parameter-name">​proj4String:​</​span>​ <​em>​Optional.</​em> ​The Proj4 string of the input feature'​s coordinate system.</​span></​html>​ 
-  * //**NumberOfSegments**//__Optional__. Splits the requested line into this many segments, then calculates elevation of each point joining the segments. +  * <​html><​span class="​api-parameter"><​span class="​api-parameter-name">​NumberOfSegments:​</​span>​ <​em>​Optional.</​em> ​Splits the requested line into this many segments, then calculates elevation of each point joining the segments.</​span></​html>​ 
-  * //**ElevationUnit**//__Optional__. The unit of measure in which the elevation result is expressed. Defaults to "​Feet"​. +  * <​html><​span class="​api-parameter"><​span class="​api-parameter-name">​ElevationUnit:​</​span>​ <​em>​Optional.</​em> ​The unit of measure in which the elevation result is expressed. Defaults to "​Feet"​.</​span></​html>​ 
-  * //**IntervalDistance**//__Optional__. Splits the requested line into intervals of this length. The unit of measure for this distance is specified by the IntervalDistanceUnit parameter. +  * <​html><​span class="​api-parameter"><​span class="​api-parameter-name">​IntervalDistance:​</​span>​ <​em>​Optional.</​em> ​Splits the requested line into intervals of this length. The unit of measure for this distance is specified by the IntervalDistanceUnit parameter.</​span></​html>​ 
-  * //**IntervalDistanceUnit**//__Optional__. The unit of measure in which the IntervalDistance is expressed. Defaults to "​Feet"​.+  * <​html><​span class="​api-parameter"><​span class="​api-parameter-name">​IntervalDistanceUnit:​</​span>​ <​em>​Optional.</​em> ​The unit of measure in which the IntervalDistance is expressed. Defaults to "​Feet"​.</​span></​html>​
  
  
Line 85: Line 84:
  
 //**URL Parameters**//​ //**URL Parameters**//​
-  * //**wkt**//: The Well Known Text (WKT) of a polygon feature to get the elevation. +  * <​html><​span class="​api-parameter"><​span class="​api-parameter-name">​wkt:</span> ​The Well Known Text (WKT) of a polygon feature to get the elevation.</​span></​html>​ 
-  * //**srid**//__Optional__. The SRID of the input feature'​s coordinate system. Defaults to 4326. +  * <​html><​span class="​api-parameter"><​span class="​api-parameter-name">​srid:</​span>​ <​em>​Optional.</​em> ​The SRID of the input feature'​s coordinate system. Defaults to 4326.</​span></​html>​ 
-  * //**proj4String**//__Optional__. The Proj4 string of the input feature'​s coordinate system. +  * <​html><​span class="​api-parameter"><​span class="​api-parameter-name">​proj4String:​</​span>​ <​em>​Optional.</​em> ​The Proj4 string of the input feature'​s coordinate system.</​span></​html>​ 
-  * //**ElevationUnit**//__Optional__. The unit of measure in which the elevation result is expressed. Defaults to "​Feet"​. +  * <​html><​span class="​api-parameter"><​span class="​api-parameter-name">​ElevationUnit:​</​span>​ <​em>​Optional.</​em> ​The unit of measure in which the elevation result is expressed. Defaults to "​Feet"​.</​span></​html>​ 
-  * //**IntervalDistance**//__Optional__. The distance between every two points in the area matrix. Elevation of each point will be calculated and returned. Defaults to 1000.0. The unit of measure for this distance is specified by the IntervalDistanceUnit parameter. +  * <​html><​span class="​api-parameter"><​span class="​api-parameter-name">​IntervalDistance:​</​span>​ <​em>​Optional.</​em> ​The distance between every two points in the area matrix. Elevation of each point will be calculated and returned. Defaults to 1000.0. The unit of measure for this distance is specified by the IntervalDistanceUnit parameter.</​span></​html>​ 
-  * //**IntervalDistanceUnit**//__Optional__. The unit of measure in which the IntervalDistance is expressed. Defaults to "​Feet"​. ​  ​+  * <​html><​span class="​api-parameter"><​span class="​api-parameter-name">​IntervalDistanceUnit:​</​span>​ <​em>​Optional.</​em> ​The unit of measure in which the IntervalDistance is expressed. Defaults to "​Feet"​.</​span></​html>​
  
  
Line 104: Line 103:
  
 //**URL Parameters**//​ //**URL Parameters**//​
-  * //**wkt**//: The Well Known Text(WKT) of the line feature to get the grade. +  * <​html><​span class="​api-parameter"><​span class="​api-parameter-name">​wkt:</​span> ​The Well Known Text(WKT) of the line feature to get the grade.</​span></​html>​ 
-  * //**srid**//__Optional__. The SRID of the input feature'​s coordinate system. Defaults to 4326. +  * <​html><​span class="​api-parameter"><​span class="​api-parameter-name">​srid:</​span>​ <​em>​Optional.</​em> ​The SRID of the input feature'​s coordinate system. Defaults to 4326.</​span></​html>​ 
-  * //**proj4String**//__Optional__. The Proj4 string of the input feature'​s coordinate system. +  * <​html><​span class="​api-parameter"><​span class="​api-parameter-name">​proj4String:​</​span>​ <​em>​Optional.</​em> ​The Proj4 string of the input feature'​s coordinate system.</​span></​html>​ 
-  * //**NumberOfSegments**//__Optional__. Splits the requested line into this many segments, then calculates elevation of each point joining the segments. +  * <​html><​span class="​api-parameter"><​span class="​api-parameter-name">​NumberOfSegments:​</​span>​ <​em>​Optional.</​em> ​Splits the requested line into this many segments, then calculates elevation of each point joining the segments.</​span></​html>​ 
-  * //**ElevationUnit**//__Optional__. The unit of measure in which the elevation result is expressed. Defaults to "​Feet"​. +  * <​html><​span class="​api-parameter"><​span class="​api-parameter-name">​ElevationUnit:​</​span>​ <​em>​Optional.</​em> ​The unit of measure in which the elevation result is expressed. Defaults to "​Feet"​.</​span></​html>​ 
-  * //**IntervalDistance**//__Optional__. Splits the requested line into intervals of this length. The unit of measure for this distance is specified by the IntervalDistanceUnit parameter. +  * <​html><​span class="​api-parameter"><​span class="​api-parameter-name">​IntervalDistance:​</​span>​ <​em>​Optional.</​em> ​Splits the requested line into intervals of this length. The unit of measure for this distance is specified by the IntervalDistanceUnit parameter.</​span></​html>​ 
-  * //**IntervalDistanceUnit**//__Optional__. The unit of measure in which the IntervalDistance is expressed. Defaults to "​Feet"​.+  * <​html><​span class="​api-parameter"><​span class="​api-parameter-name">​IntervalDistanceUnit:​</​span>​ <​em>​Optional.</​em> ​The unit of measure in which the IntervalDistance is expressed. Defaults to "​Feet"​.</​span></​html>​
  
  
Line 118: Line 117:
  
 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 144:
   * [[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 =====
Line 152: Line 168:
   * [[thinkgeo_cloud_projection|ThinkGeo Cloud Projection]]   * [[thinkgeo_cloud_projection|ThinkGeo Cloud Projection]]
   * [[thinkgeo_cloud_colors|ThinkGeo Cloud Colors]]   * [[thinkgeo_cloud_colors|ThinkGeo Cloud Colors]]
 +  * [[thinkgeo_cloud_timezone|ThinkGeo Cloud Time Zones]]
  
thinkgeo_cloud_elevation.1552027266.txt.gz · Last modified: 2019/03/08 06:41 by tgwikiupdate