次の方法で共有


GeographyCurve クラス

定義

地理のカーブを表します。

public abstract class GeographyCurve : Microsoft.Spatial.Geography
type GeographyCurve = class
    inherit Geography
Public MustInherit Class GeographyCurve
Inherits Geography
継承
GeographyCurve
派生

コンストラクター

GeographyCurve(CoordinateSystem, SpatialImplementation)

GeographyCurve クラスの新しいインスタンスを初期化します。

プロパティ

CoordinateSystem

地理の座標系を取得します。

(継承元 Geography)
IsEmpty

地理が空かどうかを示す値を取得します。

(継承元 Geography)

メソッド

SendTo(GeographyPipeline)

所定のパイプラインに現在の空間オブジェクトを送信します。

(継承元 Geography)

拡張メソッド

Distance(Geography, Geography)

地理の距離を決定します。

Intersects(Geography, Geography)

地理ポイントと多角形が交差するかどうかを決定します。

Length(Geography)

geography LineString の長さを指定します。

SendTo(ISpatial, SpatialPipeline)

適切な型 (Geography または Geometry) の呼び出しの委任を許可します。

適用対象