Table of Contents

Struct CloudElevationPointResult

Namespace
ThinkGeo.Core
Assembly
ThinkGeo.Core.dll

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 double
point PointShape
exception ThinkGeoCloudApplicationException

Properties

Elevation

The elevation value, this value is NaN when exception occur

public readonly double Elevation { get; }

Property Value

double

Exception

The exception when getting one point's elevation

public readonly ThinkGeoCloudApplicationException Exception { get; }

Property Value

ThinkGeoCloudApplicationException

Point

The Point of the Elevation.

public readonly PointShape Point { get; }

Property Value

PointShape