다음을 통해 공유


GeometryCollection 클래스

기하 도형 컬렉션을 나타냅니다.

상속 계층

System.Object
  System.Spatial.Geometry
    System.Spatial.GeometryCollection
      System.Spatial.GeometryMultiCurve
      System.Spatial.GeometryMultiPoint
      System.Spatial.GeometryMultiSurface

네임스페이스:  System.Spatial
어셈블리:  System.Spatial(System.Spatial.dll)

구문

‘선언
Public MustInherit Class GeometryCollection _
    Inherits Geometry
‘사용 방법
Dim instance As GeometryCollection
public abstract class GeometryCollection : Geometry
public ref class GeometryCollection abstract : public Geometry
[<AbstractClassAttribute>]
type GeometryCollection =  
    class
        inherit Geometry
    end
public abstract class GeometryCollection extends Geometry

GeometryCollection 유형에서 다음 멤버를 표시합니다.

생성자

  이름 설명
보호된 메서드 GeometryCollection GeometryCollection 클래스의 새 인스턴스를 초기화합니다.

맨 위로 이동

속성

  이름 설명
공용 속성 CoordinateSystem 이 기하 도형 인스턴스의 SRID를 가져옵니다. (Geometry에서 상속됨)
공용 속성 Geometries 이 컬렉션의 기하 도형 인스턴스를 가져옵니다.
공용 속성 IsEmpty 기하 도형이 비어 있는지 여부를 나타내는 값을 가져옵니다. (Geometry에서 상속됨)

맨 위로 이동

메서드

  이름 설명
공용 메서드 Equals(Object) 이 인스턴스와 지정된 개체의 값이 같은지 여부를 확인합니다. (Object.Equals(Object)을(를) 재정의함)
공용 메서드 Equals(GeometryCollection) 이 인스턴스와 지정된 다른 기하 도형 인스턴스의 값이 같은지 여부를 확인합니다.
보호된 메서드 Finalize (Object에서 상속됨)
공용 메서드 GetHashCode 해시 코드를 가져옵니다. (Object.GetHashCode()을(를) 재정의함)
공용 메서드 GetType (Object에서 상속됨)
보호된 메서드 MemberwiseClone (Object에서 상속됨)
공용 메서드 SendTo 현재 공간 개체를 지정된 파이프라인으로 보냅니다. (Geometry에서 상속됨)
공용 메서드 ToString (Object에서 상속됨)

맨 위로 이동

확장 메서드

  이름 설명
공용 확장 메서드 Distance 기하 도형의 거리를 확인합니다. (GeometryOperationsExtensions에 의해 정의됨)

맨 위로 이동

스레드 보안

이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.

참고 항목

참조

System.Spatial 네임스페이스