GeographyCurve クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
地理のカーブを表します。
public abstract class GeographyCurve : Microsoft.Spatial.Geography
type GeographyCurve = class
inherit Geography
Public MustInherit Class GeographyCurve
Inherits Geography
- 継承
- 派生
コンストラクター
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) の呼び出しの委任を許可します。 |