次の方法で共有


GeometryMultiCurve クラス

ジオメトリのマルチカーブを表します。

継承階層

System.Object
  System.Spatial.Geometry
    System.Spatial.GeometryCollection
      System.Spatial.GeometryMultiCurve
        System.Spatial.GeometryMultiLineString

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

構文

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

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

コンストラクター

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

先頭に戻る

プロパティ

  名前 説明
パブリック プロパティ CoordinateSystem このジオメトリ インスタンスの SRID を取得します。 (Geometry から継承されています。)
パブリック プロパティ Geometries このコレクション内のジオメトリ インスタンスを取得します。 (GeometryCollection から継承されています。)
パブリック プロパティ IsEmpty ジオメトリが空であるかどうかを示す値を取得します。 (Geometry から継承されています。)

先頭に戻る

メソッド

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

先頭に戻る

拡張メソッド

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

先頭に戻る

スレッド セーフ

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

関連項目

参照

System.Spatial 名前空間