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