Skip to content

CloudElevationPointResult

Namespace: ThinkGeo.Core

A class presents the elevation data.

public struct CloudElevationPointResult

Inheritance ObjectValueTypeCloudElevationPointResult

Remarks:

A class presents the elevation data.

Properties

Elevation

The elevation value, this value is NaN when exception occur

public double Elevation { get; }

Property Value

Double

Point

The Point of the Elevation.

public PointShape Point { get; }

Property Value

PointShape

Exception

The exception when getting one point's elevation

public ThinkGeoCloudApplicationException Exception { get; }

Property Value

ThinkGeoCloudApplicationException

Constructors

CloudElevationPointResult(Double, PointShape, ThinkGeoCloudApplicationException)

The constructor of this struct

CloudElevationPointResult(double elevation, PointShape point, ThinkGeoCloudApplicationException exception)

Parameters

elevation Double

point PointShape

exception ThinkGeoCloudApplicationException