GeographySurface 클래스
지리 표면을 나타냅니다.
상속 계층
System.Object
System.Spatial.Geography
System.Spatial.GeographySurface
System.Spatial.GeographyFullGlobe
System.Spatial.GeographyPolygon
네임스페이스: System.Spatial
어셈블리: System.Spatial(System.Spatial.dll)
구문
‘선언
Public MustInherit Class GeographySurface _
Inherits Geography
‘사용 방법
Dim instance As GeographySurface
public abstract class GeographySurface : Geography
public ref class GeographySurface abstract : public Geography
[<AbstractClassAttribute>]
type GeographySurface =
class
inherit Geography
end
public abstract class GeographySurface extends Geography
GeographySurface 유형에서 다음 멤버를 표시합니다.
생성자
이름 | 설명 | |
---|---|---|
![]() |
GeographySurface | GeographySurface 클래스의 새 인스턴스를 초기화합니다. |
맨 위로 이동
속성
이름 | 설명 | |
---|---|---|
![]() |
CoordinateSystem | 지리의 좌표계를 가져옵니다. (Geography에서 상속됨) |
![]() |
IsEmpty | 지리가 비어 있는지 여부를 나타내는 값을 가져옵니다. (Geography에서 상속됨) |
맨 위로 이동
메서드
이름 | 설명 | |
---|---|---|
![]() |
Equals | (Object에서 상속됨) |
![]() |
Finalize | (Object에서 상속됨) |
![]() |
GetHashCode | (Object에서 상속됨) |
![]() |
GetType | (Object에서 상속됨) |
![]() |
MemberwiseClone | (Object에서 상속됨) |
![]() |
SendTo | 현재 공간 개체를 지정된 파이프라인으로 보냅니다. (Geography에서 상속됨) |
![]() |
ToString | (Object에서 상속됨) |
맨 위로 이동
확장 메서드
이름 | 설명 | |
---|---|---|
![]() |
Distance | 지리의 거리를 확인합니다. (GeographyOperationsExtensions에 의해 정의됨) |
맨 위로 이동
스레드 보안
이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.