GeographyMultiPoint クラス

地理のマルチポイントを表します。

継承階層

System.Object
  System.Spatial.Geography
    System.Spatial.GeographyCollection
      System.Spatial.GeographyMultiPoint

名前空間:  System.Spatial
アセンブリ:  System.Spatial (System.Spatial.dll)

構文

'宣言
Public MustInherit Class GeographyMultiPoint _
    Inherits GeographyCollection
'使用
Dim instance As GeographyMultiPoint
public abstract class GeographyMultiPoint : GeographyCollection
public ref class GeographyMultiPoint abstract : public GeographyCollection
[<AbstractClassAttribute>]
type GeographyMultiPoint =  
    class
        inherit GeographyCollection
    end
public abstract class GeographyMultiPoint extends GeographyCollection

GeographyMultiPoint 型は、以下のメンバーを公開しています。

コンストラクター

  名前 説明
プロテクト メソッド GeographyMultiPoint GeographyMultiPoint クラスの新しいインスタンスを初期化します。

先頭に戻る

プロパティ

  名前 説明
パブリック プロパティ CoordinateSystem 地理の座標系を取得します。 (Geography から継承されています。)
パブリック プロパティ Geographies 地理のコレクションを取得します。 (GeographyCollection から継承されています。)
パブリック プロパティ IsEmpty 地理が空かどうかを示す値を取得します。 (Geography から継承されています。)
パブリック プロパティ Points ポイントのコレクションを取得します。

先頭に戻る

メソッド

  名前 説明
パブリック メソッド Equals(Object) このインスタンスと指定されたオブジェクトの値が同じであるかどうかを判断します。 (GeographyCollection.Equals(Object) をオーバーライドします。)
パブリック メソッド Equals(GeographyCollection) このインスタンスと別の指定された地理インスタンスの値が同じであるかどうかを判断します。 (GeographyCollection から継承されています。)
パブリック メソッド Equals(GeographyMultiPoint) このインスタンスと別の指定された地理インスタンスの値が同じであるかどうかを判断します。
プロテクト メソッド Finalize (Object から継承されています。)
パブリック メソッド GetHashCode ハッシュ コードを取得します。 (GeographyCollection.GetHashCode() をオーバーライドします。)
パブリック メソッド GetType (Object から継承されています。)
プロテクト メソッド MemberwiseClone (Object から継承されています。)
パブリック メソッド SendTo 所定のパイプラインに現在の空間オブジェクトを送信します。 (Geography から継承されています。)
パブリック メソッド ToString (Object から継承されています。)

先頭に戻る

拡張メソッド

  名前 説明
パブリック拡張メソッド Distance 地理の距離を決定します。 (GeographyOperationsExtensions によって定義されています。)

先頭に戻る

スレッド セーフ

この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

関連項目

参照

System.Spatial 名前空間