다음을 통해 공유


GeographyMultiLineString 클래스

지리의 다중 선 문자열을 나타냅니다.

상속 계층

System.Object
  System.Spatial.Geography
    System.Spatial.GeographyCollection
      System.Spatial.GeographyMultiCurve
        System.Spatial.GeographyMultiLineString

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

구문

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

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

생성자

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

맨 위로 이동

속성

  이름 설명
공용 속성 CoordinateSystem 지리의 좌표계를 가져옵니다. (Geography에서 상속됨)
공용 속성 Geographies 지리 컬렉션을 가져옵니다. (GeographyCollection에서 상속됨)
공용 속성 IsEmpty 지리가 비어 있는지 여부를 나타내는 값을 가져옵니다. (Geography에서 상속됨)
공용 속성 LineStrings 선 문자열을 가져옵니다.

맨 위로 이동

메서드

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

맨 위로 이동

확장 메서드

  이름 설명
공용 확장 메서드 Distance 지리의 거리를 확인합니다. (GeographyOperationsExtensions에 의해 정의됨)

맨 위로 이동

스레드 보안

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

참고 항목

참조

System.Spatial 네임스페이스