IGeometrySink110 인터페이스

Defines the interface used by SqlGeometryBuilder to construct a SqlGeometry object.

네임스페이스:  Microsoft.SqlServer.Types
어셈블리:  Microsoft.SqlServer.Types(Microsoft.SqlServer.Types.dll)

구문

‘선언
<CLSCompliantAttribute(True)> _
Public Interface IGeometrySink110 _
    Inherits IGeometrySink
‘사용 방법
Dim instance As IGeometrySink110
[CLSCompliantAttribute(true)]
public interface IGeometrySink110 : IGeometrySink
[CLSCompliantAttribute(true)]
public interface class IGeometrySink110 : IGeometrySink
[<CLSCompliantAttribute(true)>]
type IGeometrySink110 =  
    interface 
        interface IGeometrySink 
    end
public interface IGeometrySink110 extends IGeometrySink

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

메서드

  이름 설명
공용 메서드 AddCircularArc Adds a circular arc geometry type figure with the specified startpoint and endpoint.
공용 메서드 AddLine Defines points other than the starting endpoint in a geometry instance. This API is obsolete. IGeometrySink110 should be used instead. (IGeometrySink에서 상속됨)
공용 메서드 BeginFigure Defines the starting endpoint for a geometry instance. This API is obsolete. IGeometrySink110 should be used instead. (IGeometrySink에서 상속됨)
공용 메서드 BeginGeometry Starts the call sequence of a geometry type. This API is obsolete. IGeometrySink110 should be used instead. (IGeometrySink에서 상속됨)
공용 메서드 EndFigure Finishes a call sequence for a geometry figure. This API is obsolete. IGeometrySink110 should be used instead. (IGeometrySink에서 상속됨)
공용 메서드 EndGeometry Finishes a call sequence for a geometry figure. This API is obsolete. IGeometrySink110 should be used instead. (IGeometrySink에서 상속됨)
공용 메서드 SetSrid Sets the Spatial Reference Identifier (SRID) for a geometry type call sequence. This API is obsolete. IGeometrySink110 should be used instead. (IGeometrySink에서 상속됨)

맨 위로 이동

참고 항목

참조

Microsoft.SqlServer.Types 네임스페이스