IGeometrySink 인터페이스
Defines the interface that the SqlGeometryBuilder class uses to construct a SqlGeometryBuilderobject.
네임스페이스: Microsoft.SqlServer.Types
어셈블리: Microsoft.SqlServer.Types(Microsoft.SqlServer.Types.dll)
구문
‘선언
<CLSCompliantAttribute(True)> _
Public Interface IGeometrySink
‘사용 방법
Dim instance As IGeometrySink
[CLSCompliantAttribute(true)]
public interface IGeometrySink
[CLSCompliantAttribute(true)]
public interface class IGeometrySink
[<CLSCompliantAttribute(true)>]
type IGeometrySink = interface end
public interface IGeometrySink
IGeometrySink 유형에서 다음 멤버를 표시합니다.
메서드
이름 | 설명 | |
---|---|---|
AddLine | Defines points other than the starting endpoint in a geometry instance. | |
BeginFigure | Defines the starting endpoint for a geometry instance. | |
BeginGeometry | Starts the call sequence of a geometry type. | |
EndFigure | Finishes a call sequence for a geometry figure. | |
EndGeometry | Finishes a call sequence for a geometry figure. | |
SetSrid | Sets the Spatial Reference Identifier (SRID) for a geometry type call sequence. |
맨 위로 이동