Struct CloudElevationPointResult
A class presents the elevation data.
[Obfuscation(Exclude = true)]
public struct CloudElevationPointResult
- Inherited Members
Remarks
A class presents the elevation data.
Constructors
CloudElevationPointResult(double, PointShape, ThinkGeoCloudApplicationException)
The constructor of this struct
public CloudElevationPointResult(double elevation, PointShape point, ThinkGeoCloudApplicationException exception = null)
Parameters
elevation
doublepoint
PointShapeexception
ThinkGeoCloudApplicationException
Properties
Elevation
The elevation value, this value is NaN when exception occur
public readonly double Elevation { get; }
Property Value
Exception
The exception when getting one point's elevation
public readonly ThinkGeoCloudApplicationException Exception { get; }
Property Value
Point
The Point of the Elevation.
public readonly PointShape Point { get; }